freezer/pubspec.yaml
Pato05 4b5d0bd09c
improve player screen with blurred album art
ui improvements in lyrics screen
animated bars when track is playing
fix back button when player screen is open
instantly pop when track is changed in queue list
2024-04-29 16:23:22 +02:00

203 lines
6 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: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
spotify: ^0.13.1
flutter_displaymode: ^0.6.0
crypto: ^3.0.3
http: ^1.1.0
cookie_jar: ^4.0.8
json_annotation: ^4.8.1
path_provider: ^2.0.15
path: ^1.6.4
sqflite: ^2.0.0+3
permission_handler: ^11.2.0
intl: ^0.18.1
filesize: ^2.0.1
fluttertoast: ^8.0.8
palette_generator: ^0.3.0
flutter_material_color_picker: ^1.0.5
country_pickers: ^2.0.0
move_to_background: ^1.0.1
flutter_local_notifications: ^17.1.0
collection: ^1.17.1
random_string: ^2.0.1
async: ^2.6.1
html: ^0.15.0
flutter_screenutil: ^5.0.0+2
marquee: ^2.2.0
flutter_cache_manager: ^3.3.2
cached_network_image: ^3.1.0
i18n_extension: ^11.0.12
url_launcher: ^6.0.5
uni_links: ^0.5.1
numberpicker: ^2.1.1
quick_actions: ^1.0.5
photo_view: ^0.15.0
scrobblenaut:
git:
url: https://github.com/Pato05/Scrobblenaut.git
ref: main
open_file: ^3.0.3
version: ^3.0.2
wakelock_plus: ^1.2.4
google_fonts: ^6.1.0
audio_session: ^0.1.6
audio_service: ^0.18.1
provider: ^6.0.0
hive_flutter: ^1.1.0
connectivity_plus: ^6.0.3
share_plus: ^9.0.0
disk_space_plus: ^0.2.3
dynamic_color: ^1.6.6
package_info_plus: ^7.0.0
encrypt: ^5.0.1
dart_blowfish:
git:
url: https://github.com/Pato05/dart_blowfish.git
ref: main
logging: ^1.2.0
# Player
just_audio: ^0.9.35
# Player plugin for Linux and Windows
just_audio_media_kit: ^2.0.2
# Player libs for Linux and windows
media_kit_libs_linux: any
media_kit_libs_windows_audio: any
# Audio service plugin for Linux (MPRIS)
audio_service_mpris: ^0.1.3
rxdart: ^0.27.7
isar:
hosted: https://pub.isar-community.dev
version: ^3.1.6
isar_flutter_libs:
hosted: https://pub.isar-community.dev
version: ^3.1.6
flutter_background_service: ^5.0.1
dio: ^5.3.3
dio_cookie_manager: ^3.1.1
flutter_cache_manager_hive:
git: https://github.com/Pato05/flutter_cache_manager_hive.git
flex_color_picker: ^3.3.0
webview_flutter: ^4.4.4
network_info_plus: ^5.0.3
pointycastle: ^3.7.4
i18n_extension_importer: ^0.0.6
tray_manager: ^0.2.1
window_manager: ^0.3.8
get_it: ^7.6.7
freezed_annotation:
^2.4.1
mini_music_visualizer: ^1.1.0
fading_edge_scrollview: ^3.0.0
#deezcryptor:
#path: deezcryptor/
dev_dependencies:
flutter_test:
sdk: flutter
analyzer: ^6.4.1
json_serializable: ^6.0.1
build_runner: ^2.4.6
hive_generator: ^2.0.0
flutter_lints: ^3.0.1
isar_generator:
hosted: https://pub.isar-community.dev
version: ^3.1.0
freezed: ^2.4.7
# 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/favorites_thumb.jpg
- assets/browse_icon.png
- assets/icon.png
- assets/icon_small.png
- assets/icon_mono_small.png
- assets/icon.ico
- assets/icon_mono_small.ico
fonts:
- family: FreezerIcons
fonts:
- asset: fonts/FreezerIcons.ttf
- family: "Mabry Pro"
fonts:
- asset: fonts/MabryPro.otf
- asset: fonts/MabryProItalic.otf
style: italic
- asset: fonts/MabryProBold.otf
weight: 700
- asset: fonts/MabryProBlack.otf
weight: 900
- family: "YouTube Sans"
fonts:
- asset: fonts/YouTubeSansMedium.otf
# 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