feat: Expose [BackgroundService] from moxplatform

This commit is contained in:
PapaTutuWawa 2022-04-30 16:21:22 +02:00
parent 69eacd6246
commit fbad30e3d6
7 changed files with 21 additions and 8 deletions

View File

@ -13,3 +13,7 @@
## 0.1.3
Skipped to keep consistency
## 0.1.4
* Expose [BackgroundService] from moxplatform_platform_interface

View File

@ -4,6 +4,7 @@ import "package:moxplatform_platform_interface/src/media.dart";
export "package:moxplatform_platform_interface/src/isolate.dart" show IsolateHandler;
export "package:moxplatform_platform_interface/src/media.dart" show MediaScannerImplementation;
export "package:moxplatform_platform_interface/src/service.dart" show BackgroundService;
class MoxplatformPlugin {
static IsolateHandler get handler => MoxplatformInterface.handler;

View File

@ -1,6 +1,6 @@
name: moxplatform
description: Moxxy platform-specific code
version: 0.1.3
version: 0.1.4
publish_to: https://pub.polynom.me
environment:
@ -19,10 +19,10 @@ dependencies:
moxplatform_android:
hosted: https://pub.polynom.me
version: 0.1.3
version: 0.1.4
moxplatform_platform_interface:
hosted: https://pub.polynom.me
version: 0.1.3
version: 0.1.4
moxlib:
hosted: https://pub.polynom.me

View File

@ -13,3 +13,7 @@ Skipped for consistency
## 0.1.3
* Update plugin_platform_interface to 2.1.0
## 0.1.4
Skipped for consistency

View File

@ -1,6 +1,6 @@
name: moxplatform_android
description: Android implementation of moxplatform
version: 0.1.3
version: 0.1.4
homepage: https://codeberg.org/moxxy/moxplatform
publish_to: https://pub.polynom.me
@ -22,10 +22,10 @@ dependencies:
sdk: flutter
moxplatform_platform_interface:
hosted: https://pub.polynom.me
version: 0.1.3
version: 0.1.4
moxplatform:
hosted: https://pub.polynom.me
version: 0.1.3
version: 0.1.4
moxlib:
hosted: https://pub.polynom.me

View File

@ -13,3 +13,7 @@ Skipped for consistency
## 0.1.3
Skipped to keep consistency
## 0.1.4
Skipped for consistency

View File

@ -1,6 +1,6 @@
name: moxplatform_platform_interface
description: A common platform interface for the my_plugin plugin.
version: 0.1.3
version: 0.1.4
homepage: https://codeberg.org/moxxy/moxplatform
publish_to: https://pub.polynom.me
@ -14,7 +14,7 @@ dependencies:
moxplatform:
hosted: https://pub.polynom.me
version: 0.1.3
version: 0.1.4
moxlib:
hosted: https://pub.polynom.me