awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
go-flutter-desktop avatar

go-flutter-desktop/go-flutter

0
View on GitHub↗
5,934 stars·278 forks·Go·BSD-3-Clause·19 viewshover.build↗

Go Flutter

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 streaming from Go to Dart using Flutter's EventChannel mechanism for real-time data delivery. The embedding layer uses GLFW for window management, input handling, and OpenGL context creation, while supporting Flutter's hot reload mechanism for instant code changes during development.

The plugin system enables extending functionality by registering Go plugins that communicate with Flutter via standard method and message channels, with support for local module overrides during development. The project also includes tooling for packaging Flutter desktop applications into platform-native installers such as MSI, DMG, and AppImage for distribution.

Features

  • Flutter Desktop Runtimes - A runtime that renders Flutter UIs on desktop platforms by implementing the Flutter Embedding API with GLFW window management.
  • Desktop Embedding Runtimes - Implements the Flutter Embedding API using Go to render Flutter applications natively on desktop platforms.
  • Desktop Embeddings - An embedding library that runs Flutter applications natively on Windows, macOS and Linux using Go and GLFW.
  • GLFW Window Management - Uses GLFW to create and manage native windows, input handling, and OpenGL contexts for Flutter rendering.
  • Flutter Channel - Integrate custom functionality through a plugin system that communicates with Flutter using standard method and message channels.
  • Go-Dart Plugin Bridges - A plugin system that enables bidirectional communication between Dart and Go code over standard Flutter method and event channels.
  • Go-Dart Method Channels - Invoke a Dart method handler from Go code over a named channel, with optional synchronous reply.
  • Go-Dart Channel Bridges - Bridges communication between Go and Dart through named method channels and event channels for bidirectional calls.
  • Plugin-Based Extensibility - Extends functionality by registering Go plugins that communicate with Flutter via standard method and message channels.
  • Event-to-Stream Conversions - Stream data from Go to Dart whenever an event occurs, using an EventChannel.
  • Startup Plugin Registrations - Register a Go plugin in the desktop application's options so it is loaded at startup.
  • Desktop Hot Reloaders - Applies code changes to a running Flutter desktop application instantly without restarting, using Flutter's hot reload mechanism.
  • Desktop Application Installers - Packages Flutter desktop applications into platform-native installers like MSI, DMG, and AppImage for distribution.
  • Desktop Application Installers - Package the Flutter desktop application into platform-specific installers such as MSI, DMG, and AppImage.
  • Desktop and GUI Development - Flutter desktop embedding.
  • Desktop and Platform Embedding - Golang-based desktop embedder.
  • Desktop Development - Enables embedding applications using the Go programming language.

Star history

Star history chart for go-flutter-desktop/go-flutterStar history chart for go-flutter-desktop/go-flutter

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does go-flutter-desktop/go-flutter do?

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.

What are the main features of go-flutter-desktop/go-flutter?

The main features of go-flutter-desktop/go-flutter are: Flutter Desktop Runtimes, Desktop Embedding Runtimes, Desktop Embeddings, GLFW Window Management, Flutter Channel, Go-Dart Plugin Bridges, Go-Dart Method Channels, Go-Dart Channel Bridges.

Which projects share features with go-flutter-desktop/go-flutter?

Projects with overlapping indexed features include: mherrmann/fbs — fbs is a Python desktop application packager and cross-platform application installer. It serves as a utility for… maximegris/angular-electron — Angular Electron is a project scaffolding tool that generates a preconfigured desktop application template combining… therecipe/qt — This project provides a framework for building native graphical user interfaces that run consistently across desktop… google/flutter-desktop-embedding — This project is a desktop embedding layer that serves as a bridge between the Flutter engine and the native windowing… ardera/flutter-pi — A light-weight Flutter Engine Embedder for Linux Embedded that runs without X11 or Wayland. gliheng/flutter-rs — Build beautiful desktop apps with flutter and rust. 🌠 (wip).

Projects sharing features with Go Flutter

These projects share indexed features with Go Flutter. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mherrmann/fbsmherrmann avatar

    mherrmann/fbs

    3,926View on GitHub↗

    fbs is a Python desktop application packager and cross-platform application installer. It serves as a utility for compiling Python code into standalone executables and bundling application resources into platform-specific installation packages for various desktop environments. The project functions as a Qt Python GUI builder and resource bundler. It provides a system for creating desktop user interfaces using Python and the Qt framework while packaging external files and assets to be accessed during application runtime. Its broader capabilities cover desktop application packaging, cross-plat

    Pythonpyinstallerpyqt5pyqt6
    View on GitHub↗3,926
  • maximegris/angular-electronmaximegris avatar

    maximegris/angular-electron

    5,725View on GitHub↗

    Angular Electron is a project scaffolding tool that generates a preconfigured desktop application template combining Angular's web framework with Electron's native runtime. It produces cross-platform executables for Windows, macOS, and Linux from a single codebase, while providing a development server with hot reload that automatically refreshes the Electron renderer process when Angular source files change. The project handles the architectural complexity of running Angular inside Electron by separately bundling Node.js modules for the main process and Angular modules for the renderer proces

    TypeScript
    View on GitHub↗5,725
  • therecipe/qttherecipe avatar

    therecipe/qt

    10,784View on GitHub↗

    This project provides a framework for building native graphical user interfaces that run consistently across desktop and mobile operating systems. It functions as a bridge that allows developers to construct complex application layouts and render high-performance visual elements by utilizing a native C++ widget toolkit. The framework enables the creation of responsive user interfaces through both traditional widget-based components and declarative markup languages. It employs a decoupled messaging system to connect interface components and uses a pre-compilation step to manage object introspe

    Goandroidasteroidoscross-platform-gui
    View on GitHub↗10,784
  • gliheng/flutter-rsgliheng avatar

    gliheng/flutter-rs

    2,114View on GitHub↗

    Build beautiful desktop apps with flutter and rust. 🌠 (wip)

    Rust
    View on GitHub↗2,114
  • Compare all 30 related projects→