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
Hi, I am using latest version of date_time_picker and intl in my flutter project. Flutter version is 3.14 but still not able to use date_time_picker package because it is using old intl package as dependency. That's why when I am compile my application, it gives me below error and it is not compiled:
date_time_picker >=2.0.0 depends on intl ^0.17.0 and johndoedotin depends on intl 0.18.1, date_time_picker >=2.0.0 is forbidden. So, because johndoedotin depends on date_time_picker ^2.1.0, version solving failed.
date_time_picker dev team please check this issue and suggest me, how can we solve this and use your good date_time_picker package in my project. Thanks a lot.
Look forward to hear you.
The text was updated successfully, but these errors were encountered:
Hi, I am using latest version of
date_time_picker
andintl
in my flutter project.Flutter version
is3.14
but still not able to use date_time_picker package because it is using old intl package as dependency. That's why when I am compile my application, it gives me below error and it is not compiled:date_time_picker >=2.0.0 depends on intl ^0.17.0 and johndoedotin depends on intl 0.18.1, date_time_picker >=2.0.0 is forbidden. So, because johndoedotin depends on date_time_picker ^2.1.0, version solving failed.
date_time_picker
dev team please check this issue and suggest me, how can we solve this and use your gooddate_time_picker
package in my project. Thanks a lot.Look forward to hear you.
The text was updated successfully, but these errors were encountered: