0 purchases
swipe selector
This package contains a set of functions and classes that make it easy to use selector. It's multi-platform, and supports mobile, desktop, and the browser.
Usage #
add this code into your project and enjoy.
import 'package:swipe_selector/swipe_selector.dart';
List colors = ['blue', 'yellow', 'white', 'brown', 'orange', 'black'];
SwipeSelector(items: colors); // items are required property
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.