Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarbagyastha/fast_barcode_scanner
https://github.com/sarbagyastha/fast_barcode_scanner
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sarbagyastha/fast_barcode_scanner
- Owner: sarbagyastha
- Created: 2021-09-16T10:11:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T05:12:03.000Z (over 1 year ago)
- Last Synced: 2024-12-20T17:12:13.370Z (12 days ago)
- Language: Dart
- Size: 109 KB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Flutter Barcode Scanner Plugin
## Packages
### fast_barcode_scanner:
code for the cross-platform facing plugin, used to display a camera view within Flutter applications[![pub package](https://img.shields.io/pub/v/fast_barcode_scanner.svg)](https://pub.dartlang.org/packages/fast_barcode_scanner)
### fast_barcode_scanner_platform_interface:
code for the common platform interface[![pub package](https://img.shields.io/pub/v/fast_barcode_scanner_platform_interface.svg)](https://pub.dartlang.org/packages/fast_barcode_scanner_platform_interface)
Most developers are likely here as they are looking to use the fast_barcode_scanner plugin. There is a readme file within each directory with more information.
## Issues
If you run into bugs, please raise them on the GitHub repository.
Please do not email them to me, as GitHub is the appropriate place for them and allows for members of the community to answer questions, particularly if I miss the email.It would also be much appreciated if issues could be limited to actual bugs or feature requests.
If you're looking at how you could use the plugin to do a particular kind of notification, check the example app, which provides detailed code samples for each supported feature.
Also try to check the READMEs first in case you have missed something e.g. platform-specific setup.## Contributions
The guidelines around submitting pull requests can be found in [CONTRIBUTING.md](CONTRIBUTING.md).