Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pulyaevskiy/flutter-image-slide-on-scroll
- Owner: pulyaevskiy
- Created: 2018-02-16T19:53:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T17:28:33.000Z (over 6 years ago)
- Last Synced: 2024-10-12T08:10:09.764Z (about 1 month ago)
- Language: Dart
- Size: 2.8 MB
- Stars: 33
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.