Striking Instagram Clone Flutter App
The best way to learn is to do. Making a clone of a preexisting application is a great way to sharpen you flutter skills. Today we are going to take a look at how to make a Instagram clone flutter app. We are going to add the required dependencies, import libraries and code the guts of our app.
Instagram Flutter
Build an Instagram clone flutter app project using firebase/firestore with similar functions.
A small introduction of Firebase
Firebase is a platform developed by Google for creating mobile and web applications. By giving secure access to the database directly from client-side code, the Firebase Realtime Database allows you to create complex, collaborative apps. Data is stored locally, and real-time events continue to trigger even when the user is offline, providing a responsive experience.
Features
- [x] SignIn / SignUp
- [x] Read NewsFeed
- [x] Create Posts
- [ ] Like/Comment/Follow
- [ ] Stories
- [ ] Explore
- [ ] Activities
- [ ] Profile
- [ ] Notification
- [ ] Direct message
Inside the App
GitHub
Source Code: Instagram_Flutter.