This commit is contained in:
Patrick Alvin Alcala 2025-03-06 11:55:42 +08:00
parent 148cdec83c
commit 7749f1100d
19 changed files with 447 additions and 217 deletions

View file

@ -5,6 +5,7 @@ import 'package:pharmacy_mobile/functions/checkexisting_function.dart';
import 'package:pharmacy_mobile/tables/ref_categories.dart';
import 'package:pharmacy_mobile/widgets/buttonwithprogress_widget.dart';
import 'package:pharmacy_mobile/widgets/form_border_widget2.dart';
import 'package:pharmacy_mobile/widgets/input_form_widget.dart';
import 'package:pharmacy_mobile/widgets/input_widget.dart';
import 'package:pharmacy_mobile/widgets/page_background_widget.dart';
import 'package:pharmacy_mobile/widgets/snackbar_widget.dart';
@ -92,7 +93,7 @@ class _AddCategoryPageState extends State<AddCategoryPage> {
child: Center(
child: Column(
children: [
InputWidget(label: 'Category Name', controller: _categoryController),
InputFormWidget(label: 'Category Name', controller: _categoryController),
const Gap(32),
// if (_isLoading)
// const Center(child: CircularProgressIndicator(color: Colors.white))