omemo_dart/README.md

18 lines
414 B
Markdown
Raw Normal View History

2022-08-01 21:20:31 +00:00
# omemo_dart
2022-06-30 12:00:18 +00:00
2022-08-01 21:20:31 +00:00
Hopefully, a library enabling developers to build OMEMO-supporting
XMPP clients in Dart and Flutter.
2022-08-02 13:20:23 +00:00
**Please note that this library has not been audited for its security! Use at your own risk!**
## Contributing
When submitting a PR, please run the linter using `dart analyze` and make sure that all
tests still pass using `dart test`.
## License
Licensed under the MIT license.
See `LICENSE`.