You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I create a post within ride.dart I shows up when I'm currently on the screen however whenever I reload the app or even just switch screens and come back, the post dissappears. On top of that the posts within homepage.dart are hardcoded and not connected to ride.dart.
So, I'd recommend using cloud storage like firebase to keep track of all the posts or you any other ideas suggest them below!
However before you connect to firebase, make sure you implement checks so that users can't submit empty, partially filled, or incorrect formatting posts within the textFields.
The text was updated successfully, but these errors were encountered:
Whenever I create a post within ride.dart I shows up when I'm currently on the screen however whenever I reload the app or even just switch screens and come back, the post dissappears. On top of that the posts within homepage.dart are hardcoded and not connected to ride.dart.
So, I'd recommend using cloud storage like firebase to keep track of all the posts or you any other ideas suggest them below!
However before you connect to firebase, make sure you implement checks so that users can't submit empty, partially filled, or incorrect formatting posts within the textFields.

The text was updated successfully, but these errors were encountered: