android_id

Flutter Community: android_id

A Flutter plugin for retrieving the Android ID.

Getting started

  • Add to pubspec.yaml
  • Use plugin in your code (see examples of all methods below)

Usage

const _androidIdPlugin = AndroidId();

final bool androidId = await _androidIdPlugin.getId();

GitHub

View Github