2022-04-29 13:48:36 +00:00
|
|
|
name: moxdns_linux
|
|
|
|
description: Linux-specific implementation of moxdns
|
2022-04-30 13:49:21 +00:00
|
|
|
version: 0.1.1
|
|
|
|
homepage: https://codeberg.org/moxxy/moxdns
|
|
|
|
publish_to: https://pub.polynom.me
|
2022-04-29 13:48:36 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
|
|
|
flutter: ">=2.5.0"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
plugin_platform_interface: 2.1.0
|
|
|
|
|
|
|
|
moxdns:
|
2022-04-30 13:49:21 +00:00
|
|
|
hosted: https://pub.polynom.me
|
|
|
|
version: 0.1.1
|
2022-04-29 13:48:36 +00:00
|
|
|
moxdns_platform_interface:
|
2022-04-30 13:49:21 +00:00
|
|
|
hosted: https://pub.polynom.me
|
|
|
|
version: 0.1.1
|
2022-04-29 13:48:36 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
plugin:
|
|
|
|
implements: moxdns
|
|
|
|
platforms:
|
|
|
|
linux:
|
|
|
|
pluginClass: MoxdnsLinuxPlugin
|
|
|
|
dartPluginClass: MoxdnsLinuxPlugin
|