forked from bimsina/notes-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
42 lines (36 loc) · 871 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
name: notes_app
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.8.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
sqflite: 2.0.0+3
path_provider: 2.0.1
intl: 0.17.0
flutter_staggered_grid_view: 0.4.0
share_plus: ^4.0.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
flutter_launcher_icons: ^0.9.2
flutter_svg: ^1.0.3
animations: ^2.0.2
flutter:
uses-material-design: true
assets:
- assets/
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
fonts:
- family: Sans
fonts:
- asset: assets/fonts/ProductSans-Regular.ttf
- asset: assets/fonts/ProductSans-Italic.ttf
style: italic
- asset: assets/fonts/ProductSans-Bold.ttf
weight: 700