detectable_text_field 3.0.2 copy "detectable_text_field: ^3.0.2" to clipboard
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';
140
likes
130
pub points
95%
popularity

Publisher

verified publisherbookm.me

TextField with detection features. You can detect hashtags, at sign, url or anything you want. Helps you develop Twitter like app. Refinement of hashtagable

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_hooks

More

Packages that depend on detectable_text_field