db_username_suggester 1.0.0+1 copy "db_username_suggester: ^1.0.0+1" to clipboard
db_username_suggester: ^1.0.0+1 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 Dart:

 $ dart pub add db_username_suggester

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 dart pub get):

dependencies:
  db_username_suggester: ^1.0.0+1

Alternatively, your editor might support dart pub get or 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
0
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. It's designed to work seamlessly across all supported platforms, including iOS, Android, and web.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, gap

More

Packages that depend on db_username_suggester

Packages that implement db_username_suggester