Jacopo Antonio Causin

Results 7 comments of Jacopo Antonio Causin

@georgechem I've found that you have to add at first these permissions inside the AndroidManifest and through a Permission manager ask for them to the user ``` ``` Then you...

Have you tried with what mentioned in this other issue? https://github.com/juliansteenbakker/mobile_scanner/issues/539#issuecomment-1483740222 It works for me calling controller.stop() in the initState method ```dart @override void initState() { controller.stop(); ---> call stop...

The same issue is happening also with simple String objects, where an adapter is not needed.

Hi everyone! I haven't noticed any lag issue on mobile, this behavior happens only with the web. The following two video are about the flutter material 3 demo available online...

I had a similar issue with ModalBottomSheet that causes grey lines glitches and it was fixed running without impeller

Using the latest version (14.0.2) and passing only the `localSettings = AndroidSettings( accuracy: LocationAccuracy.best, // other values );` works, the getCurrentPosition completes on Android 10, physical device.