Building with Flutter for the Web: Tips and Tricks

preview_player
Показать описание
Maybe the best deployment channel for you flutter applications is the web - you have total control over the deployment and your app is available to anyone with access to a web browser.

There are a couple things to look out for when building applications with Flutter for the web, from specifying the base directory of your app, minding the caching mechanisms in place to protecting your API Keys.

In this video, I will walk through the code for some of the configurations and implementations you will need specifically for the web deployment channel of your app..
Рекомендации по теме
Комментарии
Автор

This was superb. Can you explain the differences of html and canvasKit rendering options? When should we use one over the other? Thanks

aytunch
Автор

Great work… could you make serious on flutter web

haiderjaafer
Автор

What about flutter Web performance, it sucks right?

seanknowles