mobile_sidebar 1.6.0 copy "mobile_sidebar: ^1.6.0" to clipboard
mobile_sidebar: ^1.6.0 copied to clipboard

outdated

A Flutter plugin to show a sidebar on tablet and desktop then a list or gridview on mobile.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mobile_sidebar

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

dependencies:
  mobile_sidebar: ^1.6.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:mobile_sidebar/mobile_sidebar.dart';
31
likes
20
pub points
14%
popularity

Publisher

verified publisherrodydavis.com

A Flutter plugin to show a sidebar on tablet and desktop then a list or gridview on mobile.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

auto_size_text, flutter, localstorage

More

Packages that depend on mobile_sidebar