-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
68 lines (58 loc) · 1.34 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
name: poke_scouter
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.1.0+6
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
go_router: ^5.1.3
hooks_riverpod: ^2.3.0
google_fonts: ^6.1.0
roggle: ^0.3.1
freezed_annotation: ^2.2.0
json_serializable: ^6.7.1
json_annotation: ^4.7.0
flutter_hooks: ^0.20.5
badges: ^2.0.3
email_validator: ^2.1.17
google_mobile_ads: ^5.0.0
trotter: ^2.0.0
shared_preferences: ^2.0.16
flutter_launcher_icons: ^0.11.0
package_info_plus: ^4.0.2
flutter_native_splash: ^2.2.16
firebase_remote_config: ^4.2.2
cloud_functions: ^4.3.2
firebase_core: ^2.13.1
cloud_firestore: ^4.8.0
firebase_auth: ^4.6.2
firebase_analytics: ^10.5.1
camera: ^0.11.0+1
image: ^3.3.0
http: ^1.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.3
build_runner: ^2.3.2
freezed: ^2.3.2
dart_style: ^2.3.1
flutter_gen_runner: ^5.5.0+1
flutter_native_splash:
color: "#D9D9D9"
image: "assets/images/splash.png"
color_dark: "#262626"
image_dark: "assets/images/splash.png"
fullscreen: true
flutter:
uses-material-design: true
assets:
- json/
- assets/images/
flutter_icons:
android: true
ios: true
image_path: assets/icon/icon.png