flexi_board 0.4.1 copy "flexi_board: ^0.4.1" to clipboard
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 with dart run skills@ get.
  • Add AGENTS.md and llms.txt for repository agents and LLM discovery.

0.4.0 #

  • Add columnListWrapper so hosts can wrap each column’s vertical ListView (pull-to-refresh, infinite scroll) without attaching to the horizontal pager.
  • Add FlexiBoardPhysics.keepSourceCardVisible for optional stay-in-place source cards while dragging (default remains collapse + placeholder ghost).

0.3.0 #

  • Add FlexiBoardPolicies.canStartDrag so hosts can block pickup (freeze / permission) before a drag session starts — no lift-then-bounce when the card must not move. canAcceptDrop remains 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 / onActiveColumnChanged for paged layout control.
  • Add physics tunables: pageSideMargin, pageEdgeExtent, pageChangeDuration.
  • BoardColumnView.expandHorizontally for full-width page slots.

0.1.0 #

  • Initial FlexiBoard (flexi_board) release: multi-board DnD, default UI, WIP, undo, swimlanes.
0
likes
150
points
183
downloads
screenshot

Documentation

API reference

Publisher

verified publisheranantatama.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#flutter #drag-and-drop #kanban #board #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flexi_board