platform interface.
This commit is contained in:
parent
c9abbd0c98
commit
1552eebe83
7 changed files with 624 additions and 0 deletions
22
just_audio_platform_interface/pubspec.yaml
Normal file
22
just_audio_platform_interface/pubspec.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: just_audio_platform_interface
|
||||
description: A common platform interface for the just_audio plugin.
|
||||
homepage: https://github.com/ryanheise/just_audio/just_audio_platform_interface
|
||||
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
|
||||
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
|
||||
version: 0.0.1
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
meta: ^1.1.8
|
||||
plugin_platform_interface: ^1.0.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
mockito: ^4.1.1
|
||||
pedantic: ^1.8.0
|
||||
|
||||
environment:
|
||||
sdk: ">=2.7.0 <3.0.0"
|
||||
flutter: ">=1.12.13+hotfix.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue