flutter_basic_table 1.0.0
flutter_basic_table: ^1.0.0 copied to clipboard
A comprehensive and customizable table widget for Flutter with sorting, selection, theming, and interactive features.
1.0.0 #
Added #
- Initial release of FlutterBasicTable package
BasicTable
widget with comprehensive table functionality- Support for text, custom widgets, and status indicators in cells
- Column sorting (ascending/descending/none) and reordering
- Row selection with checkbox support
- Complete theming system for all table components
- Custom tooltip system with overflow detection
- Responsive column width calculation
- Row and cell interaction callbacks (tap, double-tap, right-click)
- Synchronized horizontal and vertical scrollbars
- Cross-platform support (Android, iOS, Web, Desktop)