flutter_guid 0.3.1 copy "flutter_guid: ^0.3.1" to clipboard
flutter_guid: ^0.3.1 copied to clipboard

Emulates C# Guid. Generate new UUIDs, add variables of type Guid to classes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_guid

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

dependencies:
  flutter_guid: ^0.3.1

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:flutter_guid/flutter_guid.dart';
16
likes
120
pub points
93%
popularity

Publisher

unverified uploader

Emulates C# Guid. Generate new UUIDs, add variables of type Guid to classes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, uuid, validators

More

Packages that depend on flutter_guid