update
This commit is contained in:
parent
148cdec83c
commit
7749f1100d
19 changed files with 447 additions and 217 deletions
|
|
@ -7,6 +7,7 @@ import 'package:pharmacy_mobile/tables/ref_manufactorers.dart';
|
|||
import 'package:pharmacy_mobile/widgets/button_widget.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';
|
||||
|
|
@ -87,7 +88,7 @@ class _AddManufactorerPageState extends State<AddManufacturerPage> {
|
|||
),
|
||||
const Gap(32),
|
||||
const TextWidget(
|
||||
text: 'Add Manufactorer',
|
||||
text: 'Add Manufacturer',
|
||||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
|
|
@ -97,9 +98,9 @@ class _AddManufactorerPageState extends State<AddManufacturerPage> {
|
|||
key: _formKey,
|
||||
child: Column(
|
||||
children: [
|
||||
InputWidget(label: 'Name', controller: _nameController),
|
||||
InputFormWidget(label: 'Name', controller: _nameController),
|
||||
const Gap(16),
|
||||
InputWidget(label: 'Address', controller: _addressController),
|
||||
InputFormWidget(label: 'Address', controller: _addressController),
|
||||
const Gap(32),
|
||||
// if (_isLoading)
|
||||
// const Center(child: CircularProgressIndicator(color: Colors.white))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue