Add board navigation and assets
- Introduced new board-related assets in AssetsManager. - Updated NetworkManager to increase connection and receive timeouts to 20 seconds. - Added BoardRouteData for navigation to the BoardScreen. - Updated app routes to include the new board route. - Modified DesktopNavigationWidget to include a navigation item for the board. - Added a new string constant for the board label in TendersStrings.
This commit is contained in:
@@ -26,4 +26,5 @@ class TendersStrings {
|
||||
static const String mostOfTheTime = 'Most of the time';
|
||||
static const String minimumTime = 'Minimum time';
|
||||
static const String tenderBudgetLabel = 'Budget :';
|
||||
static const String board = 'Board';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user