1 Repo
Plugin systems that integrate custom functionality by communicating with Flutter through standard method and event channels.
Distinct from Plugin Systems: Distinct from Plugin Systems: specifically targets plugins that bridge Go and Dart via Flutter's channel API, not general developer tool plugins.
Explore 1 awesome GitHub repository matching development tools & productivity · Flutter Channel. Refine with filters or upvote what's useful.
go-flutter is a runtime and embedding library that enables Flutter applications to run natively on Windows, macOS, and Linux using Go and GLFW. It implements the Flutter Embedding API to render Flutter UIs on desktop platforms, providing a cross-platform desktop runtime that bridges Go and Dart code through standard Flutter method and event channels. The project includes a plugin framework that supports bidirectional communication between Go and Dart, allowing Go code to invoke Dart handlers and expose Go methods for Dart to call, with optional synchronous replies. It also provides event stre
Integrate custom functionality through a plugin system that communicates with Flutter using standard method and message channels.