-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
61 lines (43 loc) · 967 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
58
59
60
61
name: stacked_template
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
# state management
stacked: ^1.6.0
# third party usable services
stacked_services: ^0.4.3
# navigation
auto_route:
# inversion of control
injectable: ^0.4.0+1
get_it: ^4.0.2
# for local data
shared_preferences: ^0.5.7+3
# for reactive state
observable_ish: ^2.1.4
# premium icons
flutter_feather_icons: ^1.0.3
# http
http: ^0.12.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner:
auto_route_generator:
injectable_generator:
# for models
freezed: ^0.10.9
json_serializable: ^3.3.0
flutter:
uses-material-design: true
fonts:
- family: Lexend Deca
fonts:
- asset: fonts/LexendDeca-Regular.ttf
weight: 400