assistant_side_bar 0.1.0 copy "assistant_side_bar: ^0.1.0" to clipboard
assistant_side_bar: ^0.1.0 copied to clipboard

A Flutter package for creating a draggable overlay sidebar widget that can be expanded, collapsed to edges, and dismissed to a target.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add assistant_side_bar

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

dependencies:
  assistant_side_bar: ^0.1.0

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:assistant_side_bar/assistant_side_bar.dart';
1
likes
150
points
159
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating a draggable overlay sidebar widget that can be expanded, collapsed to edges, and dismissed to a target.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on assistant_side_bar