efortuna / coverflow

a basic coverflow implementation in Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pub

Simple Coverflow for Flutter

A very basic cover flow implementation to swipe between widgets in Flutter.

It should look something like this:

gif of project

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';

About

a basic coverflow implementation in Flutter

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 84.6%Language:Objective-C 10.4%Language:Java 5.1%