vertical_sliding_drawers 0.8.1 copy "vertical_sliding_drawers: ^0.8.1" to clipboard
vertical_sliding_drawers: ^0.8.1 copied to clipboard

Flutter plugin for create vertical sliding drawers and manage them

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vertical_sliding_drawers

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

dependencies:
  vertical_sliding_drawers: ^0.8.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:vertical_sliding_drawers/sliding_drawers.dart';
import 'package:vertical_sliding_drawers/utils/debounced_action.dart';
import 'package:vertical_sliding_drawers/utils/scheduler_callbacks.dart';
import 'package:vertical_sliding_drawers/widgets/area.dart';
import 'package:vertical_sliding_drawers/widgets/debug_area_bounds.dart';
import 'package:vertical_sliding_drawers/widgets/drawer.dart';
import 'package:vertical_sliding_drawers/widgets/measurable.dart';
import 'package:vertical_sliding_drawers/widgets/scrollable.dart';
5
likes
140
points
8
downloads

Publisher

verified publisherorcunoz.me

Weekly Downloads

Flutter plugin for create vertical sliding drawers and manage them

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on vertical_sliding_drawers