detectable_text_field 3.0.2 detectable_text_field: ^3.0.2 copied to clipboard
TextField with detection features. You can detect hashtags, at sign, url or anything you want. Helps you develop Twitter like app. Refinement of hashtagable
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add detectable_text_field
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
detectable_text_field: ^3.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:detectable_text_field/detectable_text_field.dart';