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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
35
likes
130
points
134
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.07 - 2025.04.21

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)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on mentionable_text_field