-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
65 lines (57 loc) · 2.22 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
59
60
61
62
63
64
65
name: space_app
description: App for creating space images.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
#UI
cupertino_icons: ^1.0.2 # Apple owned icons
flutter_animate: ^4.1.1+1 # Easy to use prebuilt animations https://pub.dev/packages/flutter_animate
dropdown_button2: ^2.1.3 # Better Customizeable Dropdow nmenu https://pub.dev/packages/dropdown_button2
#State and Local Files
riverpod: ^2.3.6 # State managment https://pub.dev/packages/riverpod
flutter_riverpod: ^2.3.6
hive: ^2.2.3 # Native Database https://pub.dev/packages/hive
hive_flutter: ^1.1.0
file_saver: ^0.2.4 # File Saver (for Web) https://pub.dev/packages/file_saver
path_provider: ^2.0.15 # Get platform dir paths https://pub.dev/packages/path_provider
permission_handler: ^10.3.0 # Check and ask for permissions https://pub.dev/packages/permission_handler
#Dev
logger: ^1.4.0 # Better Logger than print() https://pub.dev/packages/logger
flutter_localizations:
sdk: flutter
intl: any
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
generate: true #For Generating localization files.
assets:
- assets/img/
- assets/img/en_flag.png
- assets/img/fi_flag.png
- assets/img/saturn.png
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages