Flutter web firebase: Long website load time

preview_player
Показать описание
Long load time for your flutter website? Here is how to fix that!

When you build your website you need to set the flags to --web-renderer=html

The command is:
flutter build web --web-renderer=html

#flutter #code #crypto

❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀
💸💸💸💸Want to send me crypto as a thanks? Here is how💸💸💸:

🤑Send me Cardano(ada): addr1q9z2g0wdnj2qdz34w7zekq20vkqr3gphrncav9xvvume7l0htrxq2hhm83v9d3pnf4u3ffnlfjz08j9scl8f9r0uuqhqdleqkr

💰Ethereum: 0x4A79618E06505517faF9e75CDf9233e298A19D40

💵Bitcoin: 189JGpmZssvJtJuoEmskDcCydhhZtDxJQn

❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀❀

Hey if you are in Toronto (or anywhere in North america for that matter) have you tried InstaWork to find #gigs? Here is the sign up!#work #jobs #gigwork #ExtraIncome #giglife #gigeconomy #undispatched

#Tags: #developer, #flutter, #web
Рекомендации по теме
Комментарии
Автор

Thank you for the nice direction of solving it!
But there’s a reason why html is not the default web render…. Html gives a very poor quality of flutter web application and it doesn’t behave as good as the canvas kit…
If you really want to solve the long loading, you’ll have to get your hands dirty and do some lazy loading via the new defer feature in flutter.
Good luck!

TheIpicon
Автор

Thanks for the video! Does this solution work if I deploy the app on AWS?

jiahongxie
Автор

i face same Ui lags with both Web renderer ..

deepjyotibaishya