-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
85 lines (64 loc) · 1.64 KB
/
pubspec.yaml
File metadata and controls
85 lines (64 loc) · 1.64 KB
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
name: graduation_project
description: "A new Flutter project."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.5.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
dio: ^5.8.0+1
shared_preferences: ^2.5.2
google_sign_in: ^6.3.0
dartz: ^0.10.1
get_it: ^8.0.3
flutter_bloc: ^9.1.0
flutter_native_splash: ^2.4.5
logger: ^2.5.0
carousel_slider: ^5.0.0
cached_network_image: ^3.4.1
skeletonizer: ^1.4.3
flutter_staggered_animations: ^1.1.1
flutter_rating_bar: ^4.0.1
fluttertoast: ^8.2.12
image_picker: ^1.1.2
dotted_border: ^2.1.0
# only for windows
window_manager: ^0.4.3
# this used for map
google_maps_flutter: ^2.12.1
geolocator: ^13.0.3
geocoding: ^3.0.0
# this used for payment
webview_flutter: ^4.11.0
flutter_dotenv: ^5.2.1
intl: ^0.20.2
dropdown_button2: ^2.3.9
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/images/
- assets/fonts/
- .env
#- assets/json/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- family: IconBroken
fonts:
- asset: assets/fonts/icons.ttf