flutter_any_scroll 0.0.5 copy "flutter_any_scroll: ^0.0.5" to clipboard
flutter_any_scroll: ^0.0.5 copied to clipboard

Scroll both horizontally and vertically. Use it just like you would use a list view except that you've to add a few more properties as described in the example in the readme.

Any Scroll #

  • A Flutter widget that lets you scroll both horizontally and vertically.
  • Works on iOS, Android, Mac, Windows and Web.
  • Use it just like you'd use a list view.
  • Originally written for my personal project. Trying to contribute a little to the amazing flutter community. :-)
  • Abdur Mohammed | Senior Software Engineer | Sydney, Australia

Demos #

Mobile #

Screenshot

Desktop #

Screenshot

Web #

Screenshot

Personal app #

Screenshot

Example Usage #

FlutterAnyScroll(
    mainAxisCount: 5,
    crossAxisCount: 5,
    crossAxisSpacing: 5,
    header: const SampleHeader(),
    children: sampleListViewItems,
);

About author #

LinkedIn

GitHub

Twitter @Abdur_Developer

22
likes
140
pub points
39%
popularity

Publisher

unverified uploader

Scroll both horizontally and vertically. Use it just like you would use a list view except that you've to add a few more properties as described in the example in the readme.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_staggered_grid_view, sticky_headers

More

Packages that depend on flutter_any_scroll