admel_webview_sdk 1.0.0
admel_webview_sdk: ^1.0.0 copied to clipboard
AdMel WebView SDK - WebView integration for AdMel SDK with BGM ducking support for audio ad playback.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add admel_webview_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
admel_webview_sdk: ^1.0.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:admel_webview_sdk/admel_webview_sdk.dart';