-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
55 lines (45 loc) · 1019 Bytes
/
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
name: weighty
description: weight tracking and management app
version: 0.7.6+8
environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
# Data
hive: ^2.0.4
hive_flutter: ^1.0.0
shared_preferences: ^2.0.6
# Utils
equatable: ^2.0.0
intl: ^0.17.0
table_calendar: ^3.0.1
fl_chart: ^0.35.0
percent_indicator: ^2.1.7+2
url_launcher: ^6.0.6
package_info: ^2.0.0
page_transition: ^2.0.2
permission_handler: ^8.1.4+2
excel: 2.0.0-null-safety-3
share_plus: ^2.1.4
# BLoC
bloc: ^7.0.0
flutter_bloc: ^7.0.1
dev_dependencies:
flutter_test:
sdk: flutter
hive_generator: ^1.1.0
build_runner: ^2.0.4
flutter_launcher_icons: ^0.9.0
flutter_icons:
android: true
ios: true
image_path: "assets/weighty_app_icon.png"
flutter:
assets:
- assets/weighty_app_icon.png
- assets/weighty_logo_lightblue.png
- assets/weighty_logo_white.png
- assets/weighty_logo_name_white.png
- assets/weighty_name_white.png
uses-material-design: true