material-components-flutter-adaptive
material-components-flutter-adaptive copied to clipboard
[flutter_adaptive_scaffold] When useDrawer is false, the bottom navigation bar does not work
Steps to reproduce:
- Add an adaptive Scaffold
- add useDrawer: false to the scaffold
- Make the screen small enough to use bottom navigation bar
- Click on items Current: The callback does not work Expected: Callback should work