fix: Update plugin_platform_interface to 2.1.0 for Android
This commit is contained in:
parent
1395e3d6e6
commit
69eacd6246
@ -9,3 +9,7 @@
|
|||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
* Expose [IsolateHandler] and [MediaScannerImplementation] from moxplatform_platform_interface
|
* Expose [IsolateHandler] and [MediaScannerImplementation] from moxplatform_platform_interface
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
Skipped to keep consistency
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: moxplatform
|
name: moxplatform
|
||||||
description: Moxxy platform-specific code
|
description: Moxxy platform-specific code
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
publish_to: https://pub.polynom.me
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -19,10 +19,10 @@ dependencies:
|
|||||||
|
|
||||||
moxplatform_android:
|
moxplatform_android:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
moxplatform_platform_interface:
|
moxplatform_platform_interface:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
|
|
||||||
moxlib:
|
moxlib:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
|
@ -9,3 +9,7 @@ Skipped for consistency
|
|||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
* Switch to selfhosted pub repository
|
* Switch to selfhosted pub repository
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
* Update plugin_platform_interface to 2.1.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: moxplatform_android
|
name: moxplatform_android
|
||||||
description: Android implementation of moxplatform
|
description: Android implementation of moxplatform
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
homepage: https://codeberg.org/moxxy/moxplatform
|
homepage: https://codeberg.org/moxxy/moxplatform
|
||||||
publish_to: https://pub.polynom.me
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
@ -22,10 +22,10 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
moxplatform_platform_interface:
|
moxplatform_platform_interface:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
moxplatform:
|
moxplatform:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
|
|
||||||
moxlib:
|
moxlib:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
@ -34,7 +34,7 @@ dependencies:
|
|||||||
get_it: 7.2.0
|
get_it: 7.2.0
|
||||||
uuid: 3.0.5
|
uuid: 3.0.5
|
||||||
media_scanner: 2.0.0
|
media_scanner: 2.0.0
|
||||||
plugin_platform_interface: 2.0.0
|
plugin_platform_interface: 2.1.0
|
||||||
meta: 1.7.0
|
meta: 1.7.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
@ -9,3 +9,7 @@ Skipped for consistency
|
|||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
* Switched to a selfhosted pub repository
|
* Switched to a selfhosted pub repository
|
||||||
|
|
||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
Skipped to keep consistency
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: moxplatform_platform_interface
|
name: moxplatform_platform_interface
|
||||||
description: A common platform interface for the my_plugin plugin.
|
description: A common platform interface for the my_plugin plugin.
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
homepage: https://codeberg.org/moxxy/moxplatform
|
homepage: https://codeberg.org/moxxy/moxplatform
|
||||||
publish_to: https://pub.polynom.me
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ dependencies:
|
|||||||
|
|
||||||
moxplatform:
|
moxplatform:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
|
|
||||||
moxlib:
|
moxlib:
|
||||||
hosted: https://pub.polynom.me
|
hosted: https://pub.polynom.me
|
||||||
|
Reference in New Issue
Block a user