-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
82 lines (64 loc) · 1.57 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
name: flutter_architecture_template
description: Flutter Architecture Template
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.6 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# network
dio_nexus: ^0.1.0
dio: ^5.3.2
connectivity_plus: ^4.0.2
# storage
shared_preferences: ^2.2.0
hive_flutter: ^1.1.0
hive: ^2.2.3
# ui kits
bot_toast: ^4.0.4
fluentui_system_icons: ^1.1.210
animate_do: ^3.0.2
flutter_svg: ^2.0.7
cupertino_icons: ^1.0.5
# state management
flutter_mobx: ^2.0.6+5
mobx_codegen: ^2.3.0
mobx: ^2.2.0
provider: ^6.0.5
# core
auto_route: ^7.8.0
json_serializable: ^6.7.1
json_annotation: ^4.8.1
permission_handler: ^10.4.3
keyboard_dismisser: ^3.0.0
get_it: ^7.6.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.2
auto_route_generator: ^7.3.1
build_runner: ^2.4.6
hive_generator: ^2.0.1
very_good_analysis: ^5.0.0+1
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/svg/
#fonts:
# - family: Montserrat
# fonts:
# - asset: fonts/Montserrat-Light.ttf
# weight: 300
# - asset: fonts/Montserrat-Regular.ttf
# weight: 400
# - asset: fonts/Montserrat-Medium.ttf
# weight: 500
# - asset: fonts/Montserrat-Bold.ttf
# weight: 700
# - asset: fonts/Montserrat-Black.ttf
# weight: 900
# style: italic