freezer/pubspec.yaml

162 lines
4.8 KiB
YAML

name: freezer
description: Freezer
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.6.14+1
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
spotify: ^0.6.0
flutter_displaymode: ^0.3.2
crypto: ^3.0.0
http: ^0.13.0
cookie_jar: ^3.0.1
json_annotation: ^4.0.0
path_provider: ^2.0.0
path: ^1.6.4
sqflite: ^2.0.0+3
permission_handler: ^8.1.4+2
connectivity: ^3.0.6
intl: ^0.17.0
filesize: ^2.0.1
fluttertoast: ^8.0.8
palette_generator: ^0.3.0
flutter_material_color_picker: ^1.0.5
flutter_inappwebview: ^5.3.2
country_pickers: ^2.0.0
package_info: ^2.0.2
move_to_background: ^1.0.1
flutter_local_notifications: ^8.1.1+1
collection: ^1.15.0-nullsafety.4
disk_space:
git: https://github.com/phipps980316/disk_space
random_string: ^2.0.1
async: ^2.8.1
html: ^0.15.0
flutter_screenutil: ^5.0.0+2
marquee: ^2.2.0
flutter_cache_manager: ^3.0.0
cached_network_image: ^3.1.0
i18n_extension: ^4.1.1
fluttericon: ^2.0.0
url_launcher: ^6.0.5
uni_links: ^0.5.1
share: ^2.0.4
numberpicker: ^2.1.1
quick_actions: ^0.6.0+6
photo_view: ^0.12.0
draggable_scrollbar: ^0.1.0
scrobblenaut:
git:
url: https://github.com/Pato05/Scrobblenaut.git
ref: main
open_file: ^3.0.3
version: ^2.0.0
wakelock: ^0.5.3+3
google_fonts: ^2.1.0
equalizer:
git: https://github.com/gladson97/equalizer.git
audio_session: ^0.1.6
audio_service: ^0.18.0-beta.0
just_audio:
git:
url: https://github.com/ryanheise/just_audio.git
ref: dev
path: just_audio/
dependency_overrides:
analyzer: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
json_serializable: ^5.0.0
build_runner: ^2.1.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# 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
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/cover.jpg
- assets/cover_thumb.jpg
- assets/icon.png
- assets/favorites_thumb.jpg
- assets/browse_icon.png
fonts:
# - family: Montserrat
# fonts:
# - asset: assets/fonts/Montserrat-Regular.ttf
# - asset: assets/fonts/Montserrat-Bold.ttf
# weight: 700
# - asset: assets/fonts/Montserrat-Italic.ttf
# style: italic
- family: MabryPro
fonts:
- asset: assets/fonts/MabryPro.otf
- asset: assets/fonts/MabryProItalic.otf
style: italic
- asset: assets/fonts/MabryProBold.otf
weight: 700
- asset: assets/fonts/MabryProBlack.otf
weight: 900
# 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