yodo1mas 1.0.4
yodo1mas: ^1.0.4 copied to clipboard
This Plugins enables to integrate Yodo1 MAS (Managed Ad Service) into your Flutter Project.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add yodo1masWith Flutter:
$ flutter pub add yodo1masThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
yodo1mas: ^1.0.4Alternatively, 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:yodo1mas/Yodo1MAS.dart';
import 'package:yodo1mas/Yodo1MasBannerAd.dart';
import 'package:yodo1mas/Yodo1MasNativeAd.dart';
import 'package:yodo1mas/constants.dart';
import 'package:yodo1mas/testmasfluttersdktwo.dart';