ios_side_menu 1.1.1 copy "ios_side_menu: ^1.1.1" to clipboard
ios_side_menu: ^1.1.1 copied to clipboard

iOS-style sliding side menu for Flutter, written in Dart. Swipe or toggle to reveal a drawer over the main screen on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ios_side_menu

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

dependencies:
  ios_side_menu: ^1.1.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:ios_side_menu/ios_side_menu.dart';
4
likes
160
points
85
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

iOS-style sliding side menu for Flutter, written in Dart. Swipe or toggle to reveal a drawer over the main screen on Android and iOS.

Repository (GitHub)
View/report issues

Topics

#menu #drawer #navigation #ios #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ios_side_menu