qr_mobile_vision
Plugin for reading QR codes using Firebase's Mobile Vision API.
6.0.2
3.7K downloads/mo
#4307 most downloaded on pub.dev
rmtmckenzie/flutter_qr_mobile_vision
What this package is like to depend on
Last release 10 months ago
28 Oct 2025
Release timing varies
gaps range from 2 weeks to 8 months
Some releases are documented
notes for 18 of 36 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
38 releases · first in 2018
2 releases in the last 12 months
see the full history below
Release timeline
38 releases · Jun 2018 to Oct 2025Releases
latest 38-
6.0.228 Oct 2025 -
6.0.108 Oct 2025 -
6.0.028 May 2025Release notes
Open source →- Support 16 KB page sizes
- Bump android MLKit version
- Match MLKit minimum sdk version (26)
-
5.0.321 May 2025 -
5.0.221 Oct 2024 -
5.0.114 Feb 2024Release notes
Open source →- Fix null pointer exception on disconnect for android
- Fix deprecated Handler
-
5.0.026 Jan 2024Release notes
Open source →- Bump version to match what is supported by MLKit library. No more Camera1 API needed!
- No major changes, but did recreate all plumbing with flutter create and updated qr_mobile_vision to 2.0 which might require a flutter clean.
-
4.1.405 Dec 2023Nothing published for this version
-
4.1.311 Jun 2023Nothing published for this version
-
4.1.228 May 2023Nothing published for this version
-
4.1.128 May 2023Nothing published for this version
-
4.1.005 Apr 2023Nothing published for this version
-
4.0.103 Aug 2022 -
4.0.031 Jul 2022 -
4.0.0-dev.118 May 2022 pre-releaseNothing published for this version
-
3.0.127 Sep 2021Nothing published for this version
-
3.0.017 Mar 2021Nothing published for this version
-
2.0.018 Dec 2020 -
1.0.221 Aug 2020Nothing published for this version
-
1.0.121 Apr 2020Nothing published for this version
-
1.0.1+121 Apr 2020Nothing published for this version
-
1.0.011 Apr 2020 -
1.0.0+211 Apr 2020Nothing published for this version
-
1.0.0+311 Apr 2020Nothing published for this version
-
1.0.0-111 Apr 2020 pre-releaseNothing published for this version
-
0.3.124 Dec 2019 -
0.3.006 Nov 2019 -
0.2.206 Mar 2019Release notes
Open source →-
Fix detector for older phones as it wouldn't work if the returned preview size wasn't the same as what it requested.
-
Fix lint warnings
-
-
0.2.105 Mar 2019Release notes
Open source →- Changes to Android Camera2 buffer system so that new buffers aren't being allocated constantly but rather the same buffers are reused.
-
0.2.005 Mar 2019Release notes
Open source →- Upgrade to AndroidX, hopefully fix an android crash issue and autofocus on some devices.
-
0.1.028 Sep 2018Release notes
Open source →-
Switch to different method of camera capture for Camera2. Might be some cases where this fails, but shouldn't. The camera2 api is a bit weird about image formats, but the one being used should be supported by all phones.
Also switched to using continuous autofocus if supported. Should hopefully have better usability on some devices than before.
-
-
0.0.724 Jul 2018Nothing published for this version
-
0.0.623 Jul 2018Nothing published for this version
-
0.0.519 Jul 2018Nothing published for this version
-
0.0.417 Jul 2018Nothing published for this version
-
0.0.317 Jul 2018Nothing published for this version
-
0.0.212 Jul 2018Nothing published for this version
-
0.0.105 Jun 2018Release notes
Open source →- Initial release that supports scanning all types of barcodes that the QR Mobile Vision library supports.