-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
54 lines (45 loc) · 1.04 KB
/
pubspec.yaml
File metadata and controls
54 lines (45 loc) · 1.04 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
name: task_trekker
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: '>=3.4.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
flutter_bloc: ^8.1.6
get_it: ^7.7.0
injectable: ^2.4.2
dio: ^5.4.3+1
go_router: ^14.2.0
lottie: ^3.1.2
equatable: ^2.0.5
dartz: ^0.10.1
pretty_dio_logger: ^1.3.1
intl: ^0.19.0
hive: ^2.2.3
hive_flutter: ^1.1.0
mockito: ^5.4.4
mocktail: ^1.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
injectable_generator:
hive_generator:
build_runner:
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/animations/
- assets/images/
fonts:
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Regular.ttf
- asset: assets/fonts/Roboto-Medium.ttf
weight: 500
- asset: assets/fonts/Roboto-Bold.ttf
weight: 700