feat : home page
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user