my_sidebar_package 1.0.0 copy "my_sidebar_package: ^1.0.0" to clipboard
my_sidebar_package: ^1.0.0 copied to clipboard

A smooth, expandable sidebar with GetX state management and nested tabs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_sidebar_package

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

dependencies:
  my_sidebar_package: ^1.0.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:my_sidebar_package/controller/sidebar_controller.dart';
import 'package:my_sidebar_package/example/main.dart';
import 'package:my_sidebar_package/models/sidebar_item.dart';
import 'package:my_sidebar_package/sidebar_menu.dart';
import 'package:my_sidebar_package/widgets/sidebar.dart';
import 'package:my_sidebar_package/widgets/sidebar_item_widget.dart';
1
likes
125
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A smooth, expandable sidebar with GetX state management and nested tabs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get

More

Packages that depend on my_sidebar_package