Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native applications using web technologies and a C++ backend. It serves as a native system API bridge, enabling JavaScript frontend code to execute system commands and manage files across Windows, macOS, and Linux. The project distinguishes itself as a portable runtime that renders interfaces via the system's built-in webview instead of bundling a full browser engine. This approach enables the packaging of web assets into small, standalone executable binaries. The framework provides com
A light-weight Flutter Engine Embedder for Linux Embedded that runs without X11 or Wayland.
Build beautiful desktop apps with flutter and rust. 🌠 (wip)
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
This project is a desktop embedding layer that serves as a bridge between the Flutter engine and the native windowing systems of desktop operating systems. It functions as a Flutter desktop plugin and a native menu bar manager to facilitate the development of cross-platform desktop applications.
Die Hauptfunktionen von google/flutter-desktop-embedding sind: Desktop Integration, Native Menu Management, Desktop Embedding Layers, Cross-Platform Desktop Development, Native Control Embedding, Platform Channel Communications, System Menu Bar Utilities, Cross-Platform Menu Mapping.
Open-Source-Alternativen zu google/flutter-desktop-embedding sind unter anderem: neutralinojs/neutralinojs — Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native… gliheng/flutter-rs — Build beautiful desktop apps with flutter and rust. 🌠 (wip). go-flutter-desktop/go-flutter — go-flutter is a runtime and embedding library that enables Flutter applications to run natively on Windows, macOS, and… leanflutter/awesome-flutter-desktop — A curated list of awesome things related to Flutter desktop. ardera/flutter-pi — A light-weight Flutter Engine Embedder for Linux Embedded that runs without X11 or Wayland. nativeshell/nativeshell — Experimental embedder for Flutter.