simple_username_generator 1.4.1
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_generatorThis 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.1Alternatively, 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';