Belveloper / booking_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booking hotels app

We have made this app with clean architecture and I used cubit as state management at the presentation layer.

Brief explanation

With this app you can browse in hotels and search for specific hotel and there is a map view to find the exact location of the hotel on the map. You can see a video in this link.

Screenshots

Welcome Page Onboarding Page Register Page Login Page
Explore Page Dark Explore Page Dark AR Map Page Profile Page

Dependencies

  dio: ^4.0.6
  flutter_bloc: ^8.1.1
  get_it: ^7.2.0
  dartz: ^0.10.1
  internet_connection_checker: ^0.0.1+4
  equatable: ^2.0.5
  smooth_page_indicator: ^1.0.0+2
  font_awesome_flutter: ^10.2.1
  google_maps_flutter: ^2.1.6
  flutter_rating_bar: ^4.0.1
  shared_preferences: ^2.0.15
  another_flushbar: ^1.12.29
  flutter_phoenix: ^1.1.0
  easy_localization: ^3.0.1
  geolocator: ^9.0.2
  image_picker: ^0.8.5+3
  bloc: ^8.1.0

Directory Structure for project

├───core
│   ├───error
│   ├───network
│   ├───resources
│   ├───usecase
│   └───utils
└───features
    ├───booking
    │   ├───data
    │   │   ├───datasources
    │   │   ├───models
    │   │   └───repositories
    │   ├───domain
    │   │   ├───entities
    │   │   ├───repositories
    │   │   └───usecases
    │   └───presentation
    │       ├───cubit
    │       ├───pages
    │       └───widgets
    ├───facilities
    │   ├───data
    │   │   ├───datasources
    │   │   ├───models
    │   │   └───repositories
    │   ├───domain
    │   │   ├───entities
    │   │   ├───repositories
    │   │   └───usecases
    │   └───presentation
    │       ├───cubit
    │       ├───pages
    │       └───widgets
    ├───get_hotels
    │   ├───data
    │   │   ├───datasources
    │   │   ├───models
    │   │   └───repositories
    │   ├───domain
    │   │   ├───entities
    │   │   ├───repositories
    │   │   └───usecases
    │   └───presentation
    │       ├───cubit
    │       └───pages
    │           ├───layout
    │           ├───screens
    │           └───widgets
    │               └───static_hotel_data
    ├───login
    │   ├───data
    │   │   ├───datasources
    │   │   ├───models
    │   │   └───repositories
    │   ├───domain
    │   │   ├───entities
    │   │   ├───repositories
    │   │   └───usecases
    │   └───presentation
    │       ├───cubit
    │       ├───pages
    │       │   └───onboarding
    │       │       ├───models
    │       │       ├───view
    │       │       └───view_model
    │       └───widgets
    ├───profile
    │   ├───data
    │   │   ├───datasources
    │   │   ├───models
    │   │   └───repositories
    │   ├───domain
    │   │   ├───entities
    │   │   ├───repositories
    │   │   └───usecases
    │   └───presentation
    │       ├───cubit
    │       │   └───profile
    │       ├───pages
    │       └───widgets
    │           └───edit_profile_widgets
    ├───register
    │   ├───data
    │   │   ├───datasources
    │   │   └───repositories
    │   ├───domain
    │   │   ├───repositories
    │   │   └───usecases
    │   └───presentation
    │       ├───cubit
    │       └───pages
    └───search
        ├───data
        │   ├───datasources
        │   └───repositories
        ├───domain
        │   ├───repositories
        │   └───usecases
        └───presentation
            ├───cubit
            ├───pages
            │   └───main_page
            │       └───screens
            └───widgets

About


Languages

Language:Dart 85.5%Language:C++ 6.8%Language:CMake 6.1%Language:HTML 0.6%Language:C 0.5%Language:Swift 0.5%Language:Kotlin 0.0%Language:Objective-C 0.0%