universal_scroll_view

Universal Scroll View is a cross platform package which base on Flutter framework.

latest updated: 17:49:19 08-08-2021

Install

Install by adding this package to your pubspec.yaml:

dependencies:
  universal_scroll_view: ^1.0.2

Usage


Import

import 'package:universal_scroll_view/universal_single_child_scroll_view.dart';

Simple Example

    
     UniversalSingleChildScrollView(child: Container(
         height: 10000,
         width: 500
      )
     );

License

Copyright © 2020, Jialin Li.
Released under the GNU AGPLv3.