username_generator 1.3.0
username_generator: ^1.3.0 copied to clipboard
A simple library for generating random and seedable username for emails or user forms
1.3.0 Add null safety #
- Upgrade pedantic, test and dart-sdk
- Refactor code for null safety
1.2.3 Fix example typos #
- Refactor code
- Fix example typos
1.2.2 Add Support for restricting date year and add prefix and suffix #
- Refactor code
- Add Support for restricting date year
- Add prefix and suffix
1.1.1 Add Support for generating usernames by email and date #
- Refactor code
- Fix pedantic code style guide issues
1.1.0 Add Support for generating usernames by email and date #
- Refactor code
- Add
generate
method to generate usernames from seeded string - Add support for email and date in generate method
- Add tests for new generate method
1.0.1 Add Support for a list of usernames #
- Minor bug fixes
1.0.0 Add Support for a list of usernames #
- Add function to return a list of usernames
- Refactor seed data
0.2.4 Refactor code for proper documentation. #
- Refactor code for proper documentation
- Removed UsernameGeneratorData class
- Add library level comment for
dartdoc
0.2.3 Add comments and refactor code. #
- Add changes based on analysis options from Effective Dart
0.2.2 Updated dependencies. #
- Removed Flutter dependency
0.2.1 Minor bugfixes. #
- Minor bugfixes
0.2.0 Add Name based Username generator. #
- Added method to generate Username for a name
generateForName()
- Added support to set first and lastname
- Added support to set ajectives and numbers to the username
0.1.0 Add Random Username generator. #
- Add seed for names and adjectives
- Add generation of a random username with seeded names and adjectives
generateRandom()
- Add method to set names, adjectives and separator