fade_on_scroll 1.0.0 copy "fade_on_scroll: ^1.0.0" to clipboard
fade_on_scroll: ^1.0.0 copied to clipboard

Flutter package for fading a widget in/out when scrolling in a SliverAppBar

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fade_on_scroll

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fade_on_scroll: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fade_on_scroll/fade_on_scroll.dart';
1
likes
25
pub points
0%
popularity

Publisher

verified publisherbloblet.com

Flutter package for fading a widget in/out when scrolling in a SliverAppBar

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fade_on_scroll