Skip to content
Pierre Champion | Drakirus edited this page Dec 25, 2019 · 22 revisions

This wiki is primarily aimed at engineers wanting further in-depth information about go-flutter.

If you are new to go-flutter, then you will find more general information on the project, including samples, on our core repo go-flutter-desktop/go-flutter.

How does this project compare to the "official" flutter desktop? answered in #191

Issue tracker with filter: is:issue is:open -label:wontfix


The project is spited into 4 repertories:

  • go-flutter, the core library that implement the low level Flutter Engine API.
  • plugins, go-flutter implementations for popular Flutter plugins.
  • hover, a simple build tool to create go-flutter applications.
  • examples, examples of go-flutter applications.