namer 1.0.0 copy "namer: ^1.0.0" to clipboard
namer: ^1.0.0 copied to clipboard

A simple package to produce random strings to name things.

Namer #

Naming things can be hard. Randomly naming a lot of things is all this package helps with.

Features #

  • It generates Strings that are sometimes hilarious
  • You can tweak the number of adjectives and verbs

Usage #

import 'package:namer/namer.dart' as namer;

void main() {
  // truthful manatee
  print('animal: ${namer.animal()}');
  // approbating false greedy owner
  print('noun: ${namer.generic(verbs: 1, adjectives: 2)}');
}
2
likes
160
points
17
downloads

Publisher

verified publishermcdole.org

Weekly Downloads

A simple package to produce random strings to name things.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on namer