Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rivaanranawat/flutter_twitter_clone
Full Stack Twitter Clone developed using Flutter, Appwrite, Riverpod. 9 Hour Tutorial link below๐
https://github.com/rivaanranawat/flutter_twitter_clone
appwrite appwrite-auth appwrite-database appwrite-realtime appwrite-storage flutter flutter-apps flutter-tutorial riverpod riverpod-tutorial
Last synced: 1 day ago
JSON representation
Full Stack Twitter Clone developed using Flutter, Appwrite, Riverpod. 9 Hour Tutorial link below๐
- Host: GitHub
- URL: https://github.com/rivaanranawat/flutter_twitter_clone
- Owner: RivaanRanawat
- Created: 2023-01-22T18:11:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T09:27:49.000Z (about 2 years ago)
- Last Synced: 2025-01-29T14:06:45.822Z (1 day ago)
- Topics: appwrite, appwrite-auth, appwrite-database, appwrite-realtime, appwrite-storage, flutter, flutter-apps, flutter-tutorial, riverpod, riverpod-tutorial
- Language: Dart
- Homepage: https://www.youtube.com/watch?v=XnxZLhtkFeg
- Size: 1.44 MB
- Stars: 270
- Watchers: 8
- Forks: 124
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Clone
Source Code for Full Stack Twitter App - Works on Android & iOS!
## Features
- Sign Up With Email, Password
- Sign In With Email, Password
- Tweeting Text
- Tweeting Image
- Tweeting Link
- Hashtag identification & storage
- Displaying tweets
- Liking tweet
- Retweeting
- Commenting/Replying
- Follow user
- Search users
- Display followers, following, recent tweets
- Edit User Profile
- Show tweets that have 1 hashtag
- Twitter Blue
- Notifications tab (replied to you, followed you, like your pic, retweeted)## YouTube
I have created a tutorial based on this, do check it out on my channel [Rivaan Ranawat](https://www.youtube.com/watch?v=XnxZLhtkFeg)
## Installation
After cloning this repository, migrate to `flutter_twitter_clone` folder. Then, follow the following steps:
- Install Appwrite (Installation Steps [here](https://appwrite.io/docs/installation)
- Create Appwrite Project Locally
- Create Android & iOS Apps in the Dashboard
- Create Appwrite Database, Storage
- Modify Roles in Auth, Database, Storage
- Create Attributes for Tweets, Users, Notifications Collection
- Copy the required ids & change it in `lib/constants/appwrite_constants.dart`
- Change your IP Address in `lib/constants/appwrite_constants.dart`Then run the following commands to run your app:
```bash
flutter pub get
open -a simulator (to get iOS Simulator)
flutter run
```## Tech Used
**Server**: Appwrite Auth, Appwrite Storage, Appwrite Database, Appwrite Realtime**Client**: Flutter, Riverpod
## FeedbackIf you have any feedback, please reach out to me at [email protected]