Reputation: 90
I am building a Flutter app where I need to identify devices uniquely. Ideally, the identifier should:
I have explored the following options:
Is there a reliable method in Flutter to get a unique device identifier that fits these criteria? If not, what is the best alternative to achieve this in a privacy-compliant way?
Code examples or package recommendations would be greatly appreciated.
Upvotes: 0
Views: 43