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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_username_generator

With Flutter:

 $ flutter 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.7.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:simple_username_generator/simple_username_generator.dart';
1
likes
140
points
314
downloads

Documentation

API reference

Publisher

verified publishermrcrbrth.my.id

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#username #generator #random #utility

License

BSD-3-Clause (license)

More

Packages that depend on simple_username_generator