deeplink_rpc 1.1.0 deeplink_rpc: ^1.1.0 copied to clipboard
A RPC-via-deeplink communication library coded in Dart. This is dedicated to Flutter mobile applications (iOS / Android).
Changelog #
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)