id_generator 1.0.2 copy "id_generator: ^1.0.2" to clipboard
id_generator: ^1.0.2 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

With Flutter:

 $ flutter 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.2

Alternatively, your editor might support dart pub get or flutter 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
160
points
169
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

Documentation

API reference

License

MIT (license)

More

Packages that depend on id_generator