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
150
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on flutter_hidden_drawer