Last updated:
0 purchases
simple coverflow
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
copied to clipboard
then,
import 'package:simple_coverflow/simple_coverflow.dart';
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.