/flap

Working proof of the Go (golang) server running inside Flutter

Primary LanguageDart

flap


Working proof of the Go server running inside Flutter

Video in action

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