collapsible_sidebar 2.0.7 copy "collapsible_sidebar: ^2.0.7" to clipboard
collapsible_sidebar: ^2.0.7 copied to clipboard

A collapsible sidebar for Flutter apps implementing the Material Design.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add collapsible_sidebar
copied to clipboard

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

dependencies:
  collapsible_sidebar: ^2.0.7
copied to clipboard

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:collapsible_sidebar/collapsible_sidebar.dart';
copied to clipboard
364
likes
140
points
2.58k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.09 - 2025.03.24

A collapsible sidebar for Flutter apps implementing the Material Design.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on collapsible_sidebar