Updte README: add shared_preferences_elinux (#17)

This commit is contained in:
Hidenori Matsubayashi
2021-08-03 14:23:36 +09:00
committed by GitHub
parent 6fe73b2d2c
commit 8bcf2ba613
+11 -2
View File
@@ -1,15 +1,24 @@
# Flutter plugins for Embedded Linux (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.
## Plugins
Basically, the plugins for elinux are designed to be API compatible with the the official Flutter plugins.
| Package | Original package |
| -------- | ---------------- |
| [video_player_elinux](packages/video_player) | [video_player](https://github.com/flutter/plugins/tree/master/packages/video_player) (Flutter official) |
| [path_provider_elinux](packages/path_provider) | [path_provider](https://github.com/flutter/plugins/tree/master/packages/path_provider) (Flutter official) |
| [video_player_elinux](packages/video_player) | [video_player](https://github.com/flutter/plugins/tree/master/packages/video_player) |
| [path_provider_elinux](packages/path_provider) | [path_provider](https://github.com/flutter/plugins/tree/master/packages/path_provider) |
| [shared_preferences_elinux](packages/shared_preferences) | [shared_preferences](https://github.com/flutter/plugins/tree/master/packages/shared_preferences) |
## Getting Started
For help getting started with Flutter for eLinux, view our online
[documentation](https://github.com/sony/flutter-elinux/wiki).
## Companion repos
| Repo | Purpose |
| ------------- | ------------- |
| [flutter-elinux](https://github.com/sony/flutter-elinux) | Flutter tools for eLinux |