Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/flutter-desktop-embedding
Experimental plugins for Flutter for Desktop
https://github.com/google/flutter-desktop-embedding
Last synced: 3 days ago
JSON representation
Experimental plugins for Flutter for Desktop
- Host: GitHub
- URL: https://github.com/google/flutter-desktop-embedding
- Owner: google
- License: apache-2.0
- Created: 2018-02-14T00:41:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T14:28:40.000Z (9 months ago)
- Last Synced: 2025-01-02T06:07:51.876Z (10 days ago)
- Language: C++
- Homepage:
- Size: 2.66 MB
- Stars: 7,107
- Watchers: 260
- Forks: 608
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Desktop embedding for Flutter - Example of, and test environment for, building applications using Flutter for the desktop. (Software Development / Frontend)
- awesome-list - flutter-desktop-embedding
README
# Desktop Embedding for Flutter
This project was originally created to develop Windows, macOS, and Linux
embeddings of [Flutter](https://github.com/flutter/flutter). That work has
since become part of Flutter, and all that remains here are experimental,
early-stage desktop
[plugins](https://flutter.dev/docs/development/packages-and-plugins/developing-packages).If you want to get started with Flutter on desktop, the place to start is now
[the Flutter documentation](https://flutter.dev/desktop), rather than this project.
You will already need to have followed the instructions there to get an application
running on desktop before using any of the plugins here.## Feedback
**Do not file issues about Flutter for desktop here.** Since the
embeddings have all moved to the Flutter project, the place for desktop bugs
and feature requests is now [the Flutter issue
tracker](https://github.com/flutter/flutter/issues).For bug reports and feature requests **related to the plugins in this repository**,
please file issues here.## Repository Structure
The `plugins` directory contains all the plugins. See
[its README](plugins/README.md) to get started.## Caveats
* This is not an officially supported Google product.