Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.06 KB

Airbnb Listing Card Widget

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.

Features

  • 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.

Screenshots

Screenshot 1 Screenshot 2

Example Usage

AirbnbListingCard(
listingData: yourListingData,
// Customize other properties as needed
)

License

This project is licensed under the MIT License. You are free to use, modify, and distribute this widget in both personal and commercial projects.

Acknowledgments

This widget was inspired by the beautiful design of Airbnb's listing cards.