https://github.com/ymdarake/flutter-stacked-cards-animation
Demo app to show how to use Animation on Stacked Cards in Flutter.
https://github.com/ymdarake/flutter-stacked-cards-animation
flutter flutter-animation flutter-demo flutter-example flutter-example-app
Last synced: 5 months ago
JSON representation
Demo app to show how to use Animation on Stacked Cards in Flutter.
- Host: GitHub
- URL: https://github.com/ymdarake/flutter-stacked-cards-animation
- Owner: ymdarake
- Created: 2019-12-22T05:07:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T05:08:17.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T18:57:03.206Z (10 months ago)
- Topics: flutter, flutter-animation, flutter-demo, flutter-example, flutter-example-app
- Language: Dart
- Size: 359 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stack_cards_album
Sample app to note how to use Animation with stacked cards.
## Almost all codes copied from
- [sriram15/Flutter_StackedCards](https://github.com/sriram15/Flutter_StackedCards)
- [Flutter Animation basics explained with Stacked Cards](https://medium.com/flutterpub/flutter-animation-basics-explained-with-stacked-cards-9d34108403b8)
Thanks!