tag_view 0.0.2 tag_view: ^0.0.2 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';
late List<String> tags = ['Tag 1, Tag 2'];
TagView(tags, isEnableDelete: true, tagBackgroundColor: Colors.blue)