chore(docs): Update README
This commit is contained in:
parent
e0ccbc8b85
commit
d5e86911ea
25
README.md
25
README.md
@ -2,5 +2,28 @@
|
||||
|
||||
Interactions with the system for Moxxy.
|
||||
|
||||
This library is supposed to be the successor of moxplatform, featuring
|
||||
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](https://github.com/flutter/flutter/issues/73740), which would allow
|
||||
us to implement/stub the missing native APIs.
|
||||
|
||||
## License
|
||||
|
||||
See `./LICENSE`.
|
||||
|
||||
## Special Thanks
|
||||
|
||||
Thanks to [ekasetiawans](https://github.com/ekasetiawans) for [flutter_background_service](https://github.com/ekasetiawans/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.
|
||||
|
Loading…
Reference in New Issue
Block a user