flutter_slide_action 0.0.2 copy "flutter_slide_action: ^0.0.2" to clipboard
flutter_slide_action: ^0.0.2 copied to clipboard

A new Flutter package for create slide.

Create Slide action in flutter. It's highly customizable

Features #

Create customizable slide button

Usage #

FlutterSlide(
    height: 60,
    buttonSize: 50,
    shimmer: false,
    width: double.infinity,
    action: () {},
    baseColor: Colors.white,
    backgroundColor: Colors.black,
    label: const Text(
    "Slide to Done",
    style: TextStyle(
        color: Color.fromARGB(255, 255, 255, 255),
        fontWeight: FontWeight.w500,
        fontSize: 20),
    ),
    child: const Icon( 
        Icons.arrow_forward_ios,
        size: 50,
        color: Colors.white,
    ),
)
2
likes
110
pub points
16%
popularity

Publisher

unverified uploader

A new Flutter package for create slide.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, shimmer

More

Packages that depend on flutter_slide_action