clean_kanban 0.0.6
clean_kanban: ^0.0.6 copied to clipboard
A versatile Kanban board library for Flutter apps, built with clean architecture principles.
Changelog #
All notable changes to this project will be documented in this file.
0.0.6 #
- Allow customize column header background colors
- Allow developer to update task limit for column via board provider
- Bug fixes
0.0.5 #
- Enhance Kanban theme with customizable border properties for columns and task cards and default to borderless
- Set background color for confirmation and task form dialogs
0.0.4 #
- Update UI components to follow Material 3 design guidelines
0.0.3 #
- refactor for improved maintainability and readability
0.0.2 #
- Add mobile layout support
0.0.1 #
- Initial release of Clean Kanban with customizable Kanban board, task management, column limits, clean architecture, state management using Provider, memory storage, and extensibility.