fluid_side_menu 1.1.0
fluid_side_menu: ^1.1.0 copied to clipboard
A premium, highly-customizable fluid side navigation menu with organic liquid-reveal transitions, staggered option entrance animations, and rich select feedback behaviors.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluid_side_menuThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluid_side_menu: ^1.1.0Alternatively, 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:fluid_side_menu/fluid_side_menu.dart';