From 736eb878ee3b993836a4ec15905c8d9c3671a4da Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Mon, 16 Aug 2021 16:47:46 +0900 Subject: [PATCH] Update README: add camera plugin (#30) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c3edcf..b92926b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Basically, the plugins for elinux are designed to be API compatible with the the | Package | Original package | | -------- | ---------------- | | [video_player_elinux](packages/video_player) | [video_player](https://github.com/flutter/plugins/tree/master/packages/video_player) | +| [camera_elinux](packages/camera) | [camera](https://github.com/flutter/plugins/tree/master/packages/camera) | | [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) |