mentionable_text_field 0.0.2 mentionable_text_field: ^0.0.2 copied to clipboard
A flutter plugin to create customizable text field that has a mentionable feature. The way matching users are displayed and picked is decorrelated from the Widget itself, so that you will be able to c [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mentionable_text_field
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mentionable_text_field: ^0.0.2
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:mentionable_text_field/mentionable_text_field.dart';