adblock_detector 0.0.2 copy "adblock_detector: ^0.0.2" to clipboard
adblock_detector: ^0.0.2 copied to clipboard

Cross Platform AdBlock Detector for Flutter. Detects if the user has an AdBlocker enabled.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adblock_detector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  adblock_detector: ^0.0.2

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:adblock_detector/adblock_detector.dart';
9
likes
160
pub points
63%
popularity

Publisher

verified publishersethusenthil.com

Cross Platform AdBlock Detector for Flutter. Detects if the user has an AdBlocker enabled.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on adblock_detector