Diagonal ScrollView for Flutter

diagonal_scrollview

A Flutter package that provides a diagonal scrollview.

A Flutter package that allows to scroll in both, horizontal and vertical direction, as well as zooming.

Usage

  • Import the package:
import 'package:diagonal_scrollview/diagonal_scrollview.dart';
  • Use it:
DiagonalScrollView(child: myWidget);

Example:

Using the controllers:

GitHub

https://github.com/RanfiCD/diagonal_scrollview