custom_sidebar 1.0.1 copy "custom_sidebar: ^1.0.1" to clipboard
custom_sidebar: ^1.0.1 copied to clipboard

A customizable sidebar for your flutter project. This package includes a CustomSidebar widget, which will aid you in creating navigation for your web or app, since it is fully responsive and adaptable [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_sidebar

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

dependencies:
  custom_sidebar: ^1.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_sidebar/custom_sidebar.dart';
1
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable sidebar for your flutter project. This package includes a CustomSidebar widget, which will aid you in creating navigation for your web or app, since it is fully responsive and adaptable. It also includes an option for an expansion animation where your widget will be able to expand and retract with the click of a button. This package is still in development.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on custom_sidebar