skip to Main Content

Xcode – Flutter run takes too long

I'm trying to run Flutter in debug mode. The "Running Xcode Build" takes 30 minutes. Flutter doctor looks normal. These are my dependencies: flutter_lints: ^2.0.0 firebase_core: ^1.19.2 cloud_firestore: ^3.3.0 firebase_auth: ^3.4.2 Did I configure something wrong?

VIEW QUESTION

Firebase – how to keep user logged in

this is how I login using Google and firebase. but I couldn't figure it out as to how to keep the use logged in.. when the app restarts it log the user out automatically import 'package:firebase_auth/firebase_auth.dart'; import 'package:google_sign_in/google_sign_in.dart'; final FirebaseAuth…

VIEW QUESTION

List<dynamic> is not a subtype of type 'Map<String, dynamic> – WordPress

i get the following exception: VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: type 'List<dynamic>' is not a subtype of type 'Map<String, dynamic>' #0 Api.requestPosting (package:listar_flutter_pro/api/api.dart:176:31) <asynchronous suspension> #1 HomeCubit.onLoad (package:listar_flutter_pro/blocs/home/home_cubit.dart:18:9) <asynchronous suspension> My understanding is that my return send List back but my .map()…

VIEW QUESTION
Back To Top
Search