| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains all of the Flutter samples created by the Dynamsoft team to demonstrate the Dynamsoft Barcode Reader Flutter SDK.
Note
The Ready-To-Use edition comes with a fully developed and designed UI to help ease the development process and help any developer get the Barcode Reader up and running with a few lines of code.
Alternatively, the Foundational edition is the full API that make up the Barcode Reader and does not come with its own UI. Working with the foundational API requires more effort, but allows the user to fully customize the UI and build the barcode scanner from the ground up.
| Sample Name | Description |
|---|---|
| ScanBarcodes_ReadyToUseComponent | This sample demonstrates the simplest way to implement the Barcode Reader using the BarcodeScanner (Ready-To-Use) API. |
| ScanBarcodes_FoundationalAPI | This sample demonstrates the simplest way to implement the Barcode Reader using the Foundational API. |
| BarcodeReaderSettings | This sample demonstrates real-time barcode result rendering with a full-screen camera preview and bottom result overlay. |
| LocateAnItemWithBarcode | This sample demonstrates how to locate a specific barcode by its text. Useful for inventory management and warehouse operations. |
| ReadGS1AI | This sample demonstrates how to parse and decode GS1 Application Identifiers (AIs) from barcodes. |
| ScanDriversLicense | This sample demonstrates how to implement the ability to scan drivers' licenses using the Foundational API. |
| ScanVIN | This sample demonstrates how to recognize and extract information from VIN barcodes in real-time video streaming. |
| ScenarioOptimizedScanning | This sample demonstrates template-driven scanner optimization for different barcode formats and scenarios. |
cd ScanBarcodes_ReadyToUseComponentor
cd ScanBarcodes_FoundationalAPIor
cd BarcodeReaderSettingsor
cd LocateAnItemWithBarcodeor
cd ReadGS1AIor
cd ScanDriversLicenseor
cd ScanVINor
cd ScenarioOptimizedScanningflutter pub get
Connect a mobile device via USB and run the app.
Android:
flutter run -d <DEVICE_ID>
You can get the IDs of all connected devices by running flutter devices in the command-line.
iOS:
Before the app can run, the pods need to be installed first:
cd ios/ pod install --repo-update
Once the pods are installed, it is recommended to run the iOS portion of the app via Xcode as such:
Note
| Back | FazBrowse Home | New Git URL |