-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
55 lines (47 loc) · 1.55 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
name: flutter_buddies_destini
description: An app that presents a story and allows the user to pick between
two choices. The choices you select determine the outcome of the story.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.0
easy_localization: ^2.3.3
shared_preferences: ^0.5.12+4
splashscreen: ^1.3.4
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
lint: ^1.0.0
test: ^1.15.5
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- images/
- assets/fonts/
- assets/translations/
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# example:
fonts:
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Regular.ttf
- family: Lato
fonts:
- asset: assets/fonts/Lato-Regular.ttf
- family: Pacifico
fonts:
- asset: assets/fonts/Pacifico-Regular.ttf
# see https://flutter.dev/custom-fonts/#from-packages