hidden_drawer 0.0.1 copy "hidden_drawer: ^0.0.1" to clipboard
hidden_drawer: ^0.0.1 copied to clipboard

Hidden Drawer start like a fork of https://github.com/RafaelBarbosatec/hidden_drawer_menu and https://www.youtube.com/watch?v=6CEjnCVdgRM with custom changes to work in my projects

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hidden_drawer

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

dependencies:
  hidden_drawer: ^0.0.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:hidden_drawer/controllers/hidden_drawer_controller.dart';
import 'package:hidden_drawer/hidden_drawer/hidden_drawer_menu.dart';
import 'package:hidden_drawer/hidden_drawer/screen_hidden_drawer.dart';
import 'package:hidden_drawer/menu/hidden_menu.dart';
import 'package:hidden_drawer/menu/item_hidden_menu.dart';
import 'package:hidden_drawer/menu/item_hidden_menu_right.dart';
import 'package:hidden_drawer/simple_hidden_drawer/animated_drawer_content.dart';
import 'package:hidden_drawer/simple_hidden_drawer/bloc/simple_hidden_drawer_bloc.dart';
import 'package:hidden_drawer/simple_hidden_drawer/provider/simple_hidden_drawer_provider.dart';
import 'package:hidden_drawer/simple_hidden_drawer/simple_hidden_drawer.dart';
import 'package:hidden_drawer/simple_hidden_drawer/streams/streams_simple_hidden_menu.dart';
1
likes
80
pub points
50%
popularity

Publisher

unverified uploader

Hidden Drawer start like a fork of https://github.com/RafaelBarbosatec/hidden_drawer_menu and https://www.youtube.com/watch?v=6CEjnCVdgRM with custom changes to work in my projects

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hidden_drawer