Posts by Erik Mendes • 43 points
5 posts
-
0
votes1
answer170
viewsQ: Doubt with Postgresql (Sum & Count)
Personal beauty? I’m studying SQL with Postgres and I’ve been doing well but I have an exercise to do which has swayed my head and I can not solve, and wanted you to help me not only by showing me…
-
1
votes1
answer155
viewsQ: setState() called after Dispose()
I am receiving this log in my application flutter after integrating google maps. I declared it right at the beginning of the code CameraPosition _posicaoCamera = CameraPosition( target:…
-
0
votes0
answers426
viewsQ: Error after upgrading Android Studio and Flutter
Good evening guys, my project was all normal, and I went traveling and stayed 1 week away! I arrived today and had to update the android studio and the flutter and after that I’m getting an error…
-
-2
votes1
answer226
viewsQ: Provider Flutter: Exception Caught by widgets library
All right ? I’m having an error after adding an initState with Provider I no longer know what to do, I did everything and did not solve my problem, really I’m lost! After I added this snippet in my…
-
-1
votes1
answer33
viewsQ: Logo does not appear on the flutter inside the Gradient container
I’m trying to put my logo on the login page of my app, but I’m not getting it. Obs.: I am beginner in language and I’m adapting to widgets. return Scaffold( body: Center( child: Container(…