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
copied to clipboard

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
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:cupertino_sidebar/cupertino_sidebar.dart';
copied to clipboard
25
likes
150
points
106
downloads
screenshot

Publisher

verified publisherclevertasks.de

Weekly Downloads

2024.09.08 - 2025.03.23

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

Repository (GitHub)

Topics

#widget #sidebar #cupertino #tabbar

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on cupertino_sidebar