flutter_any_scroll 0.0.1
flutter_any_scroll: ^0.0.1 copied to clipboard
Scroll both horizontally and vertically.
Any Scroll #
A Flutter widget that lets you scroll both horizontally and vertically. Originally written for my personal project, trying to contribute a little to the great flutter community.
Example #
[]
Example Usage #
FlutterAnyScroll( mainAxisCount: 5, crossAxisCount: 5, crossAxisSpacing: 5, header: const SampleHeader(), children: sampleListViewItems, );
Contact me #
LinkedIn: linkedin.com/in/knowabdur Twitter: @Abdur_Developer