flutter_tagging 3.0.0 copy "flutter_tagging: ^3.0.0" to clipboard
flutter_tagging: ^3.0.0 copied to clipboard

A flutter package with tagging or multiselect functionality. Useful for adding Tag or Label Selection Forms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_tagging

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_tagging: ^3.0.0

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:flutter_tagging/flutter_tagging.dart';
181
likes
80
pub points
81%
popularity

Publisher

verified publishersarbagyastha.com.np

A flutter package with tagging or multiselect functionality. Useful for adding Tag or Label Selection Forms.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter, flutter_typeahead, meta

More

Packages that depend on flutter_tagging