hotfy_wrapper_sdk 0.1.25
hotfy_wrapper_sdk: ^0.1.25 copied to clipboard
Hotfy Wrapper SDK for Flutter — remote-controlled ad orchestration (interstitial, app open, rewarded, banner, native) for AdMob and GAM, configured via the Hotfy App Console.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hotfy_wrapper_sdkWith Flutter:
$ flutter pub add hotfy_wrapper_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hotfy_wrapper_sdk: ^0.1.25Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hotfy_wrapper_sdk/hotfy_wrapper_sdk.dart';