HCaseira / lowder_flutter

A lightweight low-code development tool for Flutter.
BSD 3-Clause "New" or "Revised" License
23 stars 4 forks source link

I can't run this. I see an eternal spinner: "Waiting for Flutter client to start" #3

Closed AbstractClass232 closed 4 weeks ago

AbstractClass232 commented 1 month ago

There are also warnings in the console: Warning: In index.html:37: Local variable for "serviceWorkerVersion" is deprecated. Use "{{flutter_service_worker_version}}" template token instead. Warning: In index.html:46: "FlutterLoader.loadEntrypoint" is deprecated. Use "FlutterLoader.load" instead.

Maybe they are the reason?...

HCaseira commented 1 month ago

Hi, thanks for noticing. I've now fixed the web project in the examples folder. If you're having this issue in your own project, simply delete the web folder and run flutter create --platforms web . to fix it.

AbstractClass232 commented 4 weeks ago

thanks, it works now.