fixed auth pages sizes and push notification navigate bug

This commit is contained in:
amirrezaghabeli
2025-09-24 13:11:48 +03:30
parent a8e65f3cb5
commit 8458da4f15
10 changed files with 372 additions and 360 deletions
@@ -38,9 +38,11 @@ class AppShellScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return ResponsiveBuilder(
mobile: MobileShellPage(
navigationShell: navigationShell,
onTap: (value) => _gotoBranch(value, context),
mobile: SafeArea(
child: MobileShellPage(
navigationShell: navigationShell,
onTap: (value) => _gotoBranch(value, context),
),
),
tablet: TabletShellPage(
navigationShell: navigationShell,