This project is a simple implementation of an Instagram-like home screen, showcasing a feed of posts. It is designed as a task to demonstrate proficiency in Flutter development using dart language.
Feed Display: Show a list of posts with images, video, user names, and captions.
Post Interactions: Includes UI elements for likes, comments, and sharing (non-functional for this task).
Profile Picture: Displays user profile pictures next to their posts.
User Interface: Designed to mimic the Instagram home screen layout.
Screenshot:
Flutter 2.0+
Dart 2.12+
-
Clone the repository: https://github.com/DixPatel009/InstagramHomePage.git
-
Navigate to the project directory: cd InstagramHomePage
-
Install dependencies: flutter pub get
-
Run the project: flutter run
Feed Screen: Displays a list of posts similar to Instagram's home feed.
Interaction Buttons: Although non-functional for this task, the UI includes buttons for liking, commenting, and sharing posts.