custom_slidable 0.0.1
custom_slidable: ^0.0.1 copied to clipboard
A Custom Slidable package
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add custom_slidableThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
custom_slidable: ^0.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:custom_slidable/custom_slidable/action_pane.dart';
import 'package:custom_slidable/custom_slidable/action_pane_configuration.dart';
import 'package:custom_slidable/custom_slidable/action_pane_motions.dart';
import 'package:custom_slidable/custom_slidable/actions.dart';
import 'package:custom_slidable/custom_slidable/auto_close_behavior.dart';
import 'package:custom_slidable/custom_slidable/controller.dart';
import 'package:custom_slidable/custom_slidable/custom_slidable.dart';
import 'package:custom_slidable/custom_slidable/dismissal.dart';
import 'package:custom_slidable/custom_slidable/dismissible_pane.dart';
import 'package:custom_slidable/custom_slidable/dismissible_pane_motions.dart';
import 'package:custom_slidable/custom_slidable/flex_entrance_transition.dart';
import 'package:custom_slidable/custom_slidable/flex_exit_transition.dart';
import 'package:custom_slidable/custom_slidable/gesture_detector.dart';
import 'package:custom_slidable/custom_slidable/notifications.dart';
import 'package:custom_slidable/custom_slidable/scrolling_behavior.dart';