FLUTTER ECOSYSTEM

boardview

This is a custom Flutter widget that can create a draggable BoardView or also known as a kanban. The view can be reordered with drag and drop.

boardview cover
Latest version
1.0.0
30-day downloads
2.3K
Likes
145
Pub points
140

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

BoardView is a customizable Flutter widget designed to create draggable Kanban-style boards. It enables users to reorder columns and cards through intuitive drag-and-drop interactions, making it ideal for task management and workflow visualization. Built with performance and flexibility in mind, it supports multiple platforms including Android, iOS, Web, macOS, Windows, and Linux. The widget is highly extensible and integrates seamlessly into existing Flutter applications.

Use cases
  • Task management applications
  • Project planning tools
  • Workflow visualization
  • Custom Kanban boards
  • Drag-and-drop interfaces
Key features
  • Drag-and-drop reordering
  • Customizable column and card layouts
  • Cross-platform compatibility
  • Extensible design
  • Smooth animations
Suitable for
  • Developers building Kanban interfaces
  • Teams managing workflows
  • Apps requiring visual task organization
  • UI designers seeking interactive components
  • Flutter projects on multiple platforms
Considerations
  • Requires understanding of Flutter gesture handling
  • May need additional styling for complex designs
  • Performance depends on number of items
  • Limited built-in validation for data integrity
  • Custom logic needed for persistence
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add boardview

Categories

Source repository

Related projects