dooboolab-community / flutter_calendar_carousel

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
MIT License
839 stars 306 forks source link

updated event model and added event id #257

Closed ShahzadUmarBaig closed 3 years ago

ShahzadUmarBaig commented 3 years ago

I have added an additional field to the event model to keep each event unique, because the event name can be similar, even the dates can be similar but we needed something to make it unique, the id will be used to keep track of all the events and fetching events from the database

I have created the issue and fixed it as well #256