just_audio/just_audio_web/pubspec.yaml

26 lines
575 B
YAML
Raw Permalink 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-12-22 05:12:28 +00:00
version: 0.2.1
flutter:
plugin:
platforms:
web:
pluginClass: JustAudioPlugin
fileName: just_audio_web.dart
dependencies:
2021-01-18 09:24:57 +00:00
# just_audio_platform_interface: ^2.0.0
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"