flutter_smart_scan 1.0.1
flutter_smart_scan: ^1.0.1 copied to clipboard
A plugin for scanning barcodes on Android and iOS. Supports barcodes, QR codes, etc.
Flutter-SmartScan #
A plugin for Flutter apps that adds barcode scanning support on both Android and iOS.

Try/Get Started From the Example Project: #
iOS #
Download/clone the repository, open example/ios/Runner.xcworkspace in Xcode, go to the Runner target in the project settings, and change Team under Signing and Capabilities to your Apple ID. Then, just run flutter run in the example directory.
Android #
Download/clone the repository, then run flutter run in the example directory.
Help #
This repository is a modified version of the flutter_barcode_scanner repository, available here. The modifications allow you to exit the continuous barcode scanning mode at any point (for example, after a certain barcode is found). Read the comments in example/lib/main.dart to see how this is done.