Alexander "PapaTutuWawa
173d5f5166
- moxplatform@0.1.17+2 - moxplatform_android@0.1.18 - moxplatform_platform_interface@0.1.18 |
||
---|---|---|
example | ||
packages | ||
pigeons | ||
.gitignore | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
melos.yaml | ||
pubspec.yaml | ||
README.md |
moxplatform
Platform-specific code for Moxxy. Not intended for use outside of Moxxy.
This repo is based on very_good_flutter_plugin.
Development
The development of this package is based on melos.
To make all packages link to each other locally, begin by running melos bootstrap
. After editing
the code and making your changes, please format the code using melos run format
and lint using melos run analyze
.
When done - and a version bump is appropriate - bump the version of all packages using melos version
and
publish with melos publish --no-dry-run --git-tag-version
.
Acknowledgements
- ekasetiawans for flutter_background_service. moxplatform_android's service implementation is basically just a copy and paste of flutter_background_service.