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

A customizable Flutter sidebar navigation package with support for nested navigation, animations, and hover effects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sidebar_widget

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

dependencies:
  sidebar_widget: ^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:sidebar_widget/sidebar_widget.dart';
5
likes
155
points
3
downloads

Publisher

verified publishertalimsetu.in

Weekly Downloads

A customizable Flutter sidebar navigation package with support for nested navigation, animations, and hover effects.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on sidebar_widget