release: Bump plugin_platform_interface
This commit is contained in:
parent
4f02468071
commit
90d11e3191
@ -1,6 +1,6 @@
|
|||||||
name: moxplatform
|
name: moxplatform
|
||||||
description: Moxxy platform-specific code
|
description: Moxxy platform-specific code
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -21,10 +21,10 @@ dependencies:
|
|||||||
|
|
||||||
moxplatform_android:
|
moxplatform_android:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
moxplatform_platform_interface:
|
moxplatform_platform_interface:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
|
|
||||||
moxlib:
|
moxlib:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
@ -33,4 +33,4 @@ dependencies:
|
|||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
plugin_platform_interface: 2.0.0
|
plugin_platform_interface: 2.1.2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: moxplatform_android
|
name: moxplatform_android
|
||||||
description: Android implementation of moxplatform
|
description: Android implementation of moxplatform
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
homepage: https://codeberg.org/moxxy/moxplatform
|
homepage: https://codeberg.org/moxxy/moxplatform
|
||||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
|
|
||||||
@ -22,10 +22,10 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
moxplatform_platform_interface:
|
moxplatform_platform_interface:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
moxplatform:
|
moxplatform:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
|
|
||||||
moxlib:
|
moxlib:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
@ -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.1.0
|
plugin_platform_interface: 2.1.2
|
||||||
meta: ^1.7.0
|
meta: ^1.7.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: moxplatform_generic
|
name: moxplatform_generic
|
||||||
description: Generic implementations of moxplatform
|
description: Generic implementations of moxplatform
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
homepage: https://git.polynom.me/api/packages/Moxxy/pub
|
homepage: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -14,11 +14,11 @@ dependencies:
|
|||||||
moxplatform:
|
moxplatform:
|
||||||
path: ../moxplatform
|
path: ../moxplatform
|
||||||
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
#version: 0.1.4
|
#version: 0.1.10
|
||||||
moxplatform_platform_interface:
|
moxplatform_platform_interface:
|
||||||
path: ../moxplatform_platform_interface
|
path: ../moxplatform_platform_interface
|
||||||
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
#version: 0.1.4
|
#version: 0.1.10
|
||||||
|
|
||||||
moxlib:
|
moxlib:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: moxplatform_linux
|
name: moxplatform_linux
|
||||||
description: Linux-specific implementation of moxplatform
|
description: Linux-specific implementation of moxplatform
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
homepage: https://codeberg.org/moxxy/moxplatform
|
homepage: https://codeberg.org/moxxy/moxplatform
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -14,7 +14,7 @@ dependencies:
|
|||||||
moxplatform:
|
moxplatform:
|
||||||
path: ../moxplatform
|
path: ../moxplatform
|
||||||
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
#hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
#version: 0.1.4
|
#version: 0.1.10
|
||||||
moxplatform_generic:
|
moxplatform_generic:
|
||||||
path: ../moxplatform_generic
|
path: ../moxplatform_generic
|
||||||
|
|
||||||
|
@ -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.9
|
version: 0.1.10
|
||||||
homepage: https://codeberg.org/moxxy/moxplatform
|
homepage: https://codeberg.org/moxxy/moxplatform
|
||||||
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
|
|
||||||
@ -14,12 +14,12 @@ dependencies:
|
|||||||
|
|
||||||
moxplatform:
|
moxplatform:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.9
|
version: 0.1.10
|
||||||
|
|
||||||
moxlib:
|
moxlib:
|
||||||
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
||||||
version: 0.1.4
|
version: 0.1.4
|
||||||
plugin_platform_interface: 2.1.0
|
plugin_platform_interface: 2.1.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
Reference in New Issue
Block a user