-
Notifications
You must be signed in to change notification settings - Fork 281
Home
Pierre Champion edited this page May 23, 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.
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.
- How to compile and use go-flutter without hover: Manual compilation
- List of Options you can use
- How to add existing plugins: Plugin info
- How to Implement your Plugin, a guide for plugin writers. (Same example as the Android/iOS one.)
- How to tweak the application window: GLFW plugin example