diff --git a/packages/chicken/lib/presentation/widget/captcha/view.dart b/packages/chicken/lib/presentation/widget/captcha/view.dart index 364bf9c..b3418a9 100644 --- a/packages/chicken/lib/presentation/widget/captcha/view.dart +++ b/packages/chicken/lib/presentation/widget/captcha/view.dart @@ -1,4 +1,3 @@ -import 'dart:convert'; import 'dart:math'; 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_core/core.dart'; - import 'logic.dart'; class CaptchaWidget extends GetView { @@ -30,9 +28,9 @@ class CaptchaWidget extends GetView { borderRadius: BorderRadius.circular(8), ), child: controller.obx( - (state) =>Text( + (state) => Text( state ?? '', - style: AppFonts.yekan20Bold.copyWith(color: Colors.black,letterSpacing: 2.5), + style: AppFonts.yekan20Bold.copyWith(color: Colors.black, letterSpacing: 2.5), textAlign: TextAlign.center, ), onLoading: const Center(