Comments & Discussion
Hi, great course. I think there is one missing thing - maybe our app should say "hi {User name}" and show user avatar at bottom navigation?
In my opinion it's valuable lesson how to approach this kind of things (Get username at every api call? Maybe store it like token? What about image - download it once or call this asset every time?)
Thanks for good content and think about short section of logged user data :)
Thanks for the suggestion Theoo. Unfortunately, I'm not planning any new Flutter content, as this course was created quite a long time ago and I don't even have that project locally, so would take a lot of time for me to recreate it. I guess I would store username/image locally until they would be changed in the profile edit section somewhere.
Thanks for this great course ! I wonder how would be with Ionic o Native React ! Since it was my first mobile course I dont know if it is easier with this other languages to learn?
Hi Pavilas, thanks for great course, it really helped me out. In parallel to this, I've used Riverpod provider and used ides you've put into the app and created something similar. But with user profile page as guys are requesting. I have only one question in relation to user profiles and "static" data that does not need to be access from server so often (until it's changed). I am syncing user's details and keeping them in local storage (same as Token). I am planning to make web based platform where user can change details. Now, details should be (only when changed) synced back to device as well. Is there any pattern on solving this and what would you suggest?
And one more thing, as reply to @ocontreras4 I've switched from Native Script (similar to React Native) for a single reason: Flutter is far more easier to work with and get things done.
Thanks!
I'm very interested in Flutter, thank you! I have experience publishing PWAs/TWAs on Google Play and the Microsoft Store, but unfortunately, there are issues with publishing on the App Store. However, everything could change if Apple allows third-party app stores (as demanded by the EU), or stops restricting the publication of PWAs. Then we'll really thrive! :)
Hi If we have a database in a mobile (sqlite for example) and want to sync with mysql,what is your suggestion? How should manage database to avoid duplication or conflict in transactions? Cheers
This is a topic of database replication which a separate course in itself. So I can't answer in a short comment.
That said, I haven't done specifically that for mobile, only for web databases.