flutter_hashtags 0.0.1 copy "flutter_hashtags: ^0.0.1" to clipboard
flutter_hashtags: ^0.0.1 copied to clipboard

A new Flutter package project.

A Text Controller that can extract hashtags from the input text.

Getting started #

  1. Import the package
import 'package:flutter_hashtags/flutter_hashtags.dart';
  1. Use it on your TextField or TextFormField.
final textController = HashtagTextController();
TextField(
    controller: textController,
);
  1. Extract the hashtags using the controller.
List<String> hashtags = textController.hashtags;

Additional information #

Full Example

Feel free to contibute with the package :)

0
likes
120
pub points
79%
popularity

Publisher

unverified uploader

A new Flutter package project.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_hashtags