skip to Main Content

strorageException error in flutter how to fix?

when i create a new account the error occurs W/StorageUtil(22184): Error getting App Check token; using placeholder token instead. Error: com.google.firebase.FirebaseException: Error returned from API. code: 403 body: App attestation failed. W/NetworkRequest(22184): no auth token for request E/StorageException(22184): StorageException has…

VIEW QUESTION

Flutter Getx route argument data is lost when hot reload

Question might be misleading, but I'm currently working on a project where I use Get.toNamed a lot and I'm sending some data every time. But, when I hot reload the changes I get ════════ Exception caught by widgets library ═══════════════════════════════════…

VIEW QUESTION

Flutter – Improper use of Getx has been detected

I use Getx, and more specifically the Obx widget. Here's a code snippet where I use Obx: class CustumTextFormField extends StatelessWidget { const CustumTextFormField({ super.key, required this.textFieldLable, required this.isPassword, required this.custumController, }); final String textFieldLable; final bool isPassword; final CustumTextFormFieldController…

VIEW QUESTION
Back To Top
Search