native_admob_flutter 1.5.0+1
native_admob_flutter: ^1.5.0+1 copied to clipboard
Create native ads easily purely in dart using PlatformViews and Google's ADMOB Sdk
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add native_admob_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
native_admob_flutter: ^1.5.0+1Alternatively, 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:native_admob_flutter/native_admob_flutter.dart';