swipe_callback 1.0.0+1 copy "swipe_callback: ^1.0.0+1" to clipboard
swipe_callback: ^1.0.0+1 copied to clipboard

A simple flutter package to add swipe to reply functionality similar to that of Whatsapp.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add swipe_callback

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

dependencies:
  swipe_callback: ^1.0.0+1

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:swipe_callback/swipe_callback.dart';
2
likes
160
points
4
downloads

Publisher

verified publisherdoki.co.in

Weekly Downloads

A simple flutter package to add swipe to reply functionality similar to that of Whatsapp.

Repository (GitHub)
View/report issues

Topics

#swipe-action #chat-reply

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on swipe_callback