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.0 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: ^16.3.2 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.0.0 cached_network_image: ^3.1.0 i18n_extension: ^10.0.3 url_launcher: ^6.0.5 uni_links: ^0.5.1 numberpicker: ^2.1.1 quick_actions: ^1.0.5 photo_view: ^0.14.0 scrobblenaut: git: url: https://github.com/Pato05/Scrobblenaut.git ref: main open_file: ^3.0.3 version: ^3.0.2 wakelock_plus: ^1.1.1 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: ^5.0.2 share_plus: ^7.0.2 disk_space_plus: ^0.2.3 dynamic_color: ^1.6.6 package_info_plus: ^5.0.1 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: path: ../just_audio_media_kit # Player libs for Linux and windows media_kit_libs_linux: any media_kit_libs_windows_audio: any rxdart: ^0.27.7 isar: ^3.1.0+1 isar_flutter_libs: ^3.1.0+1 flutter_background_service: ^5.0.1 audio_service_mpris: ^0.1.0 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: ^4.1.0+1 pointycastle: ^3.7.4 i18n_extension_importer: ^0.0.6 tray_manager: ^0.2.1 window_manager: ^0.3.8 #deezcryptor: #path: deezcryptor/ dev_dependencies: flutter_test: sdk: flutter json_serializable: ^6.0.1 build_runner: ^2.4.6 hive_generator: ^2.0.0 flutter_lints: ^3.0.1 isar_generator: ^3.1.0+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/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