Full-stack Dart with Simon Lightfoot: Pt 3 (The Boring Flutter Development Show, Ep. 61)

preview_player
Показать описание
In this episode, Simon Lightfoot and Craig Labenz complete their adventure with full-stack Dart!

Chapters:
0:00 - Introduction
02:22 - Porting Multimaze net code
13:31 - Multimaze server
22:47 - Porting Multimaze client code
33:15 - Updating old code
36:38 - Troubleshooting game state
44:09 - Deploying to Cloud Run

Resources:

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

Just add Dart support to Firebase functions. Thats all what we want.

tananga_studio
Автор

Anybody have a link to the source code of the multimaze game he started with?

calebyates
Автор

I want to know if there is an official flutter/dart certification ? I tried to ask on twitter but haven’t got the reply yet

gameplaystrailers
Автор

Thanks! Great work! Could you pls share the code?

yourcommentor
Автор

why not Map<String, dynamic>.from(json.decode(event as String)) at 33:25 ????

francoterranova