flexi_board 0.4.1
flexi_board: ^0.4.1 copied to clipboard
Plug-and-play multi-board drag-and-drop for Flutter. Mechanism-first physics with optional default UI, 1..N boards, cross-board moves, WIP, and undo — flutter-only, state-management agnostic.
0.4.1 #
- Ship Agent Skills under
skills/so coding agents can install FlexiBoard guidance withdart run skills@ get. - Add
AGENTS.mdandllms.txtfor repository agents and LLM discovery.
0.4.0 #
- Add
columnListWrapperso hosts can wrap each column’s vertical ListView (pull-to-refresh, infinite scroll) without attaching to the horizontal pager. - Add
FlexiBoardPhysics.keepSourceCardVisiblefor optional stay-in-place source cards while dragging (default remains collapse + placeholder ghost).
0.3.0 #
- Add
FlexiBoardPolicies.canStartDragso hosts can block pickup (freeze / permission) before a drag session starts — no lift-then-bounce when the card must not move.canAcceptDropremains the target-side gate.
0.2.0 #
- Add
FlexiBoardLayout.paged: PageView of columns with side peek and edge auto-page while dragging (CRM BoardView-style interaction). - Add
activeColumnId/onActiveColumnChangedfor paged layout control. - Add physics tunables:
pageSideMargin,pageEdgeExtent,pageChangeDuration. BoardColumnView.expandHorizontallyfor full-width page slots.
0.1.0 #
- Initial FlexiBoard (
flexi_board) release: multi-board DnD, default UI, WIP, undo, swimlanes.
