flutter_checklist 1.3.0
flutter_checklist: ^1.3.0 copied to clipboard
A widget to display a checklist with checkable and reorderable items
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.
1.3.0 #
- Add hint text in empty checklist items
1.2.0 #
- Add boolean settings
checkedReadOnly
to control whether checked items are read only (defaults tofalse
)
1.1.3 #
- Fix checklist tile background color when dragged
1.1.2 #
- Fix error when creating an item in an empty checklist
- Fix localization instructions in README.md
1.1.1 #
- Fix typo in README.md
1.1.0 #
- Move drag handle to the right
- Reduce time to hold the tile to drag it from 500ms to 250ms
1.0.1 #
- Fix README
- Fix example
1.0.0 #
Initial release.