flap
flap copied to clipboard
Working proof of the Go (golang) server running inside Flutter
flap

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