|
@@ -3,17 +3,16 @@ description: Demonstrates how to use the r_scan plugin.
|
|
|
publish_to: 'none'
|
|
|
|
|
|
environment:
|
|
|
- sdk: ">=2.1.0 <3.0.0"
|
|
|
+ sdk: ">=2.12.0 <3.0.0"
|
|
|
|
|
|
dependencies:
|
|
|
flutter:
|
|
|
sdk: flutter
|
|
|
+
|
|
|
#权限请求
|
|
|
- permission_handler: ^3.0.0
|
|
|
- # The following adds the Cupertino Icons font to your application.
|
|
|
- # Use with the CupertinoIcons class for iOS style icons.
|
|
|
- cupertino_icons: ^0.1.2
|
|
|
- image_picker: ^0.6.1+10
|
|
|
+ permission_handler: ^6.1.1
|
|
|
+ image_picker: ^0.7.4
|
|
|
+
|
|
|
dev_dependencies:
|
|
|
flutter_test:
|
|
|
sdk: flutter
|