Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 842 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 842 Bytes

Diagonal ScrollView for Flutter

pub package

THE PACKAGE IS DISCONTINUED!
Use InteractiveViewer instead.

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: