flutter_scan
flutter_scan copied to clipboard
This plugin is no more working below android 11, no error message, just silent. No view is being displayed.
- [x] I have read the Get Started - Installation section
- [x] I have read and done the Get Started - Setup Android section
- [x] I have read and done the Get Started - Setup iOS section
- [x] I have already searched for the same problem
Environment
Technology | Version |
---|---|
Flutter version | 3.16.8 |
Plugin version | Dart 3.2.5 |
Android version | 9 |
iOS version | |
Xcode version |
Device information: Android 9, API 28.
Description
Expected behavior:
Current behavior: Not showing camera view below android 11.
I am experiencing a similar problem.
Same here.
use flutter channel beta to solve the problem
Same error
remove ScanDrawView in ScanPlatformView when sdk < 30, that works for me
Has anyone solved this problem?
remove ScanDrawView in ScanPlatformView when sdk < 30, that works for me
Will there be any impact after removing it?