-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
68 lines (48 loc) · 1008 Bytes
/
pubspec.yaml
File metadata and controls
68 lines (48 loc) · 1008 Bytes
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
name: propresenter_remote
description: A new Flutter project.
publish_to: "none"
version: 0.1.0
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.10.6
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
# Localization
flutter_localizations:
sdk: flutter
intl: ^0.18.0
# Web
flutter_web_plugins:
sdk: flutter
# http via dio
dio: ^5.3.2
pretty_dio_logger: ^1.3.1
json_annotation: ^4.8.1
# riverpod
flutter_riverpod: ^2.3.7
riverpod_annotation: ^2.1.2
freezed_annotation: ^2.4.1
# propresenter
propresenter_api: ^0.3.0
# logging
logging: ^1.2.0
logging_appenders: ^1.2.0+1
# router
go_router: ^10.1.0
hive_flutter: ^1.1.0
keep_screen_on: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.2
build_runner: ^2.4.6
riverpod_generator: ^2.2.6
json_serializable: ^6.7.1
custom_lint: ^0.5.2
freezed: ^2.4.1
riverpod_lint: ^2.0.1
flutter:
generate: true
uses-material-design: true