-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
57 lines (42 loc) · 909 Bytes
/
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
name: gethub
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ^3.0.0
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# For Architecture
flutter_riverpod: ^1.0.4
# For Model
freezed_annotation: ^2.1.0
json_serializable: ^6.3.1
# For Storage
shared_preferences: ^2.0.15
# For L10N
intl: ^0.17.0
# For UI
cupertino_icons: ^1.0.2
quiver: ^3.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.10.0
# For Gen
build_runner: ^2.2.0
# For Model
freezed: ^2.1.0+1
# For Analyzer
flutter_lints: ^1.0.0
flutter:
uses-material-design: true
generate: true
flutter_icons:
android: "launcher_icon"
ios: true
image_path_android: "assets/app_icons/app_icon_android.png"
image_path_ios: "assets/app_icons/app_icon_ios.png"