Hot Reload on Flutter web (beta)

 Did you know?

Hot-reload is coming to Flutter web! ⚡️

To enable it:

  • Switch to the latest Flutter beta (3.31)
  • Run your app with --web-experimental-hot-reload

For the best experience in VSCode:

  • Enable hot reload on save
  • Add a web launch configuration 👇




Check this post for all the details:

Happy coding!

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

How to extract filename from Uri?

Now, we can extract filename with and without extension :) You will convert your bitmap to uri and get the real path of your file. Now w...