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

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

Notifications You must be signed in to change notification settings

1l0/flap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published