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
Hey, using the latest device_calendar, I'm trying to set the url param on Event with a URL directing to my custom deeplink, but it's not saved in calendar, I have no URL there. So I look into the plugin's code and I see this:
Hey, using the latest
device_calendar
, I'm trying to set theurl
param onEvent
with a URL directing to my custom deeplink, but it's not saved in calendar, I have no URL there. So I look into the plugin's code and I see this:device_calendar/lib/src/models/event.dart
Line 246 in 6a9733c
Why would you accept only
data:
URIs? Should that be fixed andtoString()
anyUri
s? Do you accept PR for that?The text was updated successfully, but these errors were encountered: