just_audio_web 0.0.1
This commit is contained in:
parent
2ca45bcfbe
commit
1c23210888
|
@ -0,0 +1,3 @@
|
|||
## 0.0.1
|
||||
|
||||
* Migrated to the federated plugin model.
|
|
@ -28,10 +28,10 @@ packages:
|
|||
just_audio_platform_interface:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "../just_audio_platform_interface"
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.0.1"
|
||||
name: just_audio_platform_interface
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.0"
|
||||
meta:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
@ -11,9 +11,7 @@ flutter:
|
|||
fileName: just_audio_web.dart
|
||||
|
||||
dependencies:
|
||||
#just_audio_platform_interface: ^0.0.1
|
||||
just_audio_platform_interface:
|
||||
path: ../just_audio_platform_interface
|
||||
just_audio_platform_interface: ^1.0.0
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_web_plugins:
|
||||
|
|
Loading…
Reference in New Issue