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

discontinued

A library for generating username. r_username is inspired by the Python package.

r_username #

A libary to randomly generate usernames.

How to use ? #

Simple example: #

import 'package:r_username/r_username.dart';
void main(){
Username uname = Username();

 print(uname.userName());
//employment.selective__

print(uname.userName(firstName: 'Jack',lastName: 'Daniel'));
//stereotypejack

print(uname.userName(fullName: 'Jack Daniel',separator: true));
//jack_daniel

print(uname.userName(fullName: 'Jack Daniel'));
//JackDaniel
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
30
pub points
0%
popularity

Publisher

verified publisherworldtrollfootball.wtf

A library for generating username. r_username is inspired by the Python package.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on r_username