From 4fb2865bb38822e3a7dd54a4321fa009eed0d794 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Sat, 17 Sep 2022 09:48:07 +0900 Subject: [PATCH] Update README (#52) Signed-off-by: Hidenori Matsubayashi --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4371a6b..a482599 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This repo is a companion repo to the [flutter-elinux](https://github.com/sony/flutter-elinux). It contains the source code for Flutter plugins for eLinux. Check the packages directory for all plugins. +### Repositories + +- [flutter-elinux](https://github.com/sony/flutter-elinux): Flutter tools for eLinux +- [flutter-elinux-plugins](https://github.com/sony/flutter-elinux-plugins): Flutter plugins for eLinux +- [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux): eLinux embedding for Flutter +- [meta-flutter](https://github.com/sony/meta-flutter): Yocto recipes of eLinux embedding for Flutter + ## Plugins The plugins for elinux are basically designed to be API compatible with the official Flutter plugins and others. Therefore, developers can use these plugins like other platforms (Android, iOS, etc.). @@ -18,11 +25,3 @@ The plugins for elinux are basically designed to be API compatible with the offi For help getting started with Flutter for eLinux, view our online [documentation](https://github.com/sony/flutter-elinux/wiki). - -## Companion repos - -| Repo | Purpose | -| ------------- | ------------- | -| [flutter-elinux](https://github.com/sony/flutter-elinux) | Flutter tools for eLinux | -| [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux) | eLinux embedding for Flutter | -| [meta-flutter](https://github.com/sony/meta-flutter) | Yocto recipes of eLinux embedding for Flutter |