-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
138 lines (119 loc) · 2.76 KB
/
pubspec.yaml
File metadata and controls
138 lines (119 loc) · 2.76 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
134
135
136
137
name: flutter_doc
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons:
flutter_localizations:
sdk: flutter
intl:
### ------- Navigation ------- ###
# Router
go_router: any
# Launching a URL. Supports web, phone, SMS, and email schemes
# url_launcher: any
### ------- End Navigation ------- ###
### ------- Arch/State Management ------- ###
# Bloc for state management
# flutter_bloc: any
# Provider
# provider: any
### ------- End Arch/State Management ------- ###
### ------- Common ------- ###
# Value equality
equatable: any
# In app update
upgrader: any
# Device UUID
uuid: any
# Toast
fluttertoast: any
# Camera
# camera: any
# Webview
# webview_flutter: any
# Maps
# google_maps_flutter: any
# Video player
# video_player: any
# Image Picker
# image_picker: any
# Path provider
# path_provider: any
### ------- End Common ------- ###
### ------- Firebase ------- ###
# Firebase
# firebase_core: any
# firebase_messaging: any
# firebase_crashlytics: any
### ------- End Firebase ------- ###
### ------- Networking ------- ###
# Http Client
dio: any
# Cookies
# dio_cookie_manager: any
# Image Provider
# dio_image_provider: any
# Web Socket
# web_socket_channel: any
# Cached Image
cached_network_image: any
# Chucker
chucker_flutter: any
# Json
# freezed_annotation: any
# json_annotation: any
### ------- End Networking ------- ###
### ------- Secure Preferences ------- ###
# Local cache
shared_preferences: any
# Secure Storage
flutter_secure_storage: any
### ------- End Secure Preferences ------- ###
### ------- Utilities ------- ###
# Device info
device_info_plus: any
# Application info
package_info_plus: any
# Connectivity info
connectivity_plus: any
# Sharing
# share_plus: any
### ------- End Utilities ------- ###
### ------- Widget ------- ###
# Bluring view
flutter_blurhash: any
# auto size text
# auto_size_text: any
# lottie animation
# lottie: any
# shimmer loading
# shimmer: any
### ------- End Widget ------- ###
### ------- Environment ------- ###
# DotEnv loader
# secure_dotenv: any
# flutter_dotenv: any
### ------- End Environment ------- ###
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: any
# build_runner: any
# secure_dotenv_generator:
### ------- Networking ------- ###
# JSON
# freezed: any
# json_serializable: any
### ------- End Networking ------- ###
### ------- Utilities ------- ###
# flavors
# flutter_flavorizr: any
### ------- End Utilities ------- ###
flutter:
generate: true
uses-material-design: true