just_audio/just_audio_web/pubspec.yaml

27 lines
648 B
YAML
Raw Normal View History

name: just_audio_web
description: Web platform implementation of just_audio
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio_web
2020-10-25 16:09:50 +00:00
version: 0.1.1
flutter:
plugin:
platforms:
web:
pluginClass: JustAudioPlugin
fileName: just_audio_web.dart
dependencies:
2020-12-11 07:04:33 +00:00
# TODO: change this back when the new platform interface is published.
# just_audio_platform_interface: ^1.1.1
just_audio_platform_interface:
path: ../just_audio_platform_interface
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
meta: ^1.1.8
environment:
sdk: ">=2.7.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"