nova_drawer 1.0.0
nova_drawer: ^1.0.0 copied to clipboard
NovaDrawer – A modern, fully dynamic, and highly responsive app drawer component for Flutter supporting mobile, tablet, and desktop with 16+ animation types (including floating, wave, parallax, and cu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nova_drawerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nova_drawer: ^1.0.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:nova_drawer/nova_drawer.dart';