simple_textfield_tag 0.0.1 copy "simple_textfield_tag: ^0.0.1" to clipboard
simple_textfield_tag: ^0.0.1 copied to clipboard

SimpleTextFieldTag is a Flutter package that provides an easy-to-use widget for adding, displaying, and managing tags in the form of chips. It offers customizable styling, dynamic tag management, and [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_textfield_tag

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

dependencies:
  simple_textfield_tag: ^0.0.1

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:simple_textfield_tag/simple_textfield_tag.dart';
8
likes
140
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

SimpleTextFieldTag is a Flutter package that provides an easy-to-use widget for adding, displaying, and managing tags in the form of chips. It offers customizable styling, dynamic tag management, and flexible callback functions, making it ideal for applications where users need to input multiple keywords, skills, or tags. The widget also supports custom controllers and various layout configurations for a responsive user experience

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on simple_textfield_tag