Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you guys update the intl package to the latest version? #57

Open
MarkAtRoamad opened this issue Aug 11, 2024 · 3 comments
Open

Can you guys update the intl package to the latest version? #57

MarkAtRoamad opened this issue Aug 11, 2024 · 3 comments

Comments

@MarkAtRoamad
Copy link

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.

@apphubkh
Copy link

apphubkh commented Oct 4, 2024

The same issue

@juleast
Copy link

juleast commented Dec 11, 2024

I'm also having this issue. I think a package update is long overdue.

@dogukangulyasar
Copy link

I found a solution.

  1. 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
  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants