yuchan2215
Committed by GitHub

Merge branch 'juliansteenbakker:master' into master

  1 +## 2.0.0
  2 +Breaking changes:
  3 +This version is only compatible with flutter 3.0.0 and later.
  4 +
1 ## 1.1.2-play-services 5 ## 1.1.2-play-services
2 This version uses the MLKit play-services model on Android in order to save space. 6 This version uses the MLKit play-services model on Android in order to save space.
3 With the example app, this version reduces the release version from 14.9MB to 7MB. 7 With the example app, this version reduces the release version from 14.9MB to 7MB.
1 name: mobile_scanner 1 name: mobile_scanner
2 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. 2 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.
3 -version: 1.1.2-play-services 3 +version: 2.0.0
4 repository: https://github.com/juliansteenbakker/mobile_scanner 4 repository: https://github.com/juliansteenbakker/mobile_scanner
5 5
6 environment: 6 environment:
7 - sdk: ">=2.12.0 <3.0.0"  
8 - flutter: ">=1.10.0" 7 + sdk: ">=2.17.0 <3.0.0"
  8 + flutter: ">=3.0.0"
9 9
10 dependencies: 10 dependencies:
11 flutter: 11 flutter: