diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d9c95fe..f96a5f735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 +Breaking changes: +This version is only compatible with flutter 3.0.0 and later. + ## 1.1.2-play-services This version uses the MLKit play-services model on Android in order to save space. With the example app, this version reduces the release version from 14.9MB to 7MB. diff --git a/pubspec.yaml b/pubspec.yaml index 57df4ce7f..a2d8f1789 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: mobile_scanner description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS. -version: 1.1.2-play-services +version: 2.0.0 repository: https://github.com/juliansteenbakker/mobile_scanner environment: - sdk: ">=2.12.0 <3.0.0" - flutter: ">=1.10.0" + sdk: ">=2.17.0 <3.0.0" + flutter: ">=3.0.0" dependencies: flutter: