-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
48 lines (38 loc) · 840 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
name: medicine_tracker
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.19.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
bloc: ^8.1.2
flutter_bloc: ^8.1.3
google_fonts: ^4.0.4
table_calendar: ^3.0.9
intl: ^0.18.0
scroll_to_index: ^3.0.1
flutter_staggered_animations: ^1.1.1
dio: ^5.3.2
form_field_validator: ^1.1.0
alarm: ^1.2.2
fluttertoast: ^8.2.2
flutter_native_splash: ^2.3.2
flutter_dotenv: ^5.1.0
shared_preferences: ^2.2.1
flutter_native_splash:
color: "#3F51B5"
image: "assets/images/logo.png"
android: true
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.2
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/audios/dendenmushi.mp3