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';
18
likes
160
points
465
downloads

Publisher

verified publishersethusenthil.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on adblock_detector