mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 13:24:54 +00:00
Added create a unit screen, and implemented otp screen bloc and view
This commit is contained in:
@ -251,17 +251,17 @@ List<Map<String, Object>> menuSections = [
|
||||
'color': ColorsManager.primaryColor,
|
||||
'buttons': [
|
||||
{
|
||||
'title': 'Create a Home',
|
||||
'title': 'Create a Unit',
|
||||
'Icon': Assets.assetsIconsMenuIconsHomeManagementIconsCreateHome,
|
||||
'page': const CreateHomeView()
|
||||
'page': const CreateUnitView()
|
||||
},
|
||||
{
|
||||
'title': 'Join a Home',
|
||||
'title': 'Join a Unit',
|
||||
'Icon': Assets.assetsIconsMenuIconsHomeManagementIconsJoinAHome,
|
||||
'page': const JoinHomeView()
|
||||
},
|
||||
{
|
||||
'title': 'Manage Your Home',
|
||||
'title': 'Manage Your Units',
|
||||
'Icon': Assets.assetsIconsMenuIconsHomeManagementIconsManageYourHome,
|
||||
'page': const ManageHomeView()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user