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

outdated

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: ^2.2.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
0
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

License

unknown (LICENSE)

Dependencies

collection, flutter, flutter_typeahead_web, meta

More

Packages that depend on flutter_tagging