2023-09-07 16:51:22 +00:00
|
|
|
name: moxxy_native
|
|
|
|
description: Interactions with the system for Moxxy
|
2023-09-18 18:50:50 +00:00
|
|
|
version: 0.3.0
|
2023-09-07 16:52:09 +00:00
|
|
|
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
|
|
|
|
homepage:
|
2023-09-07 16:51:22 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: '>=2.19.6 <3.0.0'
|
|
|
|
flutter: ">=2.5.0"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2023-09-09 23:02:56 +00:00
|
|
|
get_it: ^7.6.0
|
|
|
|
logging: ^1.2.0
|
|
|
|
moxlib:
|
|
|
|
hosted: https://git.polynom.me/api/packages/Moxxy/pub
|
|
|
|
version: ^0.2.0
|
|
|
|
uuid: ^3.0.5
|
2023-09-07 16:51:22 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
pigeon: 11.0.1
|
|
|
|
very_good_analysis: ^4.0.0
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
plugin:
|
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
package: org.moxxy.moxxy_native
|
|
|
|
pluginClass: MoxxyNativePlugin
|
2023-09-10 20:02:39 +00:00
|
|
|
linux:
|
|
|
|
pluginClass: MoxxyNativePlugin
|