-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
45 lines (38 loc) · 954 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
43
44
45
name: job_keeper
description: Simple app to store your job offers
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.18.2 <3.0.0'
dependencies:
flutter:
sdk: flutter
provider: ^6.0.4
shared_preferences: ^2.0.15
icons_launcher: ^2.0.5
cupertino_icons: ^1.0.2
icons_launcher:
image_path: 'assets/icon.png'
platforms:
android:
enable: true
image_path: 'assets/icon.png'
adaptive_background_image: 'assets/icon_bg.png'
adaptive_foreground_image: 'assets/icon_fg.png'
ios:
enable: true
image_path: 'assets/icon_ios.png'
web:
enable: true
image_path: 'assets/icon.png'
favicon_path: 'assets/icon.png'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg