simple_hashtag 0.0.1
simple_hashtag: ^0.0.1 copied to clipboard
SimpleHashTag is a package that generates hashtags from strings.
Features #
SimpleHashTag is a package that generates hashtags from strings. By passing a string, a string starting with the specified trigger is hashtagged and returned as RichText.
Getting started #
Run this command:
$ flutter pub add simple_hashtag
dependencies: simple_hashtag: ^0.0.1
Import it
import 'package:hashtagable/hashtagable.dart';
Usage #
example