-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (30 loc) · 784 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (30 loc) · 784 Bytes
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: JustWatch
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
provider: ^6.0.0
intl: ^0.17.0
http: ^0.13.3
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/placeholder_movie_backdrop.jpg
- assets/images/placeholder_movie_poster.png
fonts:
- family: ArialCE
fonts:
- asset: assets/fonts/ArialCE.ttf
- asset: assets/fonts/ArialCEBold.ttf
weight: 700
- asset: assets/fonts/ArialCEBoldItalic.ttf
- asset: assets/fonts/ArialCEItalic.ttf
style: italic