flutter_hidden_drawer 0.1.6 copy "flutter_hidden_drawer: ^0.1.6" to clipboard
flutter_hidden_drawer: ^0.1.6 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(
          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
40
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on flutter_hidden_drawer