Courses

Flutter v2 Mobile App with Laravel API

Manage Transactions: Copy-Paste from Categories with a Few New Widgets

avatar

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

avatar

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.

avatar
You can use Markdown
avatar

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 :)

avatar

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.

avatar
You can use Markdown
avatar

You have really outdone yourself this time. I know you put a lot of time in this one Thanks for all your hard work.

👍 1
avatar
You can use Markdown
avatar

Completed. Thank you so much for this tutorial.

avatar
You can use Markdown
avatar

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?

avatar

I haven't worked with Ionic. React Native is a bit more complicated than Flutter. From what I see, for example, on Upwork, Flutter is by far the most popular in Laravel projects for the back-end.

avatar

I would suggest stick with Flutter if you haven't started with React & React Native already.

avatar
You can use Markdown
avatar

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!

avatar

Sorry this course is quite old and since then I haven't worked with Flutter or mobile apps at all, so I can't really answer this question, as I don't know the latest trends.

avatar
You can use Markdown
avatar

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! :)

avatar
You can use Markdown
avatar
You can use Markdown