good_dismissable 1.0.1
good_dismissable: ^1.0.1 copied to clipboard
A better Dismissible experience for Flutter — precise, polished, and visually clean. Ideal for cards, lists, and swipe-to-delete interactions that need to look as good as they feel.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add good_dismissableThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
good_dismissable: ^1.0.1Alternatively, 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:good_dismissable/good_dismissable.dart';