mentionable_text_field 0.0.2 copy "mentionable_text_field: ^0.0.2" to clipboard
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';
29
likes
110
pub points
82%
popularity

Publisher

unverified uploader

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 chose the way you will do.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on mentionable_text_field