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:
@@ -98,6 +98,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/location.svg
|
||||
String get location => 'assets/icons/location.svg';
|
||||
|
||||
/// File path: assets/icons/logo.svg
|
||||
String get logo => 'assets/icons/logo.svg';
|
||||
|
||||
/// File path: assets/icons/logo_big.svg
|
||||
String get logoBig => 'assets/icons/logo_big.svg';
|
||||
|
||||
@@ -204,6 +207,7 @@ class $AssetsIconsGen {
|
||||
leftArrow,
|
||||
like,
|
||||
location,
|
||||
logo,
|
||||
logoBig,
|
||||
logoSmall,
|
||||
menu,
|
||||
|
||||
Reference in New Issue
Block a user