0

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.

John Zenith
  • 472
  • 5
  • 10

1 Answers1

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.

Read more on Flutter Web

I hope this answers your question.

void
  • 12,787
  • 3
  • 28
  • 42