feat : home page

This commit is contained in:
2025-06-15 17:16:04 +03:30
parent 448834ecb2
commit 77d5f3be3e
20 changed files with 540 additions and 262 deletions

View File

@@ -326,7 +326,7 @@ class RootPage extends GetView<RootLogic> {
);
}
Column oldPage() {
/*Column oldPage() {
return Column(
children: [
inventoryWidget(),
@@ -455,7 +455,7 @@ class RootPage extends GetView<RootLogic> {
),
],
);
}
}*/
Widget buildRow(String title, String value) {
return Padding(