|
| 1 | +# **Photoarc** |
| 2 | + |
| 3 | +A Fully functional social media app written in flutter and dart using node.js and Postgres SQL as backend. |
| 4 | + |
| 5 | +## **Demo** |
| 6 | + |
| 7 | +<center> |
| 8 | +<img src="screenshots/Screenshot_20211119-194607.png" alt="logo" width="30%"/> |
| 9 | + |
| 10 | +<h3 style="color:green;">Download the release APK</h3> |
| 11 | +</center> |
| 12 | + |
| 13 | +## **Features** |
| 14 | + |
| 15 | +- custom photo feed based on following users'. |
| 16 | +- Users can post an image of any height. |
| 17 | +- awesome animation between navigation of two pages. |
| 18 | +- shimmer loading effect while data is syncing. |
| 19 | +- Search page |
| 20 | + - With trending posts grid view. |
| 21 | +- Profile page |
| 22 | + - follows/unfollow the user |
| 23 | + - edit profile. |
| 24 | + - change user's avatar image |
| 25 | + - generate user profile links and send that to the various platforms. (with firebase dynamic links) |
| 26 | +- Notification Page |
| 27 | + - shows all comments and follows user notifications. |
| 28 | + - delete the notification by right swipe. |
| 29 | +- Post |
| 30 | + - like the post. |
| 31 | + - comment on posts and see all comments. |
| 32 | + - delete comments. (only post owner and commenter can) |
| 33 | + - shows the list of who liked the post. |
| 34 | + - share post links to the various platforms. |
| 35 | + - copy URL. |
| 36 | + - open post image in the browser. |
| 37 | + - user can delete their own post. |
| 38 | +- create post. |
| 39 | + - crop image |
| 40 | + - upload from the gallery. |
| 41 | + - Users can add captions to post. |
| 42 | + |
| 43 | +<br/> |
| 44 | + |
| 45 | +## **Image Gallery** |
| 46 | + |
| 47 | +<hr/> |
| 48 | + |
| 49 | +### **feed screen** |
| 50 | + |
| 51 | +<br> |
| 52 | + |
| 53 | +<center> |
| 54 | +<img src="screenshots/20211122_171350.gif" alt="Gallery Image" width="30%" /> |
| 55 | +<img src="screenshots/Screenshot_20211122-170954.jpg" alt="Gallery Image" width="30%" /> |
| 56 | +<img src="screenshots/Screenshot_20211122-173452.jpg" alt="Gallery Image" width="30%" /> |
| 57 | +</center> |
| 58 | +<hr/> |
| 59 | + |
| 60 | +### **Search page** |
| 61 | + |
| 62 | +<br> |
| 63 | + |
| 64 | +<center> |
| 65 | +<img src="screenshots/20211122_172256.gif" alt="Gallery Image" width="30%" /> |
| 66 | +<img src="screenshots/Screenshot_20211122-173514.jpg" alt="Gallery Image" width="30%" /> |
| 67 | +<img src="screenshots/Screenshot_20211122-172157.jpg" alt="Gallery Image" width="30%" /> |
| 68 | +</center> |
| 69 | +<hr/> |
| 70 | + |
| 71 | +### **Activity page** |
| 72 | + |
| 73 | +<br> |
| 74 | + |
| 75 | +<center> |
| 76 | +<img src="screenshots/20211122_172832.gif" alt="Gallery Image" width="30%" /> |
| 77 | +<img src="screenshots/Screenshot_20211122-172659.jpg" alt="Gallery Image" width="30%" /> |
| 78 | +<img src="screenshots/Screenshot_20211122-173528.jpg" alt="Gallery Image" width="30%" /> |
| 79 | +</center> |
| 80 | +<hr/> |
| 81 | + |
| 82 | +### **Profile page** |
| 83 | + |
| 84 | +<br> |
| 85 | + |
| 86 | +<center> |
| 87 | +<img src="screenshots/20211122_173115.gif" alt="Gallery Image" width="30%" /> |
| 88 | +<img src="screenshots/Screenshot_20211122-173536.jpg" alt="Gallery Image" width="30%" /> |
| 89 | +<img src="screenshots/Screenshot_20211122-173550.jpg" alt="Gallery Image" width="30%" /> |
| 90 | +</center> |
| 91 | +<hr/> |
| 92 | + |
| 93 | +### **Other pages** |
| 94 | + |
| 95 | +<br> |
| 96 | + |
| 97 | +<center> |
| 98 | +<img src="screenshots/Screenshot_20211122-175449.jpg" alt="Gallery Image" width="30%" /> |
| 99 | +<img src="screenshots/Screenshot_20211122-175456.jpg" alt="Gallery Image" width="30%" /> |
| 100 | +<img src="screenshots/Screenshot_20211122-175505.jpg" alt="Gallery Image" width="30%" /> |
| 101 | +<img src="screenshots\Screenshot_20211122-171645_Android System.jpg" alt="Gallery Image" width="30%" /> |
| 102 | +<img src="screenshots/Screenshot_20211122-175554.jpg" alt="Gallery Image" width="30%" /> |
| 103 | +<img src="screenshots/Screenshot_20211122-175517.jpg" alt="Gallery Image" width="30%" /> |
| 104 | +</center> |
| 105 | +<hr/> |
| 106 | + |
| 107 | +## **Dependencies** |
| 108 | + |
| 109 | +- [cupertino_icons](https://pub.dev/packages/cupertino_icons) |
| 110 | +- [firebase_auth](https://pub.dev/packages/firebase_auth) |
| 111 | +- [firebase_core](https://pub.dev/packages/firebase_core) |
| 112 | +- [http](https://pub.dev/packages/http) |
| 113 | +- [flutter_bloc](https://pub.dev/packages/flutter_bloc) |
| 114 | +- [equatable](https://pub.dev/packages/equatable) |
| 115 | +- [shared_preferences](https://pub.dev/packages/shared_preferences) |
| 116 | +- [logger](https://pub.dev/packages/logger) |
| 117 | +- [image_cropper](https://pub.dev/packages/image_cropper) |
| 118 | +- [image_picker](https://pub.dev/packages/image_picker) |
| 119 | +- [uuid](https://pub.dev/packages/uuid) |
| 120 | +- [scrollable_positioned_list](https://pub.dev/packages/scrollable_positioned_list) |
| 121 | +- [cached_network_image](https://pub.dev/packages/cached_network_image) |
| 122 | +- [firebase_dynamic_links](https://pub.dev/packages/firebase_dynamic_links) |
| 123 | +- [shimmer](https://pub.dev/packages/shimmer) |
| 124 | +- [share](https://pub.dev/packages/share) |
| 125 | +- [url_launcher](https://pub.dev/packages/url_launcher) |
| 126 | +- [flutter_phoenix](https://pub.dev/packages/flutter_phoenix) |
| 127 | +- [font_awesome_flutter](https://pub.dev/packages/font_awesome_flutter) |
| 128 | + |
| 129 | +## **How to run?** |
| 130 | + |
| 131 | +To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [Flutter](https://flutter.dev/docs/get-started/install) installed on your computer. From your command line: |
| 132 | + |
| 133 | +### Clone this repository |
| 134 | + |
| 135 | +```bash |
| 136 | +$ git clone https://github.com/Appii00/Flutter-Bloc-MovieDB-App.git |
| 137 | +``` |
| 138 | + |
| 139 | +### Go into the repository |
| 140 | + |
| 141 | +```bash |
| 142 | +$ cd Flutter-Bloc-MovieDB-App |
| 143 | +``` |
| 144 | + |
| 145 | +### Install dependencies |
| 146 | + |
| 147 | +```bash |
| 148 | +$ flutter packages get |
| 149 | +``` |
| 150 | + |
| 151 | +### Run the app |
| 152 | + |
| 153 | +```bash |
| 154 | +$ flutter run |
| 155 | +``` |
| 156 | + |
| 157 | +## **What's Next?** |
| 158 | + |
| 159 | +This features will be added in next version of the app. |
| 160 | + |
| 161 | +- add muliple images in post. |
| 162 | +- add reply to and like to comments. |
| 163 | +- add notifications from api. |
| 164 | +- add activity notifications sorting stay new on top. |
| 165 | +- add status feature. |
0 commit comments