-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
47 lines (36 loc) · 889 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
name: school_planner
description: A new Flutter project.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
provider: ^6.0.1
flutter_svg: ^0.23.0+1
table_calendar: ^3.0.3
intl: ^0.17.0
sqflite:
path:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
dev_dependencies:
flutter_native_splash: ^1.3.1
flutter_launcher_icons: ^0.9.2
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter_icons:
android: true
ios: true
image_path: "assets/icons/app-icon.png"
adaptive_icon_background: "assets/icons/app-icon-background.png"
adaptive_icon_foreground: "assets/icons/app-icon-foreground.png"
flutter:
uses-material-design: true
assets:
# Add assets from the images directory to the application.
- assets/images/
- assets/icons/