santoshgistto / diagonal_scrollview

A _Flutter_ package that provides a diagonal scrollview.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

A _Flutter_ package that provides a diagonal scrollview.

License:ISC License


Languages

Language:Dart 91.5%Language:Java 5.7%Language:Objective-C 2.8%