tag_view 0.0.7 copy "tag_view: ^0.0.7" to clipboard
tag_view: ^0.0.7 copied to clipboard

Flutter TagView(Hashtag view)

tag_view #

Get started #

Add dependency #

You can use the command to add tag_view as a dependency with the latest stable version:

$ dart pub add tag_view

Or you can manually add tag_view into the dependencies section in your pubspec.yaml:

dependencies:
  tag_view: ^replace-with-latest-version

Simple to use #

import 'package:tag_view/tag_view.dart';

List<String> tags = ['Tag 1, Tag 2'];

TagView(tags, isEnableDelete: true, tagBackgroundColor: Colors.blue)

Usage #

Screenshot

4
likes
0
points
97
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter TagView(Hashtag view)

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tag_view