maxonflutter / AirBnB_Clone_with_Flutter_Dart_Frog

A few screens of an AirBnb clone built with Flutter
15 stars 6 forks source link

Junior AI: UI Template - isli-muim61 #16

Closed maxonflutter closed 1 year ago

maxonflutter commented 1 year ago

The scope of work for Junior AI

Based on the template, create the PropertyListWidget to display a list of properties / hotels:
- The widget uses the sample data from the Property custom class.
- Replace the reviews with the price.
- The card should display the property location (country + city), the list of amenities (as a string) and the property description.

Any relevant code snippet

class Property extends Equatable {
  final String id;
  final String description;
  final String propertyType;
  final String roomType;
  final double pricePerNight;
  final String country;
  final String city;
  final int maxGuests;
  final List<String> amenities;
  final String mainPhotoUrl;
  final List<String> photoUrls;

  const  ... 
}

Any relevant file references

No response

Automated Workflows

None of the options

Code or Test

Not sure

Create or Edit

Not sure

ghost commented 1 year ago

Junior AI Bot Update 🤖

Hello! I'm pleased to inform you that the Junior AI Bot has started working on this issue. Hang on tight while the bot handles the task.

Account Status 💰

Currently, you have 16900 credits remaining in your account.

Should you need more credits or wish to view our pricing plans, kindly visit Junior Pricing.

Support & Community 💬

For any technical support, queries, or to engage with the community, please don't hesitate to send an email to massimo@atomsbox.com or join us the our Discord Channel.

Learn & Support ⭐

Want to see Junior AI Bot in action? Check out the GitHub project for examples. If you find the project helpful, please consider giving a star to support it!