simple_username_generator 1.4.1 copy "simple_username_generator: ^1.4.1" to clipboard
simple_username_generator: ^1.4.1 copied to clipboard

A lightweight, zero-dependency Dart package that generates random usernames by combining adjectives, verbs, adverbs, nouns, and suffixes with a numeric suffix. Supports 8 styles, 4 casing formats, bat [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_username_generator

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

dependencies:
  simple_username_generator: ^1.4.1

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:simple_username_generator/simple_username_generator.dart';
1
likes
0
points
315
downloads

Publisher

verified publishermrcrbrth.my.id

Weekly Downloads

A lightweight, zero-dependency Dart package that generates random usernames by combining adjectives, verbs, adverbs, nouns, and suffixes with a numeric suffix. Supports 8 styles, 4 casing formats, batch generation, and seeded reproducibility.

Repository (GitHub)
View/report issues

Topics

#username #generator #random #utility

License

unknown (license)

More

Packages that depend on simple_username_generator