barcode_scan
A flutter plugin for scanning 2D barcodes and QRCodes via camera.
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 12 months
Nearly every release is documented
notes for 13 of 14 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
17 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
17 releases · Oct 2017 to May 2020
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 17-
3.0.108 May 2020Release notes
Open source →Features:
- Added cancel for ux - @iRaySpace
Bugfixes:
- Fix autofocus crash - @oznecniV97
- Fix camera selection in Android - @GabrieleVolpato
-
3.0.018 Apr 2020Release notes
Open source →Bugfixes:
- Add @Keep annotation to fix "No implementation for method requestCameraPermission" - @devtronic
-
3.0.0-dev.314 Apr 2020 pre-release -
3.0.0-dev.212 Apr 2020 pre-releaseRelease notes
Open source →Migrated the changes of the 2.0.0 track
- Fixed the request camera permission flow on Android
Updated also the Flutter env. SDK constraint to ">=2.1.0 <3.0.0"
-
3.0.0-dev.112 Apr 2020 pre-releaseRelease notes
Open source →Changes:
- Rewrite platform communication - @devtronic
- This provides a better way to configure the plugin
- iOS code migrated to Swift
- Android code migrated to FlutterPlugin
- Platform communication with protobuf
- Retrieve the number of available cameras with
BarcodeScanner.numberOfCameras - Flexible configuration:
- Set the strings for the flash on/off and the cancel button
- Restrict the detected barcode formats
- Set which camera is used for scanning barcodes
BREAKING CHANGES:
- minSdk version on Android is now 18
BarcodeScanner.scan()returns aScanResultobject. Check UPGRADE.md for migration details.
- Rewrite platform communication - @devtronic
-
2.0.212 Apr 2020Release notes
Open source →Bugfixes:
- Fixed the request camera permission flow on Android - @devtronic
-
2.0.119 Feb 2020 -
2.0.019 Feb 2020Release notes
Open source →Features:
- Add-to-app support - @santiihoyos
- Changed overlay to full screen in iOS 13
Bugfixes:
Changes:
- Fix compile warning - @lookfirst
- Upgrade gradle - @SuuSoJeat
com.android.tools.build:gradle: 3.3.1 -> 3.5.0org.jetbrains.kotlin:kotlin-gradle-plugin: 1.3.20 -> 1.3.50compileSdkVersion: 28 -> 29targetSdkVersion: 28 -> 29gradle: 4.10.2 -> 5.4.1
- Package description updated - @connectety
- README.md and LICENSE.md updated
- Since the project owner has been changed, the package names are different. Checkout the UPGRADE.md for details.
-
1.0.004 Mar 2019 -
0.0.819 Nov 2018 -
0.0.730 Aug 2018 -
0.0.630 Aug 2018Release notes
Open source →- Fix android dependencies
- iOS scanner now looks like Android thanks to @dustin-graham
-
0.0.521 Aug 2018Nothing published for this version
-
0.0.417 Apr 2018Release notes
Open source →- Fix missing gradle dependency (thanks to toteto)
- Update gradle dependencies
-
0.0.308 Feb 2018 -
0.0.208 Nov 2017Release notes
Open source →- Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see https://github.com/flutter/flutter/issues/10968)
-
0.0.130 Oct 2017