simple_barcode_scanner
simple_barcode_scanner that let you scan barcode and qr code in mobile, web and windows.
0.6.0
8.1K downloads/mo
#3204 most downloaded on pub.dev
CodingWithTashi/simple_barcode_scanner
What this package is like to depend on
Last release 4 months ago
06 Apr 2026
Release timing varies
gaps range from 8 days to 12 months
Nearly every release is documented
notes for 31 of 31 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
31 releases · first in 2022
3 releases in the last 12 months
see the full history below
Release timeline
31 releases · May 2022 to Apr 2026
2023
2024
2025
2026
Releases
latest 31-
0.6.006 Apr 2026Release notes
Open source →- Fixed Issue #108 - Integer/Long ClassCastException on Android
- Fixed Issue #105 - iOS buttons overlapped by system UI (safe area support)
- Fixed Issue #118 - Android navigation bar overlap
-
0.5.005 Apr 2026Release notes
Open source →- Fixed iOS crash when rootViewController is nil during plugin registration PR #127
- Fixes Issue #130 - iOS Simulator crash during plugin registration
- Fixes Issue #131 - Android onActivityResult crash
- Special thanks to Barba2k2 for his contribution
- Removed jcenter references PR #126
- Improved viewController retrieval and added error handling
- Use distinct error codes for better debugging
- Fixed iOS crash when rootViewController is nil during plugin registration PR #127
-
0.4.024 Oct 2025 -
0.3.024 Jan 2025 -
0.2.612 Jan 2025 -
0.2.524 Nov 2024 -
0.2.414 Nov 2024 -
0.2.310 Nov 2024 -
0.2.207 Nov 2024Release notes
Open source →- Fixed web https://github.com/CodingWithTashi/simple_barcode_scanner/issues/85
-
0.2.103 Nov 2024Release notes
Open source →What's Changed
- permission plugin version updated by @Ajaay7 in #39
- Upgrade html5-qrcode by @treyhendon in #43
- add possibility to have a child on web by @AdelAskri in #45
- [FEATURE] Update web to new api by @pedromneto97 in #52
- Migrate web conditional import by @pedromneto97 in #57
- Update CHANGELOG.md by @CodingWithTashi in #58
- Update publish.yml by @CodingWithTashi in #69
- Create FUNDING.yml by @CodingWithTashi in #71
- 🔧 chore: Podfile metadata updated. by @vilaJJ in #73
- Update README.md by @CodingWithTashi in #75
- fix: example ios build and delay for ios by @CodingWithTashi in #74
- Update README.md by @CodingWithTashi in #83
- Feat/barcode widget by @CodingWithTashi in #84
New Contributors
- @Ajaay7 made their first contribution in #39
- @treyhendon made their first contribution in #43
- @AdelAskri made their first contribution in #45
- @pedromneto97 made their first contribution in #52
- @vilaJJ made their first contribution in #73
Full Changelog: 0.0.8...v0.2.1
Release notes
Open source →- Added
SimpleBarcodeScannerwidget to scan barcode - Looking for feedback to improve the use case
-
0.2.002 Nov 2024Release notes
Open source →SimpleBarcodeScannerPageis now depreciated, useSimpleBarcodeScannerinstead- Scan barcode with
SimpleBarcodeScannerscanBarcodemethod - Stream barcode with
SimpleBarcodeScannerstreamBarcodemethod - Added
cameraFaceto switch between front and back camera,works only on android - Updated example page
-
0.1.902 Nov 2024Release notes
Open source →SimpleBarcodeScannerPageis now depreciated, useSimpleBarcodeScannerinstead- Scan barcode with
SimpleBarcodeScannerscanBarcodemethod - Stream barcode with
SimpleBarcodeScannerstreamBarcodemethod - Updated example page
-
0.1.817 Oct 2024 -
0.1.716 Oct 2024 -
0.1.611 Oct 2024Release notes
Open source →- Added delay param for android
- ios,web and window delay (WIP)
- Code update for android and ios
-
0.1.509 Oct 2024Release notes
Open source →- Fixed depreciated issue
- Added BarcodeAppBar class
- Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead
- Fixed 68
-
0.1.409 Oct 2024Release notes
Open source →- Added BarcodeAppBar class
- Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead
- Fixed 68
-
0.1.308 Oct 2024Release notes
Open source →- Package updated
- Example project updated
- flutter barcode scanner package code is now added as part of simple barcode scanner since package is no longer actively maintained.
- fixed 66
-
0.1.203 Oct 2024 -
0.1.112 Mar 2024 -
0.1.029 Jan 2024 -
0.0.1029 Jan 2024 -
0.0.927 Jan 2024 -
0.0.813 Feb 2023 -
0.0.724 Dec 2022Release notes
Open source → -
0.0.601 Dec 2022 -
0.0.525 Jul 2022 -
0.0.431 May 2022 -
0.0.329 May 2022 -
0.0.228 May 2022Release notes
Open source →- Fix platform list issue not displaying in pub.dev
- update ReadMe.md
- Fixed dart file convention for score
- static analysis issue fix
-
0.0.128 May 2022Release notes
Open source →- Initial release
- Scan barcode/qrcode for mobile,web and window platform
- mobile uses flutter_barcode_scanner
- web and desktop uses html5-qrcode