-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpubspec.yaml
49 lines (38 loc) · 1.01 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
name: snow
description: A coding contests reminder app. Supports 10+ widely used platforms.
publish_to: "none"
version: 1.3.4+12
environment:
sdk: ">=2.17.3 <3.0.0"
dependencies:
flutter:
sdk: flutter
# NOTE: Keep bloc packages 7.x.x, because hydrated bloc crashing on 8.x.x
equatable: ^2.0.0
dynamic_color: ^1.4.0
cupertino_icons: ^1.0.2
flutter_bloc: ^7.1.1
url_launcher: ^6.1.5
date_format: ^2.0.7
duration: ^3.0.12
share_plus: ^5.0.0
hydrated_bloc: ^7.1.0
path_provider: ^2.0.11
json_annotation: ^4.7.0
optimize_battery: ^0.0.4
awesome_notifications: ^0.7.2
flutter_launcher_icons: ^0.10.0
flutter_material_color_picker: ^1.1.0+2
material_design_icons_flutter: ^5.0.6996
contests_repository:
path: packages/contests_repository
duration_picker_dialog_box:
path: packages/duration_picker_dialog_box
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.0.0
json_serializable: ^6.0.0
flutter:
uses-material-design: true