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

A comprehensive Dart library for generating secure, customizable random IDs with support for numeric, alphabetic, special characters, and mixed combinations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add id_generator

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

dependencies:
  id_generator: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:id_generator/id_generator.dart';
1
likes
0
points
14
downloads

Publisher

verified publishermomaher.dev

Weekly Downloads

A comprehensive Dart library for generating secure, customizable random IDs with support for numeric, alphabetic, special characters, and mixed combinations.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on id_generator