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-06-18 12:19:24 +02:00
example fix: Fix typecasting issue 2022-10-05 16:38:15 +02:00
packages feat: Migrate to moxlib 0.2.0 2023-06-18 12:19:24 +02:00
.gitignore feat: Migrate to melos 2022-09-06 13:30:48 +02:00
analysis_options.yaml style: Lint using very_good_analysis 2022-09-06 14:08:36 +02:00
flake.lock flake: Make it the same as moxxyv2 2022-09-01 13:38:48 +02:00
flake.nix flake: Make it the same as moxxyv2 2022-09-01 13:38:48 +02:00
LICENSE Initial commit 2022-04-28 15:33:42 +02:00
melos.yaml feat: Migrate to melos 2022-09-06 13:30:48 +02:00
README.md style: Lint using very_good_analysis 2022-09-06 14:08:36 +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 run melos run analyze to make sure that no linter warnings are left inside the code.

Acknowledgements