- Several API Fixes to match with backend
- Add tests for all available cmds
- Implemented Full Core & Main Plugin API with Proper return type
- Full Changelog https://github.com/ZeroNetX/zeronet_ws/compare/4e97bfb7...73e9d309
- Add Support for Flutter Web Apps, See README.md for more Info on config needed.
- Added flutter_lint and implement suggession.
- Full Changelog https://github.com/ZeroNetX/zeronet_ws/compare/73e9d309...715ddb4e
- Add
wrapperKey_
arg for connect method, usefull in web platform. - Replace
IOWebSocketChannel
withWebSocketChannel
to improve support for web platform. - Various Bug fixes in method channels.
- Remove unused imports.
- Better Describe Project in pubspec.yaml.
- Improve certAddFuture function handling.
- Made sqlparams of dbQueryFuture function optional.
- Add privatekey param for signSiteFuture function.
- Don't fail cmdFuture function on else case silentely.
- catch null case on json parsing of Content.fromJson.
- Properely Store and call callbacks queried previously and when received from server.
- Add missing cmds permissionAdd, permissionRemove, permissionDetails and AdminExt methods for them.
- Add missing params for some methods.
- Null Safety
- Add Individual ZeroNet Message Types and methods (both Callback model and Future model)
- Breaking Changes for ZeroNet.connect() method, changed params required.
- Upgrade Dependencies.
- Initial Release.