Top cloud development tips for Flutter developers

preview_player
Показать описание
Flutter and Dart run on all of your users’ devices, but what about on the server? Can you continue to use your Dart skills when writing the server-side logic that powers your app? Of course you can!

Follow along with this end-to-end guide to server-side development, written specifically for Flutter and Dart developers.

Speakers: Craig Labenz, Martin Omander

Watch more:

#FlutterForward
Рекомендации по теме
Комментарии
Автор

Love Martin's attention to your mental health, especially whenever someone says "containers"!! 😀

PrafullKotecha
Автор

Very valuable information. Definitely would watch a series about cloud development and flutter. Thank you guys.

abdulhamidyusuf
Автор

I would definetly choose Dart server over other ones, however it doesn't have Firebase Admin SDK so even if authentication is easy on the client side I still cannot validate JWT on the server or I can't just push notifications from server and cannot reach Firebase Storage.

MarciMatuz
Автор

The docs on shelf are too complex for a beginner in backend like me to understand and there are almost no resources which allow me to understand the topics in detail., Any resource you would reccomend???

philosophia
Автор

Awesome!! We'd be becoming Full Stack Flutter Developer

adityaarya
Автор

Which cache package is used in the video?

martinhltr
Автор

Which ORM package (like, Spring Data JPA in the Java world) could I use to deal with entities in Dart? Same for managing cache...

PrafullKotecha
Автор

with gcloud build, i get the following: ERROR: (gcloud) Invalid choice: 'build'.
Maybe you meant:
gcloud builds cancel
gcloud builds describe
gcloud builds list
gcloud builds log
gcloud builds submit

And with 'gcloud builds submit' i get permission issues even though i can manually create the bucket: ERROR: (gcloud.builds.submit) The user is forbidden from accessing the bucket

LeeWright-ov
Автор

Nice! I'll try to do something with dart in backend

albrechetti