flutter_hidden_drawer 0.1.2 copy "flutter_hidden_drawer: ^0.1.2" to clipboard
flutter_hidden_drawer: ^0.1.2 copied to clipboard

outdated

Beautiful custom hidden drawer. Please press star in my repo if you like it. Thank you.

flutter_hidden_drawer #

Tooltip function built in for flutter. Please press star in my repo if you like it. Thank you.

Screenshots #

example

Usage #

  @override
  Widget build(BuildContext context) {
    return MultiProvider(
      providers: [
        ChangeNotifierProvider(
          builder: (context) => DrawerMenuState(),
        ),
      ],
      child: HiddenDrawer(
        child: <Your child, can change with the scaffold>,
        drawer: <Drawer child, consider user HiddenDrawerMenu>,
      ),
    );
  }

Example #

Please find example in here: Example

10
likes
0
pub points
74%
popularity

Publisher

unverified uploader

Beautiful custom hidden drawer. Please press star in my repo if you like it. Thank you.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on flutter_hidden_drawer