-
Notifications
You must be signed in to change notification settings - Fork 13
/
pubspec.yaml
104 lines (90 loc) · 3.01 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
name: patta
description: A new Flutter project.
# Docs:
# https://docs.codemagic.io/configuration/build-versioning/
# https://developer.android.com/studio/publish/versioning
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# We use Codemagic automatic versioning. This version number is overridden by Codemagic.
version: 1.0.1+2
publish_to: 'none'
environment:
sdk: ">=3.2.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
cached_network_image: ^3.2.1
connectivity_plus: ^6.0.3
cupertino_icons: ^1.0.4 # iOS-style icons
dio: ^5.0.3
dio_cache_interceptor: ^3.2.2
dio_cache_interceptor_db_store: ^5.1.1
drift: ^2.14.1
equatable: ^2.0.3
flutter_cache_manager: ^3.3.0
google_fonts: ^6.1.0
http: ^1.1.2
json_annotation: ^4.4.0 # TODO: upgrade to 4.8.1?
just_audio: ^0.9.18
logging: ^1.2.0
path: ^1.8.0
path_provider: ^2.0.15
provider: ^6.0.1
settings_ui: ^2.0.2
shared_preferences: ^2.0.12
sqlite3_flutter_libs: ^0.5.7 # Workaround to open sqlite3 on old Android versions
video_player: ^2.2.11
share_plus: ^10.0.2
url_launcher: ^6.1.7
dev_dependencies:
#analyzer: ^6.3.0
flutter_test:
sdk: flutter
build_runner: ^2.4.7
build_runner_core: ^7.2.11
drift_dev: ^2.14.1
flutter_launcher_icons: ^0.14.1
json_serializable: ^6.1.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
#flutter_icons:
# android: true
# ios: true
# image_path: assets/icon/icon.png
# The following section is specific to Flutter.
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.
uses-material-design: true
assets:
- assets/
- config/
- assets/icon/icon.png
- assets/images/
- assets/images/quote-bg-dark-black-700px.png
- assets/images/quote-bg-dark-brown-700px.png
- assets/images/quote-bg-light-700px.png
- assets/google_fonts/
# An image asset can refer to one or more resolution-specific "variants", see
# 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
# 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