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

1.0 KiB

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