diagonal_scrollview

A Flutter package project to enable the scrolling over both, the vertical and horizontal axis at the same time, as well as zooming.


License
ISC

Documentation

Diagonal ScrollView for Flutter

pub package

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);