Facebook Clone is a flutter app that runs both on ios and android and showcases the UI of the Facebook
mobile app. The project includes following pages:
- Login page
- Newsfeed page
- Friend requests and suggestion page
- Menu page
- Story view page
Step 1:
Download or clone this repo by using the link below:
https://github.com/ooanishoo/facebook-clone
Step 2:
Go to project root folder
cd facebook-clone
Step 3:
Execute the following command in console to get the required dependencies:
flutter pub get
Step 4:
Make sure you have a device (Simulator/Emulator/Actual Mobile) connected then run the app:
flutter run