advertising_identifier 1.0.0 copy "advertising_identifier: ^1.0.0" to clipboard
advertising_identifier: ^1.0.0 copied to clipboard

Flutter plugin for Advertising Identifier.

advertising_identifier #

Flutter plugin for Advertising Identifier.

try {
  final AdvertisingIdInfo info =
      await AdvertisingIdManager.getAdvertisingIdInfo();
  print(json.encode(info));
} on PlatformException catch (e) {
  print(e);
}
5
likes
150
points
239
downloads

Publisher

verified publisherrxreader.com

Weekly Downloads

Flutter plugin for Advertising Identifier.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, json_annotation, plugin_platform_interface

More

Packages that depend on advertising_identifier