word_generator 0.5.0
word_generator: ^0.5.0 copied to clipboard
A dart based util package for generating random nouns, verbs, names, strong password and validate the given password is strong or not.
0.0.1 #
Initial version with nouns
.
0.0.2 #
Util function to generate verbs
0.0.3 #
Util function to generate names
0.3.1 #
Updated versioning and readme
0.3.2 #
Updated readme
0.4.0 #
Util function to generate and validate password
0.4.1 #
Readme update
0.4.2 #
Readme update
0.4.3 #
Bugfixes
0.4.4 #
Bugfixes
0.4.5 #
Added option to exclude characters during password generation
0.4.6 #
Bugfixes for generating randomNames
and randomVerbs
0.5.0 #
Added options to generate verbs and nouns based on given words.
Methods newly added are verbsStartingWith
, verbsEndingWith
, verbsContaining
, nounsStartingWith
, nounsEndingWith
and nounsContaining