simple_coverflow 0.0.8 simple_coverflow: ^0.0.8 copied to clipboard
An extremely simplistic "cover flow" style animation to swipe between widgets.
Simple Coverflow for Flutter #
A very basic cover flow implementation to swipe between widgets in Flutter.
It should look something like this:
Pull requests certainly welcome.
Installation #
In your pubspec.yaml
root add:
dependencies:
simple_coverflow: LATEST_VERSION_NUMBER
then,
import 'package:simple_coverflow/simple_coverflow.dart';