https://github.com/sony/flutter-elinux-plugins
Flutter plugins for embedded Linux (eLinux)
https://github.com/sony/flutter-elinux-plugins
embedded-linux embedded-systems flutter flutter-plugin linux plugin
Last synced: 6 months ago
JSON representation
Flutter plugins for embedded Linux (eLinux)
- Host: GitHub
- URL: https://github.com/sony/flutter-elinux-plugins
- Owner: sony
- License: bsd-3-clause
- Created: 2021-07-16T03:54:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T20:32:45.000Z (10 months ago)
- Last Synced: 2025-04-02T03:41:38.684Z (6 months ago)
- Topics: embedded-linux, embedded-systems, flutter, flutter-plugin, linux, plugin
- Language: C++
- Homepage:
- Size: 9.21 MB
- Stars: 54
- Watchers: 6
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Flutter plugins for eLinux
This repo is a companion repo to the [flutter-elinux](https://github.com/sony/flutter-elinux). It contains the source code for Flutter plugins for eLinux. Check the packages directory for all plugins.
### Repositories
- [flutter-elinux](https://github.com/sony/flutter-elinux): Flutter tools for eLinux
- [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## Plugins
The plugins for elinux are basically designed to be API compatible with the official Flutter plugins and others. Therefore, developers can use these plugins like other platforms (Android, iOS, etc.).
| Package for eLinux | Frontend package |
| ------------------ | ---------------- |
| [video_player_elinux](packages/video_player) | [video_player](https://github.com/flutter/packages/tree/main/packages/video_player/video_player) |
| [camera_elinux](packages/camera) | [camera](https://github.com/flutter/packages/tree/main/packages/camera/camera) |
| [audioplayers_elinux](packages/audioplayers) | [audioplayers](https://github.com/bluefireteam/audioplayers/tree/main/packages/audioplayers)
| [path_provider_elinux](packages/path_provider) | [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) |
| [shared_preferences_elinux](packages/shared_preferences) | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) |
| [joystick](packages/joystick) | - |
|[flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc)|<- Thanks, [@cloudwebrtc](https://github.com/cloudwebrtc)|## Getting Started
For help getting started with Flutter for eLinux, view our online
[documentation](https://github.com/sony/flutter-elinux/wiki).