mohesu / barcode_scanner

A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
Apache License 2.0
41 stars 31 forks source link

After updating to the latest version, an error shown for height #134

Open ahmedtamerbks opened 2 weeks ago

ahmedtamerbks commented 2 weeks ago

======== Exception caught by rendering library ===================================================== The following assertion was thrown during layout: A RenderFlex overflowed by 22 pixels on the bottom.

The relevant error-causing widget was: AiBarcodeScanner AiBarcodeScanner:scan_screen.dart:103:12 The overflowing RenderFlex has an orientation of Axis.vertical. The edge of the RenderFlex that is overflowing has been marked in the rendering with a yellow and black striped pattern. This is usually caused by the contents being too big for the RenderFlex.