zeronet_ws 0.0.6
zeronet_ws: ^0.0.6 copied to clipboard
ZeroNet(X) WebSocket Package to use ZeroNet API via Websockets in your dart program.
0.0.6 #
- 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.
0.0.5 #
- 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.
0.0.4 #
- Null Safety
- Add Individual ZeroNet Message Types and methods (both Callback model and Future model)
0.0.3 #
- Breaking Changes for ZeroNet.connect() method, changed params required.
0.0.2 #
- Upgrade Dependencies.
0.0.1 #
- Initial Release.