nice_wrappable_tags 0.0.2 nice_wrappable_tags: ^0.0.2 copied to clipboard
It is a tag that can be wrapped according to the size of the device when several tags are listed.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nice_wrappable_tags
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
nice_wrappable_tags: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nice_wrappable_tags/nice_wrappable_tags.dart';