forked from mbags-playground/passbags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
58 lines (53 loc) · 1.7 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: passbag
description: A password generator
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.6 <4.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_svg: ^2.0.7
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: 'launcher_icon'
ios: true
image_path: 'lib/assets/image/logo.png'
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: 'lib/assets/image/logo.png'
background_color: '#hexcode'
theme_color: '#hexcode'
windows:
generate: true
image_path: 'lib/assets/image/logo.png'
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: 'lib/assets/image/logo.png'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_localizations:
sdk: flutter
intl: any
flutter_secure_storage: ^8.0.0
crypto: ^3.0.3
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
generate: true
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- lib/assets/images/