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

A dart plugin to generate human-readable ids from an english lists of nouns and adjectives.

Generate human-readable ids from a lists of nouns and adjectives.

This is a port of human-readable-ids-js for dart users.

Features #

Generate ids in the format of adjective-noun-# such as :

  • silly-goose-37
  • quick-cobra-15
  • tricky-chicken-23
  • brave-ladybug-90

Currently the id space is about 1,000,000 ids (100 adjectives * 100 nouns * 100 integer range).

Usage #

import 'package:human_readable_ids/human_readable_ids.dart';

void main() {
  print("id: ${humanReadableId()}");
}

Find more example in /example folder.

2
likes
150
pub points
16%
popularity

Publisher

unverified uploader

A dart plugin to generate human-readable ids from an english lists of nouns and adjectives.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on human_readable_ids