Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pulyaevskiy/flutter-image-slide-on-scroll

Flutter demo app showing how to make a background image slide during scrolling. Inspired by Google Calendar App view.
https://github.com/pulyaevskiy/flutter-image-slide-on-scroll

Last synced: 16 days ago
JSON representation

Flutter demo app showing how to make a background image slide during scrolling. Inspired by Google Calendar App view.

Awesome Lists containing this project

README

        

# flutter_image_slide_on_scroll

> Note: I've published a complete Flutter package which implements this effect. See https://pub.dartlang.org/packages/parallax_image

A new Flutter project.Flutter demo app showing how to make a background image slide during scrolling. Inspired by Google Calendar App view.

![flutter_image_slide_on_scroll.gif](flutter_image_slide_on_scroll.gif)

See `lib/main.dart` for all the details.