Recently, I have been exploring the Flutter API tools and builds, even the flutter-web project. So what I really want to understand is the flutter-web support which makes it possible to compile an existing or new app into a web app
, to run on web browsers. The question is: "What are the possible side effects you are likely going to experience when using flutter-web to build web apps". Thanks in advance.
Asked
Active
Viewed 292 times
0

John Zenith
- 472
- 5
- 10
-
hope my reply answered your question. – void May 05 '20 at 07:32
1 Answers
1
The main reason why it is not advised to use flutter-web
is beacuse it is not yet in a stable version.
Therefore if offers low-performance
compare to normal web-apps.
For more details on the advantages and disadvantages of using flutter-web
.
Check the article below. It will be of help.
I hope this answers your question.

void
- 12,787
- 3
- 28
- 42