The argument type 'Future<UserCredential>' can't be assigned to the parameter type 'dynamic Function()'
Issue I am learning about TDD and practicing my test writing. I want to write a test for my login…
get it fixed!
Issue I am learning about TDD and practicing my test writing. I want to write a test for my login…
Issue I was wondering why some Colors. don’t work on flutter? For example, I can use Colors.blue for my primarySwatch…
Issue I am trying to use this parameter in Provider, but I ran into an error. What should I do…
Issue Having an application with about 30 dependencies, we report about the licenses in the app via the default showLicensePage….
Issue I am able to color the house but the problem is when i try to color a different section…
Issue last week i updated Kotlin IDE plugin in android studio IDE but after that my flutter project faild to…
Issue I’m creating an app where the user can choose up to three avatars, my question is how do I…
Issue i tried to showModalBottomSheet but error code type ‘future dynamic ‘ is not a subtype of type ‘(() =…
Issue I want the container to have title over it like in this picture – I am using stack and…
Issue I want to use try{} catch(){} in my StreamBuilder’s Stream, because ${globals.currentUid} is initially set as ”(empty string) and…