flutter_dsbridge_annotation 0.0.1
flutter_dsbridge_annotation: ^0.0.1 copied to clipboard
A modern cross-platform JavaScript bridge annotation
DSBridge Annatation for Flutter #
Modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and Flutter applications.
Overview #
flutter_dsbridge_annotation for Flutter is fully compatible with Android and iOS DSBridge's dsbridge.js.
No need to modify any code in your existing web projects which using dsbridge.js.
DSBridge for Flutter is based on Flutter official webview_flutter.
Installation #
-
Add the dependency
dependencies: ... flutter_dsbridge_annotation: x.y.z
Examples #
See the example
package. run the example
project and to see it in action.
To use flutter_dsbridge_annotation in your own project, just see the example.
Finally #
If you like DSBridge for Flutter, please click star/like to let more people know it, Thanks!