FilledStacks / flutter-tutorials

The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.
MIT License
4.76k stars 1.76k forks source link

033-flutter-web-part2-responsive #61

Closed Faiyyaz closed 4 years ago

Faiyyaz commented 4 years ago

Hey thanks for such a great tutorial but i found missing thing the mentioned tutorial

Open Drawer on IconButton onPressed functionality is missing

Raptor121-SA commented 4 years ago

@Faiyyaz That is easy to fix, Just add Scaffold.of(context).openDrawer() to the onPressed function.

Faiyyaz commented 4 years ago

Thanks :) @Raptor121-SA