Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 647 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 647 Bytes

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