diagonal_scrollview 0.2.0+1 copy "diagonal_scrollview: ^0.2.0+1" to clipboard
diagonal_scrollview: ^0.2.0+1 copied to clipboard

discontinued

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

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

Example: #

Using the controllers:

20
likes
40
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

License

ISC (license)

Dependencies

flutter

More

Packages that depend on diagonal_scrollview