deeplink_rpc 2.0.0-beta.2
deeplink_rpc: ^2.0.0-beta.2 copied to clipboard
A RPC-via-deeplink communication library coded in Dart. This is dedicated to Flutter mobile applications (iOS / Android).
2.0.0-beta.2 #
- Update flutter version to 3.27.4
- Update dependencies
2.0.0-beta.1 #
- Add automated tests
- Data serialization uses
base64Urlinstead ofbase64
Breaking changes #
- Renamed
DeeplinkRpcRequestReceivertoDeeplinkRpcServer
1.1.0 #
- refactor: ♻️ Use Logging library
Breaking changes #
- feat: ✨ Request Timeout is optional. There is no default value anymore.
1.0.8 #
- Fix web deeplink RPC
1.0.7 #
- Migration to flutter 3.22
1.0.6 #
- Update dependencies and Dart version
1.0.5 #
- Encapsulate the example in a dedicated project (contribution @gdaguin)
1.0.4 #
- Downgrade archive lib version
1.0.3 #
- Fix compatibility with web platform
1.0.2 #
- Add compatibility with web platform
1.0.1 #
- Improve documentation
1.0.0 #
- Initial version (from @chralu)