From 0a1a3f432e776b6dbf73eca34912680bd70ec747 Mon Sep 17 00:00:00 2001 From: Kumaraguru <19eucs071@skcet.ac.in> Date: Sun, 1 Aug 2021 01:52:14 +0530 Subject: [PATCH 1/3] Creating Flutter IPFS Plugin project --- projects/Flutter_IPFS_Plugin | 60 ++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 projects/Flutter_IPFS_Plugin diff --git a/projects/Flutter_IPFS_Plugin b/projects/Flutter_IPFS_Plugin new file mode 100644 index 00000000..6ae9b744 --- /dev/null +++ b/projects/Flutter_IPFS_Plugin @@ -0,0 +1,60 @@ +## Project Name +IPFS Plugin for Flutter + +## Category +Application + +## Project Description +A plugin library for the IPFS using HTTP API and Infura. The code is implemented in Dart and the plugin can be imported and used in android application projects. Support for iOS and Windows will be added soon. + +## Use of IPFS, Filecoin and Libp2p +Flutter is one of the rapidly growing cross-platform development frameworks. This plugin uses IPFS HTTP API along with Infura to easily store and retrieve strings, files and JSON objects on the IPFS. + +## Project Status +Under development + +## Previews +![How to use](https://raw.githubusercontent.com/hackyguru/HostedImages/master/ipfs-flutter.PNG) + + +## Target Audience +Flutter developers who wish to use IPFS in their project + +## Rough estimated user base (if applicable) +3 beta testers. + +## Github repo +https://github.com/hackyguru/IPFS-Flutter + +## Website +A pub.dev package will be published soon. + +## Docs +https://github.com/hackyguru/IPFS-Flutter/blob/master/README.md + +## Team Info + +### Team Size +2 + +### Team members +Kumaraguru T + - Full stack web developer and blockchain enthusiast. + - https://github.com/hackyguru/ + +Mridula Kalaiselvan + - Front end developer + - https://github.com/Mridula90/ + + +## How the community can engage +* GitHub Discussion: https://github.com/ipfs/community/discussions/595 +* Email: kumaragurut7@gmail.com +* Slack: +* Twitter: +* Discord: +* Telegram: +* WeChat: + +## How to Contribute +We welcome contributions. Please reach us out through email - kumaragurut7@gmail.com if you're interested. Feel free to open an issue at your repository in case you find any. From b76fb55e209122b4fec54a4956c0de83f07190da Mon Sep 17 00:00:00 2001 From: Kumaraguru <19eucs071@skcet.ac.in> Date: Sun, 1 Aug 2021 01:56:59 +0530 Subject: [PATCH 2/3] Update Flutter_IPFS_Plugin --- projects/Flutter_IPFS_Plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Flutter_IPFS_Plugin b/projects/Flutter_IPFS_Plugin index 6ae9b744..2486cbaa 100644 --- a/projects/Flutter_IPFS_Plugin +++ b/projects/Flutter_IPFS_Plugin @@ -2,7 +2,7 @@ IPFS Plugin for Flutter ## Category -Application +Plugin/Library ## Project Description A plugin library for the IPFS using HTTP API and Infura. The code is implemented in Dart and the plugin can be imported and used in android application projects. Support for iOS and Windows will be added soon. From 86fa68d56ea7c9a690685302776ba2845bc5b802 Mon Sep 17 00:00:00 2001 From: TheDiscordian <43145244+TheDiscordian@users.noreply.github.com> Date: Wed, 20 Oct 2021 17:05:43 -0400 Subject: [PATCH 3/3] Renamed to add `.md` extension, cleaned up blank entries. --- projects/{Flutter_IPFS_Plugin => Flutter_IPFS_Plugin.md} | 5 ----- 1 file changed, 5 deletions(-) rename projects/{Flutter_IPFS_Plugin => Flutter_IPFS_Plugin.md} (96%) diff --git a/projects/Flutter_IPFS_Plugin b/projects/Flutter_IPFS_Plugin.md similarity index 96% rename from projects/Flutter_IPFS_Plugin rename to projects/Flutter_IPFS_Plugin.md index 2486cbaa..fe0df1ef 100644 --- a/projects/Flutter_IPFS_Plugin +++ b/projects/Flutter_IPFS_Plugin.md @@ -50,11 +50,6 @@ Mridula Kalaiselvan ## How the community can engage * GitHub Discussion: https://github.com/ipfs/community/discussions/595 * Email: kumaragurut7@gmail.com -* Slack: -* Twitter: -* Discord: -* Telegram: -* WeChat: ## How to Contribute We welcome contributions. Please reach us out through email - kumaragurut7@gmail.com if you're interested. Feel free to open an issue at your repository in case you find any.