Cell
Cell
> I did this in my app. > and I also convert image to pdf and then store multiple images(pages) in PDF Currently, I am trying: taking a photo with...
**Permission.manageExternalStorage.request() Issue.** env: version 8.1.6, version 6.1.1, Android 10 Permission.manageExternalStorage.request() return **"restricted"** in version 8.1.6, but return "denied" (this is supposed) in version 6.1.1. **Issue 1:** : permission status: test...
One finding: 1. Following function: plugin 6.1.1 return denied, 8.1.6 returns restricted, but it is permanentDenied. 6.1.1 and 8.1.6 return false about "`await Permission.manageExternalStorage.isPermanentlyDenied`" (the reason for me to use...
@JDDV thanks, no lucky. tried with add in `AndroidManifest`, tried `flutter clean` followed by `flutter pub get`
This also does not work, no exception. ``` static Future decodeQRByData(Uint8List databytes) async { String barcode = ""; try { await scanner .scanBytes(databytes) .then((value) => barcode = value) .catchError((e) {...
link to issue #10
fixed by pull request #11
The same issue when `flutter run` inside ./example/ [✓] Flutter (Channel stable, 3.3.7, on macOS 13.0 22A380 darwin-arm, locale en-US) • Flutter version 3.3.7 on channel stable at /Users/flutter •...
If add "includeDeviceName: true", here is using Android 12. ``` final AdvertiseData advertisePeriodicData = AdvertiseData( localName: "bletester", includeDeviceName: true); ``` This exception log: ``` I/BluetoothLeAdvertiser(22345): startAdvertising is called I/BLE Peripheral...