This repository has been archived on 2023-09-08. You can view files and clone it, but cannot push or open issues or pull requests.
moxplatform/src/moxplatform_android/pubspec.yaml

47 lines
1.1 KiB
YAML
Raw Normal View History

2022-04-28 13:33:42 +00:00
name: moxplatform_android
description: Android implementation of moxplatform
version: 0.1.0
publish_to: none
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"
flutter:
plugin:
implements: moxplatform
platforms:
android:
2022-04-28 19:26:08 +00:00
package: me.polynom.moxplatform_android
pluginClass: MoxplatformAndroidPlugin
2022-04-28 13:33:42 +00:00
dartPluginClass: MoxplatformAndroidPlugin
dependencies:
flutter:
sdk: flutter
moxplatform_platform_interface:
2022-04-28 19:27:49 +00:00
git:
url: https://codeberg.org/moxxy/moxplatform.git
rev: c3f7091e00d6ecea85c6b62061e94d63c623ec04
path: src/moxplatform_platform_interface
#path: ../moxplatform_platform_interface
2022-04-28 13:33:42 +00:00
moxplatform:
2022-04-28 19:27:49 +00:00
git:
url: https://codeberg.org/moxxy/moxplatform.git
rev: c3f7091e00d6ecea85c6b62061e94d63c623ec04
path: src/moxplatform
#path: ../moxplatform
2022-04-28 13:33:42 +00:00
moxlib:
git:
url: https://codeberg.org/moxxy/moxlib.git
rev: 020c592d459654b7a807f115bd70809b3cf522bd
logging: 1.0.2
get_it: 7.2.0
uuid: 3.0.5
media_scanner: 2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
plugin_platform_interface: ^2.0.0