This repository has been archived on 2023-09-08. You can view files and clone it, but cannot push or open issues or pull requests.
moxplatform/README.md

20 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2022-04-28 13:33:42 +00:00
# moxplatform
2022-02-14 21:14:10 +00:00
2022-04-28 13:33:42 +00:00
Platform-specific code for Moxxy. Not intended for use outside of Moxxy.
2022-04-28 13:38:06 +00:00
This repo is based on [very_good_flutter_plugin](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin).
2022-04-28 19:26:08 +00:00
2022-09-06 12:08:36 +00:00
## Development
The development of this package is based on [melos](https://pub.dev/packages/melos).
To make all packages link to each other locally, begin by running `melos bootstrap`. After editing
2023-08-04 11:43:42 +00:00
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`.
2022-09-06 12:08:36 +00:00
2022-04-28 19:26:08 +00:00
## Acknowledgements
2023-08-04 11:43:42 +00:00
- [ekasetiawans](https://github.com/ekasetiawans) for [flutter_background_service](https://github.com/ekasetiawans/flutter_background_service). moxplatform_android's service implementation is basically just a copy and paste of [flutter_background_service](https://github.com/ekasetiawans/flutter_background_service).