diagonal_scrollview
Josh Porter said that: “Scrolling is a continuation, clicking is a decision.” In web design, I think the journey can be as enjoyable as the destination. You are constantly exploring and discovering interesting things around you. Like the role of the scroll, scrolling can create a completely immersive browsing experience. In particular, the amazing thing is that it allows scrolling in both, horizontal and vertical directions, as well as zooming or even a diagonal scroll view. Therefore, you can do that with this Flutter package.
This Flutter package provides you with the best practices to follow for scrolling.
Usage
- Import the package:
import 'package:diagonal_scrollview/diagonal_scrollview.dart';
- Use it:
DiagonalScrollView(child: myWidget);
Example:
Follow the example below.
Using the controllers:

GitHub
https://github.com/RanfiCD/diagonal_scrollview