forked from Dai-Ngu-Studio/sfbms_mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
84 lines (53 loc) · 1.21 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: sfbms_mobile
description: Sport Field Booking Management System.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.3 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_core: ^1.18.0
firebase_auth: ^3.3.20
google_sign_in: ^5.3.3
http: ^0.13.4
provider: ^6.0.3
intl: ^0.17.0
shared_preferences: ^2.0.15
flutter_svg: ^1.1.0
extended_image: ^6.2.1
pull_to_refresh: ^2.0.0
flutter_dotenv: ^5.0.2
dropdown_button2: ^1.6.2
flutter_rating_bar: ^4.0.1
awesome_select: ^5.2.0
badges: ^2.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_gen: ^4.3.0
flutter_gen_runner:
flutter_launcher_icons: "^0.9.3"
# cli: fluttergen -c pubspec.yaml
flutter_gen:
integrations:
flutter_svg: true
# cli: flutter pub run flutter_launcher_icons:main
flutter_icons:
image_path: "assets/images/logo.png"
android: true
flutter:
uses-material-design: true
assets:
# env
- env/.env
- env/development.env
# image
- assets/images/login_background.jpg
- assets/images/logo_full.png
- assets/images/logo.png
# svg
- assets/svgs/search.svg
- assets/svgs/google.svg