Observable Flutter: Serverpod

preview_player
Показать описание
Watch as Craig is joined by Serverpod's creator, Viktor Lidholt, to discuss how the package accelerates your full-stack Dart development.

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

45:57 For anyone who is watching this now, the next version is here and you can ask Serverpod to make the migration as Viktor mentioned which means your table get automatically created for you.

gofullstack
Автор

@laybunzz Here's a very helpful feature that I recently figured out when working with multiple terminals in VS Code. Right click the tab and you can rename, recolor, and even change the icon to help you differentiate.

Lp
Автор

Thank you for this wonderful broadcast, which clarified a lot of things, but the answer to my last question was frustrating. I expected that Serverbed supports the organization of relations between the user and the merchant, as does prisma orm. The developer can adjust this module while writing the model. support in the same way? And what is the way you intend to skip this until the updates are available for this? Because this is one of the most important things in any application or site is relationships.

rec-trick
Автор

Thanks Craig and Viktor, nice presentation!

AnthonyDev
Автор

man! fantastic! thanks for this! I can't wait for the second part of the series.. something a little bit more sophisticated.. probably a simple chat with login? or a newsapp with login?

fabsync
Автор

The documentation doesn't provide so much because, take models, for instance, you can't tell your model to create a column of type timezone with current_timestamp() or on update current_timestamp() because you have to rely so much on the app when your database can take care of these things.

gofullstack
Автор

Thank you so much for the videos!
I'm just getting into coding and flutter is my first language. Do you think serverpod is easier for me to learn than supabase for my first BaaS? I don't want to learn firebase because it's overpriced!

majedaleisa
Автор

When deploying I am running into an insights error: Can you assist? This is the error: Revision 'serverpod-api-00004-h7z' is not ready and cannot serve traffic. The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable.

kodking
Автор

does this mean, i can put chatting feature in my app?

iwinwinwinwinwin
Автор

14:18 So it means Serverpod decides what database is best for my application and doesn't give me the flexibility to decide to go with something else. Is that it?

gofullstack
Автор

53:27 If your database can set a default value for isDone then the property doesn't have to be required but then Serverpod doesn't give you the power to set default values for your database columns, NOT COOL, at least I've gone through the docs a couple of times.

gofullstack