A Flutter widget that provides a customizable and interactive listing card similar to Airbnb's design. This widget includes a PageView with indicators, navigation buttons and a favorite button, allowing you to showcase multiple listings in a visually appealing manner.
- Beautiful and intuitive listing card design inspired by Airbnb.
- Smooth horizontal scrolling with a PageView widget.
- Customizable and clickable indicators to show the current page.
- Interactive favorite button to add listings to favorites.
- Navigation buttons to scroll between different pages.
AirbnbListingCard(
listingData: yourListingData,
// Customize other properties as needed
)
This project is licensed under the MIT License. You are free to use, modify, and distribute this widget in both personal and commercial projects.
This widget was inspired by the beautiful design of Airbnb's listing cards.