feat : login api call

This commit is contained in:
2025-05-17 15:24:06 +03:30
parent 0e630e709b
commit 303ff86d85
22 changed files with 518 additions and 522 deletions

View File

@@ -68,24 +68,28 @@ Container mobileInspectorWidget() {
spacing: 16,
children: [
RTextField(
controller: TextEditingController(),
label: 'نام و نام خانوادگی',
filled: true,
filledColor: AppColor.whiteLight,
padding: EdgeInsets.zero,
),
RTextField(
controller: TextEditingController(),
label: 'شماره مجوز',
filled: true,
filledColor: AppColor.whiteLight,
padding: EdgeInsets.zero,
),
RTextField(
controller: TextEditingController(),
label: 'شماره ثبت',
filled: true,
filledColor: AppColor.whiteLight,
padding: EdgeInsets.zero,
),
RTextField(
controller: TextEditingController(),
label: 'کد اقتصادی',
filled: true,
filledColor: AppColor.whiteLight,