tag_field 1.0.4 copy "tag_field: ^1.0.4" to clipboard
tag_field: ^1.0.4 copied to clipboard

A customizable Flutter widget for adding and managing tags.

tag_field #

Header

Flutter Package Dart License pub.dev


✨ Features #

🎯

Interactive Tags

Add and delete tags with smooth animations and intuitive gestures

📐

Multiple Layouts

Support for inline and column layouts to fit your design needs

🎨

Full Customization

Colors, borders, padding, icons - make it uniquely yours

Smart Validation

Built-in input validation and separator support

Smooth Animations

Optional animations for tag addition and removal

🛠️

Custom Builders

Build completely custom tag UIs with flexible builders


🎬 Demo #

TagField Demo

See tag_field in action! ✨


🚀 Quick Start #

Installation #

Add this to your pubspec.yaml:

dependencies:
  tag_field: ^latest_version

Usage #

import 'package:tag_field/tag_field.dart';

TagField(
  initialTags: skillTags,
  tagBackgroundColor: Colors.purple.shade100,
  tagTextColor: Colors.purple.shade800,
  tagBorderColor: Colors.purple.shade300,
  deleteIconColor: Colors.purple.shade600,
  containerBorderColor: Colors.purple.shade200,
  containerBorderRadius: 12,
  tagBorderRadius: 8,
  hintText: 'Add your skills...',
  separators: const [' ', ',', ';'],
  onTagsChanged: (tags) => setState(() => skillTags = tags),
)

👥 Our Amazing Team #

Team Header



afaqxdev

🎯 Afaq Ahmed
Lead Developer & Architect

GitHub
Email
ubaidxdev

⚡ Ubaid Ahmed
Flutter Expert & Innovator

GitHub
Email
uzairxdev

🚀 Uzair Ahmed
UI/UX Designer & Visionary

GitHub
Email

Team Flutter Open Source Coffee

🤝 Let's Build Something Amazing Together!

Passionate Flutter developers creating the future, one widget at a time
💬 Got questions? Ideas? Just want to say hi? We'd love to hear from you!

Footer

Built with ❤️ by the tag_field team | © 2024
8
likes
0
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable Flutter widget for adding and managing tags.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_lints, provider

More

Packages that depend on tag_field