native_id 0.0.7 copy "native_id: ^0.0.7" to clipboard
native_id: ^0.0.7 copied to clipboard

Get device identifier from within the flutter application for Android and iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_id

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  native_id: ^0.0.7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_id/native_id.dart';
4
likes
160
points
321
downloads
screenshot

Publisher

verified publisherkyawzayartun.com

Weekly Downloads

Get device identifier from within the flutter application for Android and iOS

Repository (GitHub)
View/report issues

Topics

#imei #unique-identifier #utility

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_id

Packages that implement native_id