Canopascanopas.hashnode.dev·Jan 11, 2024How to Implement 2D Scrollable TableView in FlutterTwoDimensionalScrollView is a widget that combines the TwoDimensionalScrollable and TwoDimensionalViewport. It creates an interactive scrolling pane for content in both vertical and horizontal dimensions. However, using it directly is a bit challengi...Flutter
Ravi Patelravipatel.hashnode.dev·Aug 21, 2023Mastering Structured Layouts with Flutter’s Table Widget: A Comprehensive GuideFlutter, Google’s UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase, offers a rich set of widgets for crafting sophisticated and user-friendly interfaces. Among these, the Table widget stands o...flutternik