first commit

This commit is contained in:
Hidenori Matsubayashi
2021-07-16 13:03:30 +09:00
commit d10fcb6127
42 changed files with 4287 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Flutter for Embedded Linux (eLinux)
This software is a **non-official** extension to the [Flutter SDK](https://github.com/flutter/flutter) to build Flutter apps for Embedded Linux devices.
## Documentation
See https://github.com/sony/flutter-elinux/wiki
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Related projects/repos
### Flutter plugins for eLinux
- [flutter-elinux-plugins](https://github.com/sony/flutter-elinux-plugins)
### Flutter embedder (engine) for eLinux
- [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux)
### Yocto recipes for Flutter embedder for eLinux
- [meta-flutter](https://github.com/sony/meta-flutter)
## Base software
This software was created based on the [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.