视觉分析(模拟)app

This commit is contained in:
lzx
2026-01-07 16:14:34 +08:00
commit 40991e6c86
136 changed files with 6568 additions and 0 deletions

27
pubspec.yaml Normal file
View 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