Bump moxlib

This commit is contained in:
PapaTutuWawa 2022-05-13 13:51:58 +02:00
parent fbad30e3d6
commit 86e7e71935
3 changed files with 27 additions and 16 deletions

View File

@ -1,6 +1,6 @@
name: moxplatform name: moxplatform
description: Moxxy platform-specific code description: Moxxy platform-specific code
version: 0.1.4 version: 0.1.5
publish_to: https://pub.polynom.me publish_to: https://pub.polynom.me
environment: environment:
@ -12,21 +12,29 @@ flutter:
platforms: platforms:
android: android:
default_package: moxplatform_android default_package: moxplatform_android
linux:
default_package: moxplatform_linux
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
moxplatform_android: moxplatform_android:
hosted: https://pub.polynom.me #hosted: https://pub.polynom.me
version: 0.1.4 #version: 0.1.4
path: ../moxplatform_android
moxplatform_linux:
#hosted: https://pub.polynom.me
#version: 0.1.4
path: ../moxplatform_linux
moxplatform_platform_interface: moxplatform_platform_interface:
hosted: https://pub.polynom.me path: ../moxplatform_platform_interface
version: 0.1.4 #hosted: https://pub.polynom.me
#version: 0.1.4
moxlib: moxlib:
hosted: https://pub.polynom.me hosted: https://pub.polynom.me
version: 0.1.1 version: 0.1.3
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View File

@ -1,6 +1,6 @@
name: moxplatform_android name: moxplatform_android
description: Android implementation of moxplatform description: Android implementation of moxplatform
version: 0.1.4 version: 0.1.5
homepage: https://codeberg.org/moxxy/moxplatform homepage: https://codeberg.org/moxxy/moxplatform
publish_to: https://pub.polynom.me publish_to: https://pub.polynom.me
@ -21,15 +21,17 @@ dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
moxplatform_platform_interface: moxplatform_platform_interface:
hosted: https://pub.polynom.me #hosted: https://pub.polynom.me
version: 0.1.4 #version: 0.1.4
path: ../moxplatform_platform_interface
moxplatform: moxplatform:
hosted: https://pub.polynom.me path: ../moxplatform
version: 0.1.4 #hosted: https://pub.polynom.me
#version: 0.1.4
moxlib: moxlib:
hosted: https://pub.polynom.me hosted: https://pub.polynom.me
version: 0.1.1 version: 0.1.3
logging: 1.0.2 logging: 1.0.2
get_it: 7.2.0 get_it: 7.2.0
uuid: 3.0.5 uuid: 3.0.5

View File

@ -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.4 version: 0.1.5
homepage: https://codeberg.org/moxxy/moxplatform homepage: https://codeberg.org/moxxy/moxplatform
publish_to: https://pub.polynom.me publish_to: https://pub.polynom.me
@ -13,12 +13,13 @@ dependencies:
sdk: flutter sdk: flutter
moxplatform: moxplatform:
hosted: https://pub.polynom.me path: ../moxplatform
version: 0.1.4 #hosted: https://pub.polynom.me
#version: 0.1.4
moxlib: moxlib:
hosted: https://pub.polynom.me hosted: https://pub.polynom.me
version: 0.1.1 version: 0.1.3
plugin_platform_interface: 2.1.0 plugin_platform_interface: 2.1.0
dev_dependencies: dev_dependencies: