truv_flutter 0.5.2 copy "truv_flutter: ^0.5.2" to clipboard
truv_flutter: ^0.5.2 copied to clipboard

A Flutter plugin that provides Truv Bridge integration

Truv Bridge for Flutter #

A Flutter plugin that provides Truv Bridge integration

Installation #

Add truv_flutter as a dependency in your pubspec.yaml file:

dependencies:
  ...
  truv_flutter: <version>
copied to clipboard

Usage #

class MainScreen extends StatelessWidget {
  final bridgeToken = 'yourbridgetoken';

  Widget build(BuildContext context) {
    return TruvBridge(
      bridgeToken: bridgeToken,
      onEvent: (String event) {

      },
    );
  }
}

copied to clipboard
0
likes
130
points
418
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

A Flutter plugin that provides Truv Bridge integration

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, url_launcher, webview_flutter

More

Packages that depend on truv_flutter