From ed4592ee1d3f46c44d108806ce9709bb30f816f3 Mon Sep 17 00:00:00 2001 From: oon arfiandwi Date: Wed, 16 Dec 2020 14:03:25 +0800 Subject: [PATCH 1/2] Raspberry Pi Embedder flutter-pi: A light-weight Flutter Engine Embedder for Raspberry Pi --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 04525f9..df7a7c7 100644 --- a/source.md +++ b/source.md @@ -613,6 +613,7 @@ This section contains libraries that take an experimental or unorthodox approach - [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) - Desktop implementations of the Flutter embedding API by Google - [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) - Golang embedder for desktop by [Pierre Champion](https://github.com/pchampio) +- [Raspberry Pi Embedder](https://github.com/ardera/flutter-pi) - A light-weight Embedder for Raspberry Pi by [Hannes Winkler](https://github.com/ardera) - [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) - Rust embedder for desktop by [juju](https://github.com/gliheng). - [bitsdojo_window](https://github.com/bitsdojo/bitsdojo_window) - Customize windows owner-drawn chrome by [BitsDojo](https://github.com/bitsdojo) From 396bb8a6bce30a5a3ef8c13c345bb083b9d8d69e Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 21 Dec 2020 15:39:49 +0100 Subject: [PATCH 2/2] Reorder --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index df7a7c7..e4dab35 100644 --- a/source.md +++ b/source.md @@ -613,9 +613,9 @@ This section contains libraries that take an experimental or unorthodox approach - [Desktop Embedding](https://github.com/google/flutter-desktop-embedding) - Desktop implementations of the Flutter embedding API by Google - [Golang Desktop Embedder](https://github.com/go-flutter-desktop/go-flutter) - Golang embedder for desktop by [Pierre Champion](https://github.com/pchampio) -- [Raspberry Pi Embedder](https://github.com/ardera/flutter-pi) - A light-weight Embedder for Raspberry Pi by [Hannes Winkler](https://github.com/ardera) - [Rust Desktop Embedder](https://github.com/gliheng/flutter-rs) - Rust embedder for desktop by [juju](https://github.com/gliheng). - [bitsdojo_window](https://github.com/bitsdojo/bitsdojo_window) - Customize windows owner-drawn chrome by [BitsDojo](https://github.com/bitsdojo) +- [Raspberry Pi Embedder](https://github.com/ardera/flutter-pi) - Light-weight Embedder for Raspberry Pi by [Hannes Winkler](https://github.com/ardera) ## Books