A mobile application known as a "Twitter clone" copies the essential features of the well-known social networking site Twitter. Full Stack Twitter Mobile App is a clone that operates on both iOS and Android..
Flutter, Appwrite Authentication, Database, Storage, Realtime, Queries, Indexes, Riverpod.
- Sign Up With Email, Password
- Login With Email, Password
- Tweeting Text
- Tweeting Image
- Tweeting Link
- Hashtag identification & storage
- Displaying tweets
Clone the project
git clone https://github.com/Mouneeta/Twitter-clone.gitGo to the project directory
cd Twitter-clone Then follow the steps accordingly :
- Install Appwrite [here]
- Create a local Appwrite Project
- Create Android & iOS Apps in the Dashboard
- Create Appwrite Database, Storage, Index
- Modify Roles in Auth, Database, Storage
- Create Attributes for Tweets, Users
- Copy the required ids & change it in
lib/constants/appwrite_constants.dart Change your IP Address in
lib/constants/appwrite_constants.dartThe screenshots of the mobile applications is given below.
In signup and login page for unit testing is done for empty email/password returns error string and non-empty email/password returns null in the following file
test/email_password_validator_test.dartIf you have any feedback, please reach out to us at mouneetar@gmail.com
Trying to learn flutter ...





