视觉分析(模拟)app
This commit is contained in:
27
pubspec.yaml
Normal file
27
pubspec.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
name: camera_app
|
||||
description: Flutter应用 - 自动拍照功能
|
||||
publish_to: 'none'
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.6
|
||||
camera: ^0.11.3
|
||||
image_picker: ^1.0.7
|
||||
path_provider: ^2.1.1
|
||||
path: ^1.8.3
|
||||
gal: ^2.0.1
|
||||
permission_handler: ^12.0.1
|
||||
http: ^1.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user