-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
61 lines (47 loc) · 1.16 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
name: flutter_tdd_structure
description: "A new Flutter project."
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.5.1
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
equatable: ^2.0.5
injectable: ^2.4.4
get_it: ^7.7.0
dio: ^5.7.0
flutter_dotenv: ^5.1.0
freezed: ^2.5.7
freezed_annotation: ^2.4.4
flutter_bloc: ^8.1.6
flutter_screenutil: ^5.9.3
go_router: ^14.2.7
json_serializable: ^6.8.0
# Test
mockito: ^5.4.4
bloc_test: ^9.1.7
dartz: ^0.10.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.11
injectable_generator: ^2.6.1
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- .env
fonts:
- family: Sora
fonts:
- asset: assets/fonts/Sora-Regular.ttf
- asset: assets/fonts/Sora-SemiBold.ttf
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Medium.ttf