forked from PotatoProject/Leaflet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
58 lines (53 loc) · 1.21 KB
/
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
49
50
51
52
53
54
55
56
57
58
name: potato_notes
description: Official POSP note app
version: 1.5.0+12
environment:
sdk: '>=2.0.0 <3.0.0'
# The example interacts with build scripts on the Flutter side that are not
# yet stable, so it requires a very recent version of Flutter.
# This version will increase regularly as the build scripts change.
flutter: '>=1.5.9-pre.270'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
sqflite:
path:
shared_preferences:
url_launcher:
provider:
flutter_material_color_picker:
intl:
image_picker:
back_button_interceptor:
flutter_local_notifications:
share:
permission_handler:
file_picker:
intl_translation:
package_info:
http:
crypto:
simple_animations:
cached_network_image: ^2.0.0-rc
outline_material_icons:
community_material_icon:
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/
fonts:
- family: CustomIcons
fonts:
- asset: fonts/CustomIcons.ttf
- family: GoogleSans
fonts:
- asset: fonts/GoogleSans-Regular.ttf
- asset: fonts/GoogleSans-Medium.ttf
weight: 500
- asset: fonts/GoogleSans-Bold.ttf
weight: 600