0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.