easy_scroll_animation 1.0.1 copy "easy_scroll_animation: ^1.0.1" to clipboard
easy_scroll_animation: ^1.0.1 copied to clipboard

Animating widget on scrolling by Hammad Parveez

Easy Scroll Animation #

Easy Scroll Animation is very simple to use #

f3af61ac-539a-4ca9-935e-7bafe407d542

Installation #

Step 1:

easy_scroll_animation: <latest-version>

Step 2:

import 'package:easy_scroll_animation/easy_scroll_animation.dart';

Step 3: How to use

EasyAnimatedScroll(
        bottomWidget: //(Optional) e.g: BottomNavigationBar , bottom Widget that you want to hide on scroll
        topWidget: topWidget  //(Optional) e.g Appbar , top widget that you want to hide on scroll
        child: yourScrollingWidget //e.g: ListView/ListView.builder or any other scrolling widget
    ),
Paramaters

Scrolling Content

  • child (required)

Bottom Bar Widget

  • bottomWidget (optional)
  • bottomAnimationDuration (default: 500milliseconds)
  • bottomCurve (defualt: linear)

Top Bar Widget

  • topWidget (optional)
  • topAnimationDuration (default: 500milliseconds)
  • topCurve (defualt: linear)
17
likes
140
pub points
72%
popularity

Publisher

verified publisherdevhammad.com

Animating widget on scrolling by Hammad Parveez

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on easy_scroll_animation