-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
39 lines (30 loc) · 838 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
name: PomodoroTimer
description: Using Pomodoro Timer for local notification demo
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
google_fonts: ^2.3.1
flutter_local_notifications: ^9.5.3+1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# The following section is specific to Flutter packages.
flutter:
uses-material-design: true
fonts:
- family: Montserrat
fonts:
- asset: assets/Montserrat-Regular.ttf
- asset: assets/Montserrat-Light.ttf
weight: 200
- family: SquadaOne
fonts:
- asset: assets/SquadaOne-Regular.ttf