|
5 | 5 |
|
6 | 6 | This software is a **non-official** extension to the [Flutter SDK](https://github.com/flutter/flutter) to build and debug Flutter apps for Embedded Linux devices using [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux), which is the flutter embedder for eLinux.
|
7 | 7 |
|
| 8 | +### Repositories |
| 9 | + |
| 10 | +- [flutter-elinux-plugins](https://github.com/sony/flutter-elinux-plugins): Flutter plugins for eLinux |
| 11 | +- [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux): eLinux embedding for Flutter |
| 12 | +- [meta-flutter](https://github.com/sony/meta-flutter): Yocto recipes of eLinux embedding for Flutter |
| 13 | + |
| 14 | +### Contributing |
| 15 | +Welcome to this project. We welcome all your contribution and feedback. See: [CONTRIBUTING.md](CONTRIBUTING.md). |
| 16 | + |
8 | 17 | ## Features
|
9 | 18 | - Flutter optimized for Embedded Systems
|
10 | 19 | - Lightweight than Flutter desktop for Linux (Not using X11 and GTK)
|
@@ -33,9 +42,6 @@ Flutter plugins for eLinux such as video_player and camera can be found at [flut
|
33 | 42 | ## User documentation
|
34 | 43 | User documentation including quick start guides can be found at [Wiki](https://github.com/sony/flutter-elinux/wiki).
|
35 | 44 |
|
36 |
| -## Contributing |
37 |
| -Welcome to this project. We welcome all your contribution and feedback. See: [CONTRIBUTING.md](CONTRIBUTING.md). |
38 |
| - |
39 | 45 | ## Quick start
|
40 | 46 | ### Install flutter-elinux
|
41 | 47 | ```Shell
|
@@ -76,12 +82,5 @@ If you want to run your flutter app in X11, use `elinux-x11` instead of `elinux-
|
76 | 82 | $ flutter-elinux run -d elinux-x11
|
77 | 83 | ```
|
78 | 84 |
|
79 |
| -## Companion repos |
80 |
| -| Repo | Purpose | |
81 |
| -| ------------- | ------------- | |
82 |
| -| [flutter-elinux-plugins](https://github.com/sony/flutter-elinux-plugins) | Flutter plugins for eLinux | |
83 |
| -| [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux) | eLinux embedding for Flutter | |
84 |
| -| [meta-flutter](https://github.com/sony/meta-flutter) | Yocto recipes of eLinux embedding for Flutter | |
85 |
| - |
86 |
| -## Base software |
| 85 | +## Forked from flutter-tizen |
87 | 86 | This software was created by branching from [flutter-tizen](https://github.com/flutter-tizen/flutter-tizen) (branched from [this version](https://github.com/flutter-tizen/flutter-tizen/commit/ed128233c0bce33c77dd0df69afa59f0888d2d00)). Special thanks to the flutter-tizen team.
|
0 commit comments