simple_coverflow 0.0.8
simple_coverflow: ^0.0.8 copied to clipboard
An extremely simplistic "cover flow" style animation to swipe between widgets.
0.0.8 3/12/19 #
- Updated version constraints to be much more permissive of what Flutter and SDK versions are accepted.
0.0.7 4/19/18 #
- Added ValueNotifier so that other interested classes can keep track of what item is displayed on the CoverFlow.
0.0.6 4/19/18 #
- Added made the builder parameter a named argument [itemBuilder] in keeping with flutter conventions.
0.0.5 4/18/18 #
- Added [itemCount] field so that users can have a non-infinitely scrolling cover flow. Also adjusted the default viewport value.
0.0.4 4/17/18 #
- Bumped versioning constraints to support much later versions of Flutter.
0.0.3 4/12/18 #
- Changed typedef of OnDismissedCallback to return the number of the item called rather than the item itself.
0.0.1 4/12/18 #
- Initial implementation of simple coverflow.