Interactions with the system for Moxxy
Go to file
2023-09-10 22:09:24 +02:00
android feat(linux): Get the isolate implementation somewhat working 2023-09-10 21:58:07 +02:00
example feat(linux): Creating a background service works 2023-09-10 22:02:39 +02:00
lib feat(linux): Get the isolate implementation somewhat working 2023-09-10 21:58:07 +02:00
linux feat(linux): Creating a background service works 2023-09-10 22:02:39 +02:00
pigeon fix: Cleanup of the Android side of things 2023-09-10 13:44:26 +02:00
scripts feat(repo): Add a linting script 2023-09-10 13:48:26 +02:00
.gitignore Initial commit 2023-09-07 18:51:22 +02:00
.gitlint feat(repo): Add gitlint 2023-09-10 13:46:45 +02:00
.metadata feat(linux): Creating a background service works 2023-09-10 22:02:39 +02:00
analysis_options.yaml chore: Fix linter issues 2023-09-08 21:44:37 +02:00
CHANGELOG.md Initial commit 2023-09-07 18:51:22 +02:00
flake.lock Initial commit 2023-09-07 18:51:22 +02:00
flake.nix feat(linux): Creating a background service works 2023-09-10 22:02:39 +02:00
LICENSE Initial commit 2023-09-07 18:51:22 +02:00
pubspec.yaml chore(all): Relase 0.2.0 2023-09-10 22:09:24 +02:00
README.md chore(docs): Update README 2023-09-10 22:07:39 +02:00

moxxy_native

Interactions with the system for Moxxy.

This library is the successor of moxplatform, featuring cleaner and more maintainable code.

Implementation Status

Android

Everything works.

Linux

Only creating the "background service" works. For everything else, we're waiting on this Flutter issue, which would allow us to implement/stub the missing native APIs.

License

See ./LICENSE.

Special Thanks

Thanks to ekasetiawans for flutter_background_service, which was essentially the blueprint for the service and background service APIs. They were reimplemented to allow the root isolate to pass some additional data to the service, which flutter_background_service did not support.