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
I updated flutter, and I need to use intl latest version.
Because project depends on booking_calendar 1.1.10 which depends on intl ^0.18.0, intl ^0.18.0 is required.
So, because project depends on intl ^0.19.0, version solving failed.
The text was updated successfully, but these errors were encountered:
Clone the repository to the source code of the project from the github: git clone https://github.com/radikris/booking_calendar.git
It needs to be looking like this in your flutter project structure:
./lib
./booking_calendar
edit pubspec.yaml like below:
booking_calendar:
path: ./booking_calendar
OPTIONAL:
If it is not solved after above steps, change intl version in the booking_calendar/pubspec.yaml
I updated flutter, and I need to use intl latest version.
Because project depends on booking_calendar 1.1.10 which depends on intl ^0.18.0, intl ^0.18.0 is required.
So, because project depends on intl ^0.19.0, version solving failed.
The text was updated successfully, but these errors were encountered: