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.
Go to file
2023-08-30 20:46:38 +02:00
example chore(repo): Fix linter issues 2023-08-30 20:46:38 +02:00
packages feat(base,interface,android): Move more logic to Moxxy 2023-08-30 20:34:38 +02:00
pigeons chore(repo): Fix linter issues 2023-08-30 20:46:38 +02:00
.gitignore feat: Migrate to melos 2022-09-06 13:30:48 +02:00
.gitlint chore(repo): Introduce gitlint 2023-08-04 13:50:32 +02:00
analysis_options.yaml fix: Format and lint 2023-08-04 13:38:11 +02:00
CHANGELOG.md chore(android,interface,base): Bump versions 2023-08-05 00:10:36 +02:00
flake.lock feat: Add an API for creating direct share shortcuts 2023-07-21 13:04:44 +02:00
flake.nix feat: Add an API for creating direct share shortcuts 2023-07-21 13:04:44 +02:00
LICENSE Initial commit 2022-04-28 15:33:42 +02:00
melos.yaml fix: Format and lint 2023-08-04 13:38:11 +02:00
pubspec.yaml chore(repo): Fix linter issues 2023-08-30 20:46:38 +02:00
README.md docs: Update docs a little 2023-08-04 13:43:42 +02:00

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