I saw that FlutterFlow will be updating to Flutter 3.32.
On the migration guide I saw "Remove of the html renderer for web, which could impact image loading on web."
In my project I have a WebView widget which connects to a local html file. I run my FlutterFlow app locally on chrome. Will this be affected?
Also, this update will come out to all users or do I have to update my desktop app in order for this version update to take place?
If I download my app via "download code" button form the developer menu, I'll run on current flutter version, not the updated one, right?