Skip to content

Commit 88adba6

Browse files
Update for flutter 3.3.1 (#134)
* Update for flutter 3.3.1 * Update README Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
1 parent 56d0513 commit 88adba6

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

README.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
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.
77

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+
817
## Features
918
- Flutter optimized for Embedded Systems
1019
- 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
3342
## User documentation
3443
User documentation including quick start guides can be found at [Wiki](https://github.com/sony/flutter-elinux/wiki).
3544

36-
## Contributing
37-
Welcome to this project. We welcome all your contribution and feedback. See: [CONTRIBUTING.md](CONTRIBUTING.md).
38-
3945
## Quick start
4046
### Install flutter-elinux
4147
```Shell
@@ -76,12 +82,5 @@ If you want to run your flutter app in X11, use `elinux-x11` instead of `elinux-
7682
$ flutter-elinux run -d elinux-x11
7783
```
7884

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
8786
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.

bin/internal/engine.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5e9e0e0aa8be4ff69facadd706b713f0bb54d5b3
1+
3efdf03e73dd352873fc5a7e1c0de04e52863b3a

bin/internal/flutter.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ffccd96b62ee8cec7740dab303538c5fc26ac543
1+
4f9d92fbbdf072a70a70d2179a9f87392b94104c

0 commit comments

Comments
 (0)