slide_to_start

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

slide to start

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

Slide to start drag animation
Changing following properties like slide button size,color,radius, similarly for dashbutton
Changing the width,height,padding,length,background,border of slide container
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

copied to clipboard
Usage #
SlideToStart(

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

Additional information #

You can file the issues at https://github.com/SwaroopSambhayya/slide_to_start
Any contribution will be appreciated, please raise a issue to contribute

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.