-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
executable file
·46 lines (39 loc) · 931 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
name: sys_dia_log
description: Blood pressure diary
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.18.1
flutter_i18n: ^0.34.0
logging: ^1.2.0
cupertino_icons: ^1.0.6
auto_route: ^7.8.4
numberpicker: ^2.1.2
hive: ^2.2.3
hive_flutter: ^1.1.0
provider: ^6.1.1
graphic: ^2.2.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.6
flutter_lints: ^3.0.1
flutter_launcher_icons: ^0.13.1
auto_route_generator: ^7.3.2
hive_generator: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/
- assets/i18n/
flutter_icons:
image_path_android: "assets/sys-dia-log-logo.png"
image_path_ios: "assets/sys-dia-log-logo.png"
android: true # can specify file name here e.g. "ic_launcher"
ios: true # can specify file name here e.g. "My-Launcher-Icon