| example | ||
| packages | ||
| .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 run melos run analyze to make sure that no linter warnings
are left inside the code.
Acknowledgements
- ekasetiawans for flutter_background_service. moxplatform_android is basically just a copy and paste of flutter_background_service.