This project is a Flutter-based user interface clone of the Facebook. It aims to demonstrate the capabilities of Flutter in recreating the user interface of the Facebook Home Feed, which includes posts, images, and comments.
- Display posts with user profile images, names, and timestamps.
- Show text and images in posts.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Clone the repository:
git clone https://github.com/rohit-s-s/facebook
- Navigate to the project directory:
cd lib/main.dart
- Install dependencies:
flutter pub get
- Run the app:
flutter run
The following Flutter packages are used in this project:
flutter/material.dart
: Material Design components for UI elements.
To install these packages, run flutter pub get
.
Contributions are welcome! If you find any issues or improvements, feel free to open a pull request or create an issue in the repository.
Happy coding!