advertising_id_flutter 0.0.5 copy "advertising_id_flutter: ^0.0.5" to clipboard
advertising_id_flutter: ^0.0.5 copied to clipboard

A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingIdentifier (on iOS&macOS) and advertising ID (on Android).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add advertising_id_flutter

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

dependencies:
  advertising_id_flutter: ^0.0.5

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:advertising_id_flutter/flutter_advertising_id.dart';
import 'package:advertising_id_flutter/flutter_advertising_id_method_channel.dart';
import 'package:advertising_id_flutter/flutter_advertising_id_platform_interface.dart';
1
likes
160
points
139
downloads

Publisher

verified publisheropenflutter.dev

Weekly Downloads

A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingIdentifier (on iOS&macOS) and advertising ID (on Android).

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on advertising_id_flutter

Packages that implement advertising_id_flutter