moxdns/packages/moxdns_android/pubspec.yaml

38 lines
774 B
YAML

name: moxdns_android
description: Android-specific implementation of moxdns
version: 0.1.2
homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://pub.polynom.me
environment:
sdk: ">=2.17.0-266.1.beta <3.0.0"
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
moxdns:
hosted: https://pub.polynom.me
version: 0.1.2
moxdns_platform_interface:
hosted: https://pub.polynom.me
version: 0.1.2
plugin_platform_interface: 2.1.0
dev_dependencies:
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
very_good_analysis: 2.4.0
flutter:
plugin:
implements: moxdns
platforms:
android:
package: me.polynom.moxdns_android
pluginClass: MoxdnsAndroidPlugin
dartPluginClass: MoxdnsAndroidPlugin