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

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: ^1.3.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';
28
likes
160
points
23.9k
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, web

More

Packages that depend on app_set_id