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

A Flutter package to retrieve unique device identifiers and comprehensive device information across different platforms.

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: ^1.0.0

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
258
downloads
screenshot

Publisher

verified publisherkyawzayartun.com

Weekly Downloads

A Flutter package to retrieve unique device identifiers and comprehensive device information across different platforms.

Repository (GitHub)
View/report issues

Topics

#device #information #utils #identifier

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

device_info_plus, flutter, plugin_platform_interface

More

Packages that depend on native_id

Packages that implement native_id