In addition to mobile applications Flutter has introduced web support, which generates web content rendered using the standard web technology stack: HTML, CSS, and JavaScript. This way, you can compile existing Flutter code written in Dart into a web project that can be embedded in the browser and deployed to any web server.

At the moment of writing this post (December 2020) a lot of standard mobile Flutter libraries have already added web support, extending the functionality that we already know for mobile apps, now for web applications. (It also features desktop apps, but that’s a completely different topic to speak about)

#software-development #programming #technology #flutter

Fix Flutter web loading time with a loading spinner
13.40 GEEK