contactlutforrahman / flutter_qr_bar_scanner

A full screen mobile scanner for scanning QR Code and Bar Code.
MIT License
33 stars 66 forks source link

so many repeat errors, how to avoid #23

Closed Amr1440 closed 3 years ago

Amr1440 commented 4 years ago

Describe the bug there are so many following errors repeatly : I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280

To Reproduce when QRBarScannerCamera get called .

Logs I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280 I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280 I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280 I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280 I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280 I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280 I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280 I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280 I/GRALLOC (31642): LockFlexLayout: baseFormat: 11, yStride: 1280, ySize: 921600, uOffset: 921600, uStride: 1280

Environment (please complete the following information): ] Android 9 Nexus 6 barcode_scan: ^3.0.1 Flutter 1.22.0-10.0.pre.87

Additional context Flutter doctor : /Users/amr/Dev/flutter/bin/flutter doctor --verbose [✓] Flutter (Channel master, 1.22.0-10.0.pre.87, on Mac OS X 10.15.6 19G2021, locale en-SA) • Flutter version 1.22.0-10.0.pre.87 at /Users/amr/Dev/flutter • Framework revision 4732a214a7 (5 days ago), 2020-09-04 21:05:02 -0400 • Engine revision ac8b9c4c52 • Dart version 2.10.0 (build 2.10.0-86.0.dev)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/amr/Library/Android/sdk • Platform android-29, build-tools 29.0.2 • ANDROID_HOME = /Users/amr/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.7) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.7, Build version 11E801a • CocoaPods version 1.8.4

[✓] Android Studio (version 4.0) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 49.0.2 • Dart plugin version 193.7547 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

[✓] Connected device (2 available) • JSN L22 (mobile) • GBT4C18A26003173 • android-arm64 • Android 10 (API 29) • AOSP on IA Emulator (mobile) • emulator-5554 • android-x86 • Android 9 (API 28) (emulator)

• No issues found! Process finished with exit code 0

contactlutforrahman commented 3 years ago

Released new version just now with Null safety and compatible with Flutter version 2.2. If you want you can try it.