Description:

A clone flutter for Airbnb app.

How to use

Step 1

Download or clone this repo by using the link below:

  https://github.com/amalnaami/airbnbclone

Step 2

Add FVM support

    fvm flutter use 3.3.8

Step 3

Go to project root and execute the following command in console to get the required dependencies:

  fvm flutter pub get

Step 3

Run project:

  fvm flutter run

🚀 Explain the flow off app:

This app contain three screens the first screen will show all options and offers and when click on any one it will move you to the detailed screen of this selected item which contain all item details. Also you can open user profile from bottom nav bar.

🚀 Screen Record

Airbnb_Clone_compressed.mp4

🚀 Libraries & Tools Used

🚀 Folder Structure

Here is the core folder structure which flutter provides.

| flutter-app/
  |- android
  |- build
  |- ios
  |- lib/
     |- app
     |- core
     |- data
     |- models
     |- views
     |- main.dart
  |- test