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.

android_id_plus #

A highly reliable Flutter plugin to securely fetch the unique ANDROID_ID without depending on deprecated libraries.

Usage #

import 'package:android_id_plus/android_id_plus.dart';

void fetchId() async {
  String? deviceId = await AndroidIdPlus.androidId;
  print('Device ID: $deviceId');
}
```markdown
## 0.0.1
* Initial release: Added support for fetching stable Android ID.# android_id_plus
0
likes
150
points
60
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