{"id":18965376,"url":"https://github.com/sony/flutter-elinux","last_synced_at":"2025-04-09T05:11:29.155Z","repository":{"id":37760236,"uuid":"386490526","full_name":"sony/flutter-elinux","owner":"sony","description":"Flutter tools for embedded Linux (eLinux)","archived":false,"fork":false,"pushed_at":"2024-09-15T22:37:27.000Z","size":395,"stargazers_count":430,"open_issues_count":8,"forks_count":44,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-09-16T00:21:57.399Z","etag":null,"topics":["embedded-linux","embedded-systems","flutter","linux"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sony.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-16T02:58:06.000Z","updated_at":"2024-09-15T22:37:31.000Z","dependencies_parsed_at":"2023-10-01T00:23:53.990Z","dependency_job_id":"72b787ea-efcd-46bb-ab6f-20fb5f3e6e35","html_url":"https://github.com/sony/flutter-elinux","commit_stats":null,"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sony%2Fflutter-elinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sony%2Fflutter-elinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sony%2Fflutter-elinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sony%2Fflutter-elinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sony","download_url":"https://codeload.github.com/sony/flutter-elinux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980837,"owners_count":21027808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embedded-linux","embedded-systems","flutter","linux"],"created_at":"2024-11-08T14:29:07.195Z","updated_at":"2025-04-09T05:11:29.134Z","avatar_url":"https://github.com/sony.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter for Embedded Linux (eLinux)\n![flutter-elinux](doc/images/overview.png)\n\n[![Analysis](https://github.com/sony/flutter-elinux/actions/workflows/analysis.yml/badge.svg)](https://github.com/sony/flutter-elinux/actions/workflows/analysis.yml)\n\nThis 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.\n\n### Repositories\n\n- [flutter-elinux-plugins](https://github.com/sony/flutter-elinux-plugins): Flutter plugins for eLinux\n- [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux): eLinux embedding for Flutter\n- [meta-flutter](https://github.com/sony/meta-flutter): Yocto recipes of eLinux embedding for Flutter\n\n### Contributing\nWelcome to this project. We welcome all your contribution and feedback. See: [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Features\n- Flutter optimized for Embedded Systems\n  - Lightweight than Flutter desktop for Linux (Not using X11 and GTK)\n  - arm64/x64 devices support\n  - Minimal dependent libraries\n- Embedded software development\n  - Cross-building from x64 to arm64 support\n  - Install/uninstall/debug to remote target devices\n- Flutter plugins support\n- Display backends\n  - [Wayland](https://wayland.freedesktop.org/)\n  - Direct rendering module ([DRM](https://en.wikipedia.org/wiki/Direct_Rendering_Manager))\n    - Generic Buffer Management ([GBM](https://en.wikipedia.org/wiki/Mesa_(computer_graphics)))\n    - [EGLStream](https://docs.nvidia.com/drive/drive_os_5.1.6.1L/nvvib_docs/index.html#page/DRIVE_OS_Linux_SDK_Development_Guide/Graphics/graphics_eglstream_user_guide.html) for NVIDIA devices\n  - X11\n- Keyboard, mouse and touch inputs support\n- Equivalent quality to Flutter desktops\n- API compatibility with Flutter desktop for Windows and GLFW\n  - APIs such as MethodChannel and EventChannel are completely the same with them\n\nIf you want to know more details, see also [flutter-embedded-linux](https://github.com/sony/flutter-embedded-linux).\n\n## Plugins\nFlutter plugins for eLinux such as video_player and camera can be found at [flutter-elinux-plugins](https://github.com/sony/flutter-elinux-plugins).\n\n## User documentation\nUser documentation including quick start guides can be found at [Wiki](https://github.com/sony/flutter-elinux/wiki).\n\n## Quick start\n### Install flutter-elinux\n```Shell\n$ git clone https://github.com/sony/flutter-elinux.git\n$ sudo mv flutter-elinux /opt/\n$ export PATH=$PATH:/opt/flutter-elinux/bin\n```\n\n### Install required tools\n```Shell\n$ sudo apt install unzip curl clang cmake pkg-config\n```\n\n### Run Flutter sample app on Wayland compositor\nYou need to install a Wayland compositor such as [Sway](https://github.com/swaywm/sway) and [Weston](https://gitlab.freedesktop.org/wayland/weston/-/tree/master), and launch it before launching your Flutter apps. There are some known issues with Weston version 9. Therefore, we recomend using other compositors such as Sway.\n\n```Shell\n$ sudo apt install sway\n$ sway \u0026\n```\n\n```Shell\n$ flutter-elinux devices\n2 connected devices:\n\neLinux (desktop) • elinux-wayland • flutter-tester • Ubuntu 20.04.2 LTS 5.8.0-63-generic\neLinux (desktop) • elinux-x11     • flutter-tester • Ubuntu 20.04.2 LTS 5.8.0-63-generic\n```\n\n```Shell\n$ flutter-elinux create sample\n$ cd sample\n$ flutter-elinux run -d elinux-wayland\n```\n\nIf you want to run your flutter app in X11, use `elinux-x11` instead of `elinux-wayland`:\n```Shell\n$ flutter-elinux run -d elinux-x11\n```\n\n## Forked from flutter-tizen\nThis 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsony%2Fflutter-elinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsony%2Fflutter-elinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsony%2Fflutter-elinux/lists"}