-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
93 lines (67 loc) · 1.35 KB
/
pubspec.yaml
File metadata and controls
93 lines (67 loc) · 1.35 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
name: yandex_todo_list
description: "A new Flutter project."
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.4.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
uuid: ^4.4.0
# Localization
intl: any
flutter_localizations:
sdk: flutter
# Routing
go_router: ^14.2.0
# Networking
dio: ^5.4.3+1
# Database
sqflite: ^2.3.3+1
path: ^1.9.0
# BLoC
bloc: ^8.1.4
flutter_bloc: ^8.1.6
bloc_concurrency: ^0.2.2
equatable: ^2.0.5
# Streams
stream_transform: ^2.1.0
rxdart: ^0.27.7
# Logger
logging: ^1.2.0
# Codegen
freezed_annotation: ^2.4.1
json_annotation: ^4.9.0
meta: ^1.12.0
# Connection Status
connectivity_plus: ^6.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.0
build_runner: ^2.4.11
freezed: ^2.5.2
json_serializable: ^6.8.0
# Tests
mockito: ^5.4.4
integration_test:
sdk: flutter
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
fonts:
- family: iconFonts
fonts:
- asset: assets/icons/icons.ttf
flutter_launcher_icons:
image_path_android: "assets/images/icon1024.png"
image_path_ios: "assets/images/icon1024.png"
android: true
ios: true
min_sdk_android: 21
remove_alpha_ios: true
background_color_ios: "#ffffff"