Posts by Ana • 29 points
3 posts
-
0
votes0
answers30
viewsQ: How to keep login active Flutter Firebase
Good afternoon, I’m having a hard time keeping my login active in my app, either by email or by google account. I tried the Sharedpreferences method but I was not very successful. This is the login…
-
0
votes1
answer45
viewsQ: Circularcountdowntimer doesn’t change the time when I change the page
I’m new to flutter and I’m creating a fitness app for a school project. However, I have a problem with my Circularcountdowntimer, because when I press the button to change the exercise the time…
-
0
votes2
answers82
viewsQ: Error in word "context" flutter
I wanted the listtile to open a specific page, but it’s giving me an error in the "context". The code is as follows:: class MyHomePage extends StatelessWidget { @override Widget build(BuildContext…