device_sn 0.1.0 copy "device_sn: ^0.1.0" to clipboard
device_sn: ^0.1.0 copied to clipboard

outdated

A Flutter plugin to get device SN. Ready for Android ha haha.

device_sn #

License Pub Codacy Badge

A Flutter plugin 🛠 to get device SN. Ready for Android 🚀

github

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
 device_sn: ^0.1.0

Usage example #

import 'package:device_sn/device_sn.dart';

String sn;
try {
  sn = await DeviceSn.pdaSn;
} on Exception {
  sn = await DeviceSn.commonSn;
}

Contribute #

We would ❤️ to see your contribution!

License #

Distributed under the MIT license. See LICENSE for more information.

About #

Created by Shusheng.

0
likes
30
pub points
14%
popularity

Publisher

unverified uploader

A Flutter plugin to get device SN. Ready for Android ha haha.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on device_sn