haizadvnet
haizadvnet
Any update on this issue? I got ```'flashMode' was deprecated in iOS 10.0: Use AVCapturePhotoSettings.flashMode instead``` Version ```barcode_scan2: ^4.2.0```
Same issue. location version - 4.3.0 ``` location-4.3.0/ios/Classes/LocationPlugin.m:176:13: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead [-Wdeprecated-declarations]...
Version : carousel_slider 4.0.0 Maybe we need to add some checking for dimensions in carousel_slider.dart such as ``` carouselState!.pageController?.position?.haveDimensions == true ``` I already tried code below, but it doesn't...
Try to set `once` parameter to `true` and re-listen to the stream value during `onDone`. It works for me. ``` readyToScan() { stream = NFC.readNDEF( once: true, // set to...
Hi, any lead on this? Many thanks
`FutureBuilder` might helps temporary in this case. ``` placeholder: (context, url) => FutureBuilder( future: Future.delayed(const Duration(seconds: 2)), builder: (c, s) => s.connectionState == ConnectionState.done ? OtherWidget() : const CircularProgressIndicator()) ```
I got the same error which is `Registrar in PluginRegistry has been deprecated`. flutter doctor -v ``` [√] Flutter (Channel stable, 3.3.8, on Microsoft Windows [Version 10.0.19044.1826], locale en-US) •...
I would suggest @pishguy to update the java version
Hi, any forked versions of webview_flutter that can bypass the ssl checks? I am fully aware on the important of having SSL certificates, but I need this for local development...
> how to enable this manually for FuntouchOS .. Have you tried follow the article? I am using FunTouchOS, and did input the `*#*#112#*#*` on the dial pad, but not...