Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssef-remah/flutter-social-app
A Flutter app for connecting with friends, sharing posts, and engaging with a community.
https://github.com/youssef-remah/flutter-social-app
firebase-authentication firebase-firestore firebase-storage flutter social-app
Last synced: 5 days ago
JSON representation
A Flutter app for connecting with friends, sharing posts, and engaging with a community.
- Host: GitHub
- URL: https://github.com/youssef-remah/flutter-social-app
- Owner: Youssef-Remah
- Created: 2024-04-02T18:30:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-29T06:13:18.000Z (7 months ago)
- Last Synced: 2024-11-17T02:30:53.124Z (2 months ago)
- Topics: firebase-authentication, firebase-firestore, firebase-storage, flutter, social-app
- Language: Dart
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social App
This Social App built with Flutter allows users to connect with friends, share posts, and engage with the community.## Features
- **Sign In / Sign Up:** Start the app by creating a new account or signing into an existing one.- **Home Page:** View all posts from users, like posts, and write comments.
- **Chats Screen:** Chat with your friends and stay connected.
- **Upload Post:** Create new posts and share them with your followers.
- **Settings:** View and modify your profile information, including your profile and cover photos, name, bio, and mobile number. Check out your stats like the number of posts, photos, followers, and followings.
## Installation
**1- Clone the repository:**`git clone https://github.com/Youssef-Remah/Flutter-Social-App.git`
**2- Navigate to the project directory:**
`cd social-app`
**3- Install dependencies:**
`flutter pub get`
**4- Run the application:**
`flutter run`