-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
69 lines (60 loc) · 1.22 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name: style_transfer
description: "Style Transfer App."
publish_to: none
version: 1.0.0+1
environment:
sdk: ">=3.4.0 <4.0.0"
dependencies:
camera: ^0.11.0
cupertino_icons: ^1.0.6
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_bloc: ^8.1.5
flutter_localizations:
sdk: flutter
flutter_web_plugins:
sdk: flutter
go_router: ^14.1.2
google_fonts: ^6.2.1
http: ^1.2.1
image: ^4.1.7
image_gallery_saver: ^2.0.3
image_picker: ^1.1.1
share_plus: ^9.0.0
tflite_flutter:
git: https://github.com/tensorflow/flutter-tflite.git
uuid: ^4.4.0
web: ^0.5.1
dev_dependencies:
build_runner: ^2.4.10
flutter_gen_runner: ^5.4.0
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
very_good_analysis: ^5.1.0
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
- assets/styles/
- assets/models/
flutter_gen:
output: lib/app/assets
line_length: 80
# Optional
integrations:
flutter_svg: true
flare_flutter: true
rive: true
lottie: true
flutter_launcher_icons:
image_path: "logo.jpeg"
android: "ic_launcher"
ios: true
remove_alpha_ios: true
min_sdk_android: 21
web:
generate: true
image_path: "logo.jpeg"