app_set_id 1.2.0 copy "app_set_id: ^1.2.0" to clipboard
app_set_id: ^1.2.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.2.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';
16
likes
160
pub points
91%
popularity

Publisher

verified publisher2312.nl

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on app_set_id