PackageTrack
Sign in Get early access

barcode_scan2

A flutter plugin for scanning 2D barcodes and QRCodes via camera.

4.8.1 23K downloads/mo #2048 most downloaded on pub.dev mono0926/barcode_scan2

What this package is like to depend on

Last release 11 days ago

13 Aug 2026

Release timing varies

gaps range from 2 weeks to 8 months

Most releases are documented

notes for 26 of 35 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

35 releases · first in 2021

7 releases in the last 12 months

see the full history below

Release timeline

35 releases · Apr 2021 to Aug 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 35
  1. 4.8.1 13 Aug 2026
    Release notes

    Fixes

    • Migrate to built-in Kotlin and update Android Gradle configurations (#119)
    Open source →
    Release notes

    Fixes

    • Migrate to built-in Kotlin and update Android Gradle configurations (#119)
    Open source →
  2. 4.8.0 03 Jul 2026
    Release notes

    What's Changed

    • Add iOS Swift Package Manager support and Android AGP 9+ built-in Kotlin support by @MirceaX2Mobile in #118

    Full Changelog: v4.7.2...v4.8.0

    Open source →
    Release notes

    Features

    • iOS: Adopt Swift Package Manager (vendored Obj-C MTBBarcodeScanner becomes its own Obj-C SPM target; the plugin stays CocoaPods-compatible).
    • iOS: Rename the Swift class to BarcodeScanPlugin and drop the Obj-C shim.
    • Android: Migrate to built-in Kotlin support (targets JVM 17), compatible with both android.builtInKotlin enabled and disabled.
    • Environment: Update Dart SDK requirement to ^3.12.0 and Flutter SDK to >=3.44.0.
    Open source →
  3. 4.7.2 15 Jan 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v4.6.0...v4.7.2

    Open source →
    Release notes
    • Fixed 10-15 second delay when dismissing scanner on iOS 26+
    • Vendored MTBBarcodeScanner source with fix (no Podfile override required)
    • Root cause: AVCaptureVideoPreviewLayer.session = nil blocks on main thread waiting for camera pipeline sync
    Open source →
  4. 4.7.1 15 Jan 2026

    Nothing published for this version

  5. 4.6.0 23 Dec 2025
    Release notes

    What's Changed

    • refactor: upgrade toolchain and fix iOS/Android compatibility issues by @vipinkashyap in #114

    Full Changelog: v4.5.3...v4.6.0

    Open source →
    Release notes
    • Upgrade toolchain and fix iOS/Android compatibility issues(#114)
    Open source →
  6. 4.5.3 18 Dec 2025
    Release notes

    What's Changed

    • Fixes issue with dismissing the view when cancel is clicked on ios by @vipinkashyap in #113

    New Contributors

    Full Changelog: v4.5.2...v4.5.3

    Open source →
    Release notes
    • Fixes issue with dismissing the view when cancel is clicked on ios(#113)
    Open source →
  7. 4.5.2 03 Dec 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v4.5.1...v4.5.2

    Open source →
    Release notes
    • protobuf 4.0.0(#109)
    • Update to Android 36(#112)
    Open source →
  8. 4.5.1 04 Apr 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v4.5.0...v4.5.1

    Open source →
    Release notes
    • Fix Android build fails on Apple Silicon M3(#104, #105)
    Open source →
  9. 4.5.0 14 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v4.4.0...v4.5.0

    Open source →
    Release notes
    • Support Flutter 3.29
    Open source →
  10. 4.4.0 20 Jan 2025
    Release notes

    What's Changed

    • Add support for changing the AppBar title on Android by @kevinhikaruevans in #99

    New Contributors

    • @kevinhikaruevans made their first contribution in #99

    Full Changelog: v4.3.3...v4.4.0

    Open source →
    Release notes
    • Add support for changing the AppBar title on Android (#99)
    Open source →
  11. 4.3.3 17 Jul 2024
    Release notes

    What's Changed

    • Ensure only one scan result callback, fixing #23 by @ryanhz in #89

    New Contributors

    Full Changelog: v4.3.2...v4.3.3

    Open source →
    Release notes
    • Ensure only one scan result callback, fixing (#23, #89)
    Open source →
  12. 4.3.2 11 Jul 2024
    Release notes
    • Add compatibility with Gradle 8+ (#87)
    Open source →
  13. 4.3.1 21 Jun 2024
    Release notes
    • Fix Could not get unknown property 'source' for generate-proto-generateDebugProto of type org.gradle.api.internal.file.DefaultSourceDirectorySet. error (#84, #85)
    Open source →
  14. 4.3.0 08 Nov 2023
    Release notes
    • Upgrade min Flutter version to 3.0.1
    • Upgrade protobuf dependency to ^3.1.0
    • Upgrade pedantic_mono dev_dependency to pedantic_mono: ^1.24.0+1
    Open source →
  15. 4.2.4 08 Mar 2023
    Release notes
    • Update Kotlin Gradle plugin version 1.5.20 (#65)
    Open source →
  16. 4.2.3 04 Jan 2023
    Release notes
    • zxing version 1.9.13 does not exist in the mavenCentral (#60)
    Open source →
  17. 4.2.2 27 Dec 2022
    Release notes
    • Migrate from JCenter to Maven Central for gradle dependencies (#57)
    Open source →
  18. 4.2.1 14 May 2022
    Release notes
    • Fix compile error (#48, #49)
    Open source →
  19. 4.2.1+1 27 Dec 2022
    Release notes
    • Fix README (#59)
    Open source →
  20. 4.2.0 08 Dec 2021
    Release notes
    • Changed protobuf_version and compileSdkVersion to support Android 12 / SDK 31
    Open source →
  21. 4.1.4 26 Jul 2021
    Release notes
    • Broken artifact fixes for Apple Silicon M1 (#28)
    Open source →
  22. 4.1.3 28 Apr 2021
    Release notes
    Open source →
  23. 4.1.2 27 Apr 2021
    Release notes
    • Fix Error in release mode (#9)
    Open source →
  24. 4.1.1 27 Apr 2021
    Release notes
    • Fix After flutter plugin register, the topViewController may changed, present Scan ViewController failed! (#10)
    Open source →
  25. 4.1.0 27 Apr 2021
    Release notes
    • Lock screen rotation when scanner is shown (#7)
    Open source →
  26. 4.0.1 26 Apr 2021
    Release notes
    • Fix When ViewController whose view is not in the window hierarchy, present Scan ViewController failed will failed. (#5)
    Open source →
  27. 4.0.0 19 Apr 2021
    Release notes

    Prior to 3.0.1, see the CHANGELOG of discontinued original package: https://pub.dev/packages/barcode_scan/changelog

    Open source →
  28. 4.0.0+1 19 Apr 2021

    Nothing published for this version

  29. 4.0.0+2 19 Apr 2021

    Nothing published for this version

  30. 4.0.0+3 19 Apr 2021

    Nothing published for this version

  31. 4.0.0+4 20 Apr 2021

    Nothing published for this version

  32. 4.0.0+5 20 Apr 2021

    Nothing published for this version

  33. 4.0.0+6 20 Apr 2021

    Nothing published for this version

  34. 4.0.0+7 20 Apr 2021

    Nothing published for this version

  35. 4.0.0+8 20 Apr 2021

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive