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

A flutter plugin for generating a uuid which is unique for per app.

uuid_helper #

pub package Licence

Introduction #

A flutter plugin for generating a unique id

Getting Started #

Instructions #

  1. Open a command line and cd to your projects root folder
  2. In your pubspec, add an entry for uuid_helper to your dependencies (example below)
  3. pub install

Pubspec #

dependencies:
  uuid_helper: latest
import 'package:uuid_helper/uuid_helper.dart';

var uuid = await UUIDHelper.getUniqueId();

Just like as 10550fe1-849e-4bc9-8a6d-b4c78e010cb1.

On Android, It implemented by MediaDrm and PsuedoID.

On iOS, It implemented by KeyChains.

3
likes
140
pub points
67%
popularity

Publisher

verified publisher2140s.com

A flutter plugin for generating a uuid which is unique for per app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on uuid_helper