fipy/pubspec.yaml

77 lines
2.0 KiB
YAML

name: fipy
description: Advanced FIP radio track explorer
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1+1
environment:
sdk: ">=2.16.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
youtube_explode_dart: #^1.10.9+1
# git:
# url: https://git.p2p.legal/poka/youtube_explode.git
# ref: master
url_launcher: ^6.1.0
http: ^0.13.4
kplayer: ^0.1.18
# kplayer_with_audioplayers: ^0.0.10
miniplayer: #^1.0.1
git:
url: https://git.p2p.legal/poka/flutter_miniplayer.git
ref: master
provider: ^6.0.1
path_provider: ^2.0.9
universal_io: ^2.0.4
ffmpeg_cli: ^0.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
icons_launcher: ^1.1.3
flutter_icons:
android: true
ios: true
# macos: true
windows: true
web: true
image_path: "assets/logo_aquamarine.jpg"
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/test.webm
# 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