Emon Hossain Munna
Emon Hossain Munna
app:ratingFilled="@drawable/ic_star" app:ratingEmpty="@drawable/ic_empty_star" not supporting
i'm facing issue with opening bottom sheet fragment from another fragment!
Whenever i select something to send on any other device its just load and load. Cant find available devices. Note: i tried on android 8,10
Tried on android 7 and 10. Everything was working fine but when I tried to send a file, it was unable to find my receiving device! and moreover its not...
app:ratingFilled="@color/yellow" app:ratingEmpty="@color/white" is not working, any other way to change filled star and empty star color?
/C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_styled_toast-2.1.3/lib/src/styled_toast.dart:497:63: Error: Property 'window' cannot be accessed on 'WidgetsBinding?' because it is potentially null. - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('/C:/flutter/packages/flutter/lib/src/widgets/binding.dart'). Try accessing using ?. instead. data: MediaQueryData.fromWindow(WidgetsBinding.instance.window), ^^^^^^ /C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_styled_toast-2.1.3/lib/src/styled_toast.dart:681:29: Error:...
Future customMultipartWithFile ( String url, String reservationId, List titleList, List fileList ) async { final headers = await _getMultipartHeader(); final completeUrl = _buildUrl(url); final request = http.MultipartRequest( 'POST', Uri.parse(completeUrl), );...
/flutter_bluetooth_basic/intermediates/merged_res/release/mergeReleaseResources/values/values.xml:194: AAPT: error: resource android:attr/lStar not found. flutter sdk : 3.24.5 causing this issue whenever running "flutter build apk --release"