You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some countries the week starts with monday instead of sunday. So either expose the weekdays list to the developer or let the dev choose the start of the week. The former is preferred. Maybe by exposing a List of Weekday classes instead of the current final List<Map<String, dynamic>> weekdays
The text was updated successfully, but these errors were encountered:
@mikes222 I'm really sorry for not responding to your issue. By the way to proceed further could you please make PR. So I can merge once review and testing.
Hi, in the meantime I refactored the library completely and added a bunch of features like the ability to deal with UTC, min/max time, callbacks and more. There are so many changes that it does not make sense for me to create a PR for specific features. But anyway if you like you are completely free to takeover my code (or parts of it). The community would appreciate it for sure.
In some countries the week starts with monday instead of sunday. So either expose the
weekdays
list to the developer or let the dev choose the start of the week. The former is preferred. Maybe by exposing a List ofWeekday
classes instead of the currentfinal List<Map<String, dynamic>> weekdays
The text was updated successfully, but these errors were encountered: