-
Notifications
You must be signed in to change notification settings - Fork 130
/
pubspec.yaml
76 lines (59 loc) · 1.3 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
name: fluttermvvmtemplate
description: A Flutter template project for everyone.
publish_to: none
version: 0.0.9
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
# state management
flutter_mobx: ^2.0.0
mobx: ^2.0.1
provider: ^6.0.4
# network
# dio: ^4.0.0-prev3
vexana: ^3.0.1
# database
shared_preferences: ^2.0.5
# language
easy_localization: ^3.0.0
# firebase
firebase_core: ^2.1.1
firebase_analytics: any
# core utilities
kartal: ^2.1.0
logger: ^1.0.0
webview_flutter: ^3.0.4
equatable: ^2.0.5
# ui utilities
animations: ^2.0.0
auto_size_text: ^3.0.0
cached_network_image: ^3.0.0-nullsafety
cupertino_icons: ^1.0.2
flutter_rating_bar: ^4.0.0
flutter_svg: ^1.1.6
lottie: ^1.0.1
shimmer: ^2.0.0-nullsafety.0
architecture_theme:
git: https://github.com/VB10/architecture_theme.git
architecture_widgets:
path: module/architecture_widgets
all_of_template:
path: module/all_of_template
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.3.2
json_annotation: ^4.0.1
json_serializable: ^6.5.4
mobx_codegen: ^2.0.1+3
mockito: any
very_good_analysis: ^3.1.0
flutter:
uses-material-design: true
assets:
- asset/lang/
- asset/svg/
- asset/image/
- asset/lottie/