Update for flutter 3.3.1 (#134)
* Update for flutter 3.3.1 * Update README Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
@@ -5,6 +5,15 @@
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
### Repositories
|
||||||
|
|
||||||
|
- [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
|
||||||
|
|
||||||
|
### Contributing
|
||||||
|
Welcome to this project. We welcome all your contribution and feedback. See: [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Flutter optimized for Embedded Systems
|
- Flutter optimized for Embedded Systems
|
||||||
- Lightweight than Flutter desktop for Linux (Not using X11 and GTK)
|
- 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
|
|||||||
## User documentation
|
## User documentation
|
||||||
User documentation including quick start guides can be found at [Wiki](https://github.com/sony/flutter-elinux/wiki).
|
User documentation including quick start guides can be found at [Wiki](https://github.com/sony/flutter-elinux/wiki).
|
||||||
|
|
||||||
## Contributing
|
|
||||||
Welcome to this project. We welcome all your contribution and feedback. See: [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
### Install flutter-elinux
|
### Install flutter-elinux
|
||||||
```Shell
|
```Shell
|
||||||
@@ -76,12 +82,5 @@ If you want to run your flutter app in X11, use `elinux-x11` instead of `elinux-
|
|||||||
$ flutter-elinux run -d elinux-x11
|
$ flutter-elinux run -d elinux-x11
|
||||||
```
|
```
|
||||||
|
|
||||||
## Companion repos
|
## Forked from flutter-tizen
|
||||||
| Repo | Purpose |
|
|
||||||
| ------------- | ------------- |
|
|
||||||
| [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 |
|
|
||||||
|
|
||||||
## Base software
|
|
||||||
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.
|
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.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
5e9e0e0aa8be4ff69facadd706b713f0bb54d5b3
|
3efdf03e73dd352873fc5a7e1c0de04e52863b3a
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
ffccd96b62ee8cec7740dab303538c5fc26ac543
|
4f9d92fbbdf072a70a70d2179a9f87392b94104c
|
||||||
|
|||||||
Reference in New Issue
Block a user