Julian Steenbakker
Committed by GitHub

doc: add min sdk

@@ -11,6 +11,10 @@ An universal scanner for Flutter based on MLKit. @@ -11,6 +11,10 @@ An universal scanner for Flutter based on MLKit.
11 | :-----: | :-: | :---: | :-: | :---: | :-----: | 11 | :-----: | :-: | :---: | :-: | :---: | :-----: |
12 | ✔️ | ✔️ | | | | | 12 | ✔️ | ✔️ | | | | |
13 13
  14 +CameraX for Android requires at least SDK 21.
  15 +
  16 +MLKit for iOS requires at least iOS 11 and a [64bit device](https://developers.google.com/ml-kit/migration/ios).
  17 +
14 # Usage 18 # Usage
15 19
16 Import `package:mobile_scanner/mobile_scanner.dart`, and use the widget with or without the controller. 20 Import `package:mobile_scanner/mobile_scanner.dart`, and use the widget with or without the controller.