dsbridge_flutter 1.2.0 dsbridge_flutter: ^1.2.0 copied to clipboard
A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and Dart.
1.2.0 #
- Catch exceptions thrown when executing
runJavaScript
, and support to export the exception's infomation.
1.1.0 #
- Fixes call failure when using the
--obfuscate
option to build. - Supports for registering anonymous functions.
1.0.3 #
- Fixes an exception when using JavaScript alert.
1.0.2 #
- Modifies relevant documents.
1.0.1 #
- Modifies relevant documents.
1.0.0 #
- initial release.