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

intl dependency to any #90

Open
christian98b opened this issue Nov 8, 2024 · 3 comments
Open

intl dependency to any #90

christian98b opened this issue Nov 8, 2024 · 3 comments

Comments

@christian98b
Copy link

Hi,

First of all, thank you for your amazing work. I love the calendar and it works like a breeze!

I have a small issue with the intl package, though. In your previous change, you had the constraint set to any to avoid conflicts:
[0.3.17+37] - 2024-03-06
Update the intl package to 'any' in order to avoid problems when using this package

However, in your current version, it is fixed to 0.19.0.

Is it possible to revert it to any, so it doesn't interfere with older Flutter versions?

Greetings Chris

@rwbr
Copy link
Owner

rwbr commented Nov 11, 2024

OK, I will try to find out, why I changed it back to an explicit version. I will change it back to any as soon as I come to the conclusion, that It is safe to do so.

@rwbr
Copy link
Owner

rwbr commented Nov 11, 2024

I oppose setting the version of the intl- dependency to any. This is not a good idea, because then Flutter expects my package to by compatible with any available version of this package, even future releases. What I could do is to set a range for compatible versions of the intl-package. like intl: >=0.18.0 <0.20.0. How about that? Would that solve your problem?

@christian98b
Copy link
Author

Sorry for the late response. Yeah that would be great if possible!

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

2 participants