forked from stanezeaku/smartstan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
49 lines (38 loc) · 910 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: smartstan
description: A new Flutter project.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
camera: ^0.8.1
font_awesome_flutter: ^9.2.0
google_ml_kit: ^0.7.3
image: ^3.1.0
path: ^1.8.0
path_provider: ^2.0.8
tflite_flutter: ^0.9.0
url_launcher: ^6.0.17
percent_indicator: ^3.0.1
go_router: ^3.0.1
flutter_riverpod: ^1.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
- assets/mobilefacenet.tflite
- assets/logo.png
- assets/welcome.png
- assets/notfound.png