flutter_barcode_scanner
flutter_barcode_scanner copied to clipboard
Barcode scanner plugin for flutter. Supports barcode scanning for Android and iOS
Because no versions of flutter_barcode_scanner match 2.0.0 and no versions of flutter_barcode_scanner match >2.0.0
Performing hot reload... Syncing files to device RMX3231... I/ActivityThread( 3867): smart_link is not supported!!! Reloaded 1 of 1641 libraries in 3,560ms. D/IMGGralloc( 3867): Gralloc Register w:720, h:1512, f:0x1, usage:0xb00, ui64Stamp:539727,...
The mobile app uses the local_auth plugin for biometrics and now recently integrated bar code scanner plugin which gives the exception1 below **Exception1 ** Unhandled Exception: MissingPluginException(No implementation found for...
**Describe the bug** I apologize if this issue has already been resolved on this thread, but I couldn't find any tickets. Basically I'm developing a simple barcode scanning app, with...
When I call the plugin it works perfect, but the aspect ratio I think is wrong. the object in my hand is a square and it looks like a rectangle...
fixed aspect ratio incorrect #109
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

There should be an option to specify the orientation(portrait or landscape) for Scanner. Currently, it depends on the device's rotation, and fixing the orientation for the Flutter app does not...