feat: add block menu (#4222)

* feat: add block menu

* fix: android add block issue
This commit is contained in:
Lucas.Xu
2023-12-28 12:37:10 +08:00
committed by GitHub
parent 1e16168a3d
commit 0b3c904984
20 changed files with 395 additions and 8 deletions

View File

@ -19,7 +19,6 @@ class MobileBottomNavigationBar extends StatelessWidget {
final style = Theme.of(context);
return Scaffold(
backgroundColor: Colors.red,
body: navigationShell,
bottomNavigationBar: BottomNavigationBar(
showSelectedLabels: false,