appflowy_board library

AppFlowyBoard library

Classes

AppFlowyBoard
AppFlowyBoardConfig
AppFlowyBoardController
A controller for AppFlowyBoard widget.
AppFlowyBoardScrollController
AppFlowyBoardState
AppFlowyGroupCard
AppFlowyGroupContext
A context contains the group states including the draggingState.
AppFlowyGroupController
AppFlowyGroupController is used to handle the AppFlowyGroupData.
AppFlowyGroupData<CustomData>
AppFlowyGroupData represents the data of each group of the Board.
AppFlowyGroupFooter
AppFlowyGroupHeader
AppFlowyGroupHeaderData
AppFlowyGroupItem
A item represents the generic data model of each group card.
ReorderFlexActionImpl

Typedefs

IsDraggable = bool
OnFooterAddButtonClick = void Function()
OnHeaderAddButtonClick = void Function()
OnHeaderMoreButtonClick = void Function()
OnMoveGroup = void Function(String fromGroupId, int fromIndex, String toGroupId, int toIndex)
OnMoveGroupItem = void Function(String groupId, int fromIndex, int toIndex)
OnMoveGroupItemToGroup = void Function(String fromGroupId, int fromIndex, String toGroupId, int toIndex)