flutter_tags_fork 1.0.5
flutter_tags_fork: ^1.0.5 copied to clipboard
Creating selectable and input tags (TextField) has never been easier.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Fixed #
- Fixed null type casting error in DataList operations that caused
_TypeError (type 'Null' is not a subtype of type 'DataList' in type cast)
1.0.5 - 2024-05-27 #
Fixed #
- Format code formatting and style
- Improved code readability and maintainability
1.0.3 - 2024-05-27 #
Fixed #
- Fixed example code implementation and resolved analyzer warnings
- Improved code documentation and examples
1.0.2 - 2024-05-27 #
Fixed #
- Resolved static analyzer warnings and improved code quality
- Enhanced type safety throughout the codebase
1.0.1 - 2024-05-27 #
Fixed #
- Updated README demo images and documentation
- Improved visual examples and usage guides
1.0.0 - 2024-05-27 #
0.4.9+1 - 2020-11-11 #
Fixed #
- Resolved issue #66 related to tag rendering
- Fixed
DataListnull identifier handling
0.4.9 - 2020-09-15 #
Added #
- Configurable padding for
textFieldcomponent - Enhanced customization options for text input areas
0.4.8+2 - 2020-06-02 #
Documentation #
- Updated API documentation and usage examples
- Improved inline code comments
0.4.8+1 - 2020-05-13 #
Documentation #
- Enhanced README with better examples
- Added more comprehensive API documentation
0.4.8 - 2020-03-07 #
Documentation #
- Updated documentation structure
- Improved code examples and usage guides
0.4.7 - 2020-02-26 #
0.4.6 - 2020-02-26 #
Added #
- TextField enable/disable functionality (resolves #36)
constraintSuggestionfield for adding custom tags not in suggestions (resolves #33)- Enhanced tag removal controls with boolean return type
Changed #
- BREAKING: Moved
onRemovedfield insideItemTagsRemoveButton()for consistency onRemovednow returns boolean for removal validation
Fixed #
- Various stability improvements
0.4.5 - 2019-10-30 #
0.4.4 - 2019-10-16 #
0.4.3 - 2019-07-28 #
0.4.2 - 2019-07-27 #
0.4.0 - 2019-07-27 #
Changed #
- BREAKING: Complete architecture redesign
- BREAKING: Removed
SelectableTagsandInputTags- unified into singleTags()widget
Added #
- Individual tag customization with icons, images, and removal buttons
- Horizontal scroll support for tag lists
- Enhanced tag personalization options
Documentation #
- Major documentation overhaul with new structure
0.3.2 - 2019-06-20 #
0.3.1 - 2019-05-13 #
Improved #
- General code quality improvements
- Enhanced performance and stability
0.3.0 - 2019-04-09 #
Added #
- Customizable popup menu functionality
- SelectableTags: Individual color and activeColor configuration
- InputTags: Option to hide textField
0.2.3 - 2019-04-05 #
0.2.2 - 2019-03-02 #
Added #
textStyleproperty in InputTags and SelectableTags- InputSuggestions component (early implementation)
Changed #
- BREAKING: Removed
textColorfrom InputTags (usetextStyleinstead) - BREAKING: Color handling in SelectableTags (use
textColor/textActiveColorinstead ofcolorintextStyle)
Improved #
- Major code refactoring and improvements
0.2.1 - 2019-03-01 #
Improved #
- BREAKING: Major code rewrite for better performance
- Significantly improved tag width calculation accuracy
0.2.0 - 2019-02-24 #
0.1.9 - 2019-02-23 #
Improved #
- Width calculation based on byte length of title
- Automatic screen width recalculation on orientation changes