app_set_id 0.1.0 copy "app_set_id: ^0.1.0" to clipboard
app_set_id: ^0.1.0 copied to clipboard

outdated

Tiny Flutter plugin to retrieve the App Set ID (Android) or Identifier for Vendor (IDfV, iOS)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_set_id

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

dependencies:
  app_set_id: ^0.1.0

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:app_set_id/app_set_id.dart';
27
likes
140
points
24.1k
downloads

Publisher

verified publisher2312.nl

Weekly Downloads

Tiny Flutter plugin to retrieve the App Set ID (Android) or Identifier for Vendor (IDfV, iOS)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on app_set_id