Steps to reproduce error:
- Install packages: run
flutter pub get - Generate assets file: run
dart run build_runner build - Run app on desktop chrome:
flutter run -d chrome - Test app on desktop chrome: Press the button "load tile map"
- Wait about 10 seconds (large map loading). Loads the map successfully.
- Run remote server:
flutter run -d web-server --web-port 8080 --web-hostname 0.0.0.0 - Connect device and open chrome. Go to
http://<your_computer_ip>:8080 - Press the button "load tile map". Wait about 10 seconds (large map loading).
- Error occurred