google_native_mobile_ads 1.0.3 google_native_mobile_ads: ^1.0.3 copied to clipboard
This package helps in displaying native ads , it supports creating full screen and inline native ads with very minimal code required from android side.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add google_native_mobile_ads
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
google_native_mobile_ads: ^1.0.3
Alternatively, 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:google_native_mobile_ads/google_native_mobile_ads.dart';