slide_to_act 2.0.2 copy "slide_to_act: ^2.0.2" to clipboard
slide_to_act: ^2.0.2 copied to clipboard

A simple slide-to-action widget for Flutter. It's really customizable and it adapts to your theme.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add slide_to_act
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  slide_to_act: ^2.0.2
copied to clipboard

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:slide_to_act/slide_to_act.dart';
copied to clipboard
252
likes
150
points
8.5k
downloads

Publisher

verified publishertalhasultan.dev

Weekly Downloads

2024.09.17 - 2025.04.01

A simple slide-to-action widget for Flutter. It's really customizable and it adapts to your theme.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on slide_to_act