feat : new auth in chicken
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import 'dart:convert';
|
|
||||||
import 'dart:math';
|
import 'dart:math';
|
||||||
|
|
||||||
import 'package:flutter/cupertino.dart';
|
import 'package:flutter/cupertino.dart';
|
||||||
@@ -6,7 +5,6 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:rasadyar_chicken/presentation/pages/auth/logic.dart';
|
import 'package:rasadyar_chicken/presentation/pages/auth/logic.dart';
|
||||||
import 'package:rasadyar_core/core.dart';
|
import 'package:rasadyar_core/core.dart';
|
||||||
|
|
||||||
|
|
||||||
import 'logic.dart';
|
import 'logic.dart';
|
||||||
|
|
||||||
class CaptchaWidget extends GetView<CaptchaWidgetLogic> {
|
class CaptchaWidget extends GetView<CaptchaWidgetLogic> {
|
||||||
@@ -30,9 +28,9 @@ class CaptchaWidget extends GetView<CaptchaWidgetLogic> {
|
|||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
),
|
),
|
||||||
child: controller.obx(
|
child: controller.obx(
|
||||||
(state) =>Text(
|
(state) => Text(
|
||||||
state ?? '',
|
state ?? '',
|
||||||
style: AppFonts.yekan20Bold.copyWith(color: Colors.black,letterSpacing: 2.5),
|
style: AppFonts.yekan20Bold.copyWith(color: Colors.black, letterSpacing: 2.5),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
onLoading: const Center(
|
onLoading: const Center(
|
||||||
|
|||||||
Reference in New Issue
Block a user