A clone flutter for Airbnb app.
Download or clone this repo by using the link below:
https://github.com/amalnaami/airbnbclone
Add FVM support
fvm flutter use 3.3.8
Go to project root and execute the following command in console to get the required dependencies:
fvm flutter pub get
Run project:
fvm flutter run
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.
Airbnb_Clone_compressed.mp4
- cupertino_icons
- equatable
- flutter_bloc
- flutter_localizations
- google_maps_flutter
- rxdart
- shared_preferences
- flutter_lints
- very_good_analysis
| flutter-app/
|- android
|- build
|- ios
|- lib/
|- app
|- core
|- data
|- models
|- views
|- main.dart
|- test