-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
93 lines (73 loc) · 1.64 KB
/
pubspec.yaml
File metadata and controls
93 lines (73 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
84
85
86
87
88
89
90
91
92
93
name: openalbion_weaponry
description: A new Flutter project.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.7+10
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
#model control
json_serializable: ^6.6.1
json_annotation: ^4.8.0
freezed: ^2.3.2
#networking
dio: ^5.1.1
pretty_dio_logger: ^1.3.1
retrofit: ^4.0.1
connectivity_plus: ^3.0.6
dartz: ^0.10.1
#state management
provider: ^6.0.5
#ui
fluttertoast: ^8.2.1
cached_network_image: ^3.3.1
flutter_svg: ^2.0.5
shimmer: ^2.0.0
dropdown_button2: ^2.1.2
dotted_border: ^2.0.0+3
dotted_line: ^3.2.2
flutter_xlider: ^3.5.0
#helper
change_app_package_name: ^1.1.0
package_info_plus: ^4.0.0
flutter_dotenv: ^5.0.2
intl:
timeago:
url_launcher: ^6.1.11
shake: ^2.2.0
#local notification
flutter_local_notifications: ^14.0.0+2
#localization
flutter_localizations:
sdk: flutter
firebase_core: ^2.12.0
firebase_analytics: ^10.4.0
firebase_messaging: ^14.6.0
#persistence
shared_preferences: ^2.1.1
hive: ^2.2.3
hive_flutter: ^1.1.0
dev_dependencies:
hive_generator: ^2.0.0
build_runner:
retrofit_generator: ^6.0.0+3
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
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/svgs/
- assets/images/pngs/
- assets/fonts/inter/
- assets/mock_json/
- .env
fonts:
- family: Inter
fonts:
- asset: assets/fonts/inter/inter.ttf