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

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(
          create: (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
130
pub points
67%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on flutter_hidden_drawer