From f2b3c8d67628f1194b1a02e4b62e7b49c8d32145 Mon Sep 17 00:00:00 2001 From: Sarath Date: Sat, 30 Mar 2019 11:05:23 +0530 Subject: [PATCH] Added Instory flutter app Instory is a simple Instagram story downloader app. the UI is the main attraction of this app.I started this project to show how easy is to make transitions in flutter.the app already gained attention in reddit (r/FlutterDev) and has 50+ stars on github app uses following modules and patters - Bloc pattern - Native Method calls using MethodChannels - Http - Video Playback using video_player - File writing --- source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source.md b/source.md index bb07f9f..059b1fe 100644 --- a/source.md +++ b/source.md @@ -463,7 +463,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Transform Widget](https://github.com/DrPaulT/flutter-engine-test) - Image widgets as 3D game engine sprites by [Paul Thomas](https://github.com/DrPaulT) - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander Woźniak](https://github.com/aleksanderwozniak) - [TailorMade](https://github.com/jogboms/tailor_made) - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms) +- [Instory](https://github.com/InvertedX/instory) - Instgram story downloader with a beautiful UI [Sarath](https://twitter.com/_sarath_kumar) +### ### PWA - [InKino](https://github.com/roughike/inKino) - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike)