db_username_suggester 1.0.0+4 copy "db_username_suggester: ^1.0.0+4" to clipboard
db_username_suggester: ^1.0.0+4 copied to clipboard

A Flutter package for suggesting alternative usernames when a given username already exists in the database. This package helps ensure unique usernames by automatically generating and suggesting avail [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add db_username_suggester

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  db_username_suggester: ^1.0.0+4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:db_username_suggester/db_username_suggester.dart';
2
likes
125
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for suggesting alternative usernames when a given username already exists in the database. This package helps ensure unique usernames by automatically generating and suggesting available alternatives based on the initial username input.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, gap

More

Packages that depend on db_username_suggester