Refactor navigation structure and update asset references

- Swapped routes for Profile and Notification branches in the app's navigation structure.
- Updated the current index for navigation items in TabletNavigationWidget and related pages to reflect the new routing.
- Added a new logo SVG asset to the asset manager for branding consistency.
- Adjusted the pubspec.lock file to downgrade several package versions for compatibility.
This commit is contained in:
amirrezaghabeli
2025-11-22 15:29:46 +03:30
parent d01e028dc1
commit ae8501dc36
8 changed files with 71 additions and 66 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class _TabletProfilePageState extends State<TabletProfilePage> {
context: context,
),
drawer: const TabletNavigationWidget(currentIndex: 4),
drawer: const TabletNavigationWidget(currentIndex: 3),
body: SafeArea(
child: Padding(
padding: EdgeInsets.symmetric(