From b58e1791fda580ff65f1f2a0cea5752502327065 Mon Sep 17 00:00:00 2001 From: safal Date: Fri, 3 Jul 2026 11:12:50 +0900 Subject: [PATCH] docs: add open source app examples --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a45c649b80..f46ca314e2 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,15 @@ support for more platforms and better maintenance. [Feedback](https://github.com/fluttercommunity/plus_plugins/issues) and [Pull Requests](https://github.com/fluttercommunity/plus_plugins/pulls) are most welcome! +## Used by open source apps + +Some open source Flutter apps that depend on these plugins include: + +- [LocalSend](https://github.com/localsend/localsend/blob/main/app/pubspec.yaml) depends on `connectivity_plus`, `device_info_plus`, `network_info_plus`, and `package_info_plus`. +- [AppFlowy](https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/appflowy_flutter/pubspec.yaml) depends on `connectivity_plus`, `device_info_plus`, `package_info_plus`, and `share_plus`. +- [Immich](https://github.com/immich-app/immich/blob/main/mobile/pubspec.yaml) depends on `connectivity_plus`, `device_info_plus`, `network_info_plus`, `package_info_plus`, and `share_plus`. +- [Ente Photos](https://github.com/ente/ente/blob/main/mobile/apps/photos/pubspec.yaml) depends on `android_intent_plus`, `connectivity_plus`, `device_info_plus`, `package_info_plus`, and `share_plus`. + ## Plugins **Table of contents:**