-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
133 lines (120 loc) · 3.15 KB
/
pubspec.yaml
File metadata and controls
133 lines (120 loc) · 3.15 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
name: kisaan_station
description: A new Flutter project.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 2.2.9+30
environment:
sdk: ">=2.18.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
another_flushbar: ^1.12.29
auto_route: ^7.8.4
auto_size_text: ^3.0.0
carousel_slider: ^5.0.0
connectivity_plus: ^6.1.1
dio: ^4.0.4
dotted_border: ^2.0.0+2
firebase_dynamic_links: ^6.1.0
flutter_datetime_picker: ^1.5.1
flutter_inappwebview: ^6.1.5
flutter_linkify: ^6.0.0
flutter_riverpod: ^2.0.2
flutter_screenutil: ^5.5.3+2
flutter_sequence_animation: ^4.0.0-nullsafety
flutter_svg: ^2.0.9
geocoding: ^3.0.0
get_time_ago: ^2.1.1
google_map_location_picker_flutter: ^2.0.5
google_maps_flutter: ^2.2.0
image_picker: ^1.0.4
intl: ^0.19.0
json_annotation: ^4.8.1
latlong2: ^0.9.0
location: ^7.0.1
map_picker: ^0.0.3
path_provider: ^2.1.1
pretty_dio_logger: ^1.1.1
readmore: ^3.0.0
reorderable_grid: ^1.0.4
share_plus: ^10.1.3
shared_preferences: ^2.0.13
shimmer: ^3.0.0
sms_autofill: ^2.2.0
swipeable_card_stack: ^0.0.5
tab_indicator_styler: ^2.0.0
timelines: ^0.1.0
url_launcher: ^6.2.6
video_player: ^2.4.5
visibility_detector: ^0.4.0+2
webview_flutter: ^3.0.4
youtube_player_flutter: ^9.1.1
geolocator: ^9.0.2
firebase_core: ^3.10.0
firebase_messaging: ^15.2.0
flutter_local_notifications: ^18.0.1
# flutter_native_image: ^0.0.6+1
timeago: ^3.0.3
new_version_plus: ^0.0.3
permission_handler: ^11.0.0
flutter_polyline_points: ^1.0.0
hive_flutter: ^1.1.0
hive: ^2.2.3
hive_generator: ^2.0.1
analyzer: ^6.2.0
cached_network_image: ^3.3.0
persistent_bottom_nav_bar: ^6.2.1
video_thumbnail: ^0.5.3
dev_dependencies:
flutter_test:
sdk: flutter
auto_route_generator: ^7.3.2
build_runner: ^2.4.7
flutter_switch: ^0.3.2
freezed: ^2.1.0+1
json_serializable: ^6.7.1
flutter_launcher_icons: ^0.14.2
flutter_launcher_icons:
android: true
ios: true
min_sdk_android: 21
image_path: "assets/images/logo_foreground.png"
adaptive_icon_foreground: "assets/images/logo_foreground.png"
adaptive_icon_background: "#ffffff"
dependency_overrides:
geolocator: ^9.0.2
geolocator_android: 4.1.4
http: ^1.0.0
google_api_headers:
flutter_plugin_android_lifecycle:
share_plus:
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/wlcm_screen/
- assets/images/auth_image/
- assets/images/
- assets/notification_Data.json
- assets/weather_Data.json
fonts:
- family: Mukta
fonts:
- asset: assets/fonts/Mukta-Regular.ttf
weight: 400
- asset: assets/fonts/Mukta-Medium.ttf
weight: 500
- asset: assets/fonts/Mukta-SemiBold.ttf
weight: 600
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
weight: 400
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600