android_id_plus 0.0.1 copy "android_id_plus: ^0.0.1" to clipboard
android_id_plus: ^0.0.1 copied to clipboard

A stable and highly reliable Flutter plugin to get the unique Android ID using the Settings.Secure.ANDROID_ID API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add android_id_plus

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

dependencies:
  android_id_plus: ^0.0.1

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:android_id_plus/android_id_plus.dart';
0
likes
150
points
62
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A stable and highly reliable Flutter plugin to get the unique Android ID using the Settings.Secure.ANDROID_ID API.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on android_id_plus

Packages that implement android_id_plus