thematic_names 0.2.1 copy "thematic_names: ^0.2.1" to clipboard
thematic_names: ^0.2.1 copied to clipboard

The package generates an infinite number of thematic calibrated unique names.

example/main.dart

// ignore_for_file: avoid_print

import 'package:thematic_names/thematic_names.dart';

void main() {
  // get a set of 1000 unique volcano names
  final names = Names.volcanos(languageCode: SupportedLanguage.english);

  // all 1000 names
  print(names);

  // generate 4 names
  for (var i = 0; i < 4; ++i) {
    print(names.next);
  }
}
1
likes
0
points
14
downloads

Publisher

verified publishersyrokomskyi.com

Weekly Downloads

The package generates an infinite number of thematic calibrated unique names.

Repository (GitHub)
View/report issues

Topics

#generator #names-generator #random #rpg #games

License

unknown (license)

More

Packages that depend on thematic_names