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

Brings iOS-style sidebars and floating tab bars to Flutter, providing a sleek, native feel for iPadOS-style navigation in your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cupertino_sidebar

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

dependencies:
  cupertino_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:cupertino_sidebar/cupertino_sidebar.dart';
20
likes
150
points
143
downloads
screenshot

Publisher

verified publisherclevertasks.de

Weekly Downloads

Brings iOS-style sidebars and floating tab bars to Flutter, providing a sleek, native feel for iPadOS-style navigation in your app.

Repository (GitHub)
View/report issues

Topics

#widget #sidebar #cupertino #tabbar

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on cupertino_sidebar