Skip to content

Commit 91373a9

Browse files
authored
Update README.md
1 parent a39b416 commit 91373a9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ To run a Flutter app execute:
1616
flutter run --debug --hot -d web-server --web-hostname 0.0.0.0 --web-port 8080
1717
```
1818

19+
NB: Due to some issues with Hot reload and Hot restart on the latest Flutter versions since 3.35 and later on when you are serving your project behind a reversed proxy like Traefik via https you might want to avoid browser errors like "Mixed Content... requested an insecure XMLHttpRequest endpoint" adding `--no-web-experimental-hot-reload` to the command:
20+
```shell
21+
flutter run --debug --hot -d web-server --web-hostname 0.0.0.0 --web-port 8080 --no-web-experimental-hot-reload
22+
```
23+
1924
## Features
2025

2126
- Dart and Flutter SDK preinstalled

0 commit comments

Comments
 (0)