https://github.com/teoneag/flutter_tutorial_instagram_clone_6h
Tutorial from https://www.youtube.com/watch?v=mEPm9w5QlJM&ab_channel=freeCodeCamp.org
https://github.com/teoneag/flutter_tutorial_instagram_clone_6h
Last synced: 3 months ago
JSON representation
Tutorial from https://www.youtube.com/watch?v=mEPm9w5QlJM&ab_channel=freeCodeCamp.org
- Host: GitHub
- URL: https://github.com/teoneag/flutter_tutorial_instagram_clone_6h
- Owner: Teoneag
- Created: 2023-04-22T12:24:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T14:29:50.000Z (10 months ago)
- Last Synced: 2025-01-16T18:05:46.836Z (5 months ago)
- Language: Dart
- Size: 558 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# t_instagram_clone_6h
## A flutter instagram clone from [this tutorial](https://www.youtube.com/watch?v=mEPm9w5QlJM&ab_channel=freeCodeCamp.org)
- firebase auth
- firestore database
- firebase storage## ToDo
### Bugs
1. Sign up screen: keyboard -> overflow by ...
2. After signing up, u're redirected to home, without being logged in
3. View all 0 comments when actually there is one comment (it updates after a lot of time)
4. Make the posts appear sorted by date### Refactor
1. The variables are hardcoded### Futures
1. Sign out message box "You sure u wanna sign out?"
2. Make the messages work: add messages screen
3. Make the icons load before u display them (user icon + circularphotoloadingindicator)
4. Go to profile when clicking on a user username
5. Add settings screen
6. Add stories + when clicking on the user photo go to the story
7. When clicking on the post from the search, go to that post
8. Be able to search for a description
9. Add tags