RivaanRanawat/flutter_twitter_clone
使用 Flutter、Appwrite 和 Riverpod 開發的全端 Twitter 克隆。9 小時教學連結如下👇
- Stars
- 288
- Forks
- 125
- 最近推送(UTC)
- 2023年1月26日
- 專案狀態
- 未封存
語言DartC++CMakeRubySwiftHTMLCKotlinObjective-C
技術主題
使用的依賴
依賴清單 13 項
- flutter
{"sdk":"flutter"} - cupertino_icons
^1.0.2 - appwrite
^8.2.0 - flutter_svg
^1.1.6 - flutter_riverpod
^2.1.3 - fpdart
^0.4.0 - image_picker
^0.8.6+1 - carousel_slider
^4.2.1 - timeago
^3.3.0 - any_link_preview
^3.0.0 - like_button
^2.0.5 - flutter_test開發依賴
{"sdk":"flutter"} - flutter_lints開發依賴
^2.0.0
所在榜單
原始 README
以下為英文專案原文快照,最新內容請造訪 GitHub。
展開 / 收合專案 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
Youtube Tutorial Image
Installation
After cloning this repository, migrate to flutter_twitter_clone folder. Then, follow the following steps:
- Install Appwrite (Installation Steps here
- 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:
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
Feedback
If you have any feedback, please reach out to me at namanrivaan@gmail.com