db_username_suggester 1.0.0+2 db_username_suggester: ^1.0.0+2 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+2
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';