playwire_flutter 11.6.0
playwire_flutter: ^11.6.0 copied to clipboard
Playwire Flutter SDK – bridge for Playwire Android & iOS SDKs
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add playwire_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
playwire_flutter: ^11.6.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:playwire_flutter/event_types.dart';
import 'package:playwire_flutter/playwire.dart';
import 'package:playwire_flutter/playwire_banner_view.dart';
import 'package:playwire_flutter/playwire_event.dart';