forked from merixstudio/flutter-vizier-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
62 lines (58 loc) · 1.35 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
name: vizier
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.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
#Localizations
flutter_localizations:
sdk: flutter
intl: ^0.17.0
#Bloc
bloc: ^8.1.0
flutter_bloc: ^8.1.1
#Code generation
freezed_annotation: ^2.1.0
json_annotation: ^4.6.0
#Dependency Injection
injectable: ^1.5.3
get_it: ^7.2.0
#Storages
flutter_secure_storage: ^6.0.0
shared_preferences: ^2.0.15
#Routing
auto_route: ^5.0.1
#UI
flutter_svg: ^1.1.4
mrx_charts: ^0.1.3
dev_dependencies:
auto_route_generator: ^5.0.2
build_runner: ^2.2.0
flutter_lints: ^2.0.1
freezed: ^2.1.0+1
injectable_generator: ^1.5.4
json_serializable: ^6.3.1
lint: ^1.10.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/svgs/
- assets/mocks/finances/
- assets/mocks/user/
- assets/mocks/portfolio/
- assets/mocks/transactions/
fonts:
- family: Ubuntu
fonts:
- asset: assets/fonts/ubuntu/Ubuntu-Light.ttf
weight: 300
- asset: assets/fonts/ubuntu/Ubuntu-Regular.ttf
weight: 400
- asset: assets/fonts/ubuntu/Ubuntu-Medium.ttf
weight: 500
- asset: assets/fonts/ubuntu/Ubuntu-Bold.ttf
weight: 700