slide_to_start 0.0.5 copy "slide_to_start: ^0.0.5" to clipboard
slide_to_start: ^0.0.5 copied to clipboard

A interactive Slide to Start action with smooth transition. We can use this for onboarding or to perform any acknowldgment to an action.

This package provides a interactive way of slide to complete facility similar to slide to answer in Iphone!

Features #

  1. Slide to start drag animation
  2. Changing following properties like slide button size,color,radius, similarly for dashbutton
  3. Changing the width,height,padding,length,background,border of slide container
  4. Changing the slide text, shimmer effect color

Animation action #

Getting started #

Add slide_to_start file to your pubspec.yaml file

dependencies:
slide_to_start: ^0.0.1

Usage #

SlideToStart(

        onSlide: () async {
                Navigator.push(
                            context,
                            MaterialPageRoute(
                              builder: (context) => const Home(),
                                ),
                            );
                        },
        ),

Additional information #

  1. You can file the issues at https://github.com/SwaroopSambhayya/slide_to_start
  2. Any contribution will be appreciated, please raise a issue to contribute
5
likes
130
pub points
43%
popularity

Publisher

verified publisherswaroopsambhayya.com

A interactive Slide to Start action with smooth transition. We can use this for onboarding or to perform any acknowldgment to an action.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dotted_border, flutter, shimmer

More

Packages that depend on slide_to_start