universal_scroll_view 1.0.2 copy "universal_scroll_view: ^1.0.2" to clipboard
universal_scroll_view: ^1.0.2 copied to clipboard

unlistedoutdated

Universal Single Child Scroll View

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.

3
likes
0
pub points
0%
popularity

Publisher

verified publishercullen.ml

Universal Single Child Scroll View

Homepage

License

unknown (LICENSE)

Dependencies

after_layout, flutter, universal_html

More

Packages that depend on universal_scroll_view