ios_side_menu 1.1.1
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_menuThis 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.1Alternatively, 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';