simple_username_generator 1.7.0
simple_username_generator: ^1.7.0 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_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.7.0Alternatively, 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';