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

A customizable Flutter widget for picking hashtags, with four built-in styles (purple, green, blue outline, orange pill). Easily integrate hashtag selection in your social, productivity, or content c [...]

flutter_hashtag_picker #

A customizable Flutter widget for picking hashtags—ideal for social, productivity, or content creation apps.

Demo of flutter_hashtag_picker

Features #

  • Select multiple hashtags from a list
  • 4 built-in styles (Purple, Green, Blue Outline, Orange Pill)
  • Easy integration and flexible usage

Quick Start #

HashtagPicker(
  hashtags: ['Flutter', 'Dart', 'AI'],
  hashtagsStyle: HashtagStyle.style2,
  onChanged: (selectedTags) {
    print(selectedTags);
  },
)
2
likes
150
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter widget for picking hashtags, with four built-in styles (purple, green, blue outline, orange pill). Easily integrate hashtag selection in your social, productivity, or content creation apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_hashtag_picker