amalnaami / airbnbclone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Dart 98.0%Language:Ruby 1.4%Language:Swift 0.5%Language:Kotlin 0.1%Language:Objective-C 0.0%