custom_slidable 0.0.1 copy "custom_slidable: ^0.0.1" to clipboard
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_slidable

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

dependencies:
  custom_slidable: ^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: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';
1
likes
140
points
53
downloads

Publisher

verified publishercodemicros.com

Weekly Downloads

A Custom Slidable package

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_slidable