builttoroam / device_calendar

A cross platform plugin for modifying calendars on the user's device
https://pub.dev/packages/device_calendar
BSD 3-Clause "New" or "Revised" License
259 stars 258 forks source link

Add equality to Calendar object #491

Open Hugodehu opened 11 months ago

Hugodehu commented 11 months ago

Describe the solution you'd like Is it possible to add the equality property to the Calendar object for tests purpose ?

thomassth commented 11 months ago

Is there an native API equivalent to this?

Hugodehu commented 11 months ago

Yes I think with the native quick action on the class itself allows you to generate the constructor, the equality, the toString method etc...