Working proof of the Go server running inside Flutter
flutter create --platforms=ios,macos .
pushd go && make && popd
flutter run -d macos
- Hot reload doesn't work
- Todo: Investigate
- Workaround: Run the server independently (detached) in a dev phase