FLUTTER ECOSYSTEM

alfanthariq/mobile_device_identifier

Biblioteca Flutter para obter o ID do dispositivo a partir de um dispositivo móvel (Android / iOS)

Capa do projeto identificador de dispositivo móvel
Stars
27
Forks
42
Último push (UTC)
18 de set. de 2025
Status do projeto
Ativo
Nafi Alfanthariq GitHub avatar
GITHUB User

Nafi Alfanthariq ↗

Surabaya, Indonesia
LinguagensDartRubySwiftKotlinObjective-C

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 4 itens
  • flutter{"sdk":"flutter"}
  • plugin_platform_interface^2.1.6
  • flutter_testDesenvolvimento{"sdk":"flutter"}
  • flutter_lintsDesenvolvimento^3.0.1

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

Actions Status

mobile_device_identifier

Flutter package to obtain unique ID from mobile device (android / ios) with uninstall resistant

Android minSdkVersion = 21
iOS minimum version = 11

Usage

final _mobileDeviceIdentifier = MobileDeviceIdentifier().getDeviceId();

You can combined with any encoding method to beautify string id. For example use Base64 encode with return value like

RjFGMUJDNUItQkJERC00NjZCLUE2MzgtQzRDNUZGMDdCQzhF

Method

Android

For android device, this package use UUID with MediaDrm to generate unique ID. With that, unique ID will not change even after uninstalling application

iOS

For iPhone device, this package use UUID with JNKeychain to generate unique ID to make ID still same even after reinstall application