Last updated:
0 purchases
serial number
serial_number #
This package will retrieve the serial number of the device that the software is installed on to.
This plugin only works for Android currently. iOS release coming later.
Getting Started #
Sample usage:
import "package:serial_number/serial_number.dart";
String sn = await SerialNumber.serialNumber;
debugPrint(serial);
// only work on Android.
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.