wilburx9 / flutter_paystack

:credit_card: A robust Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS
https://pub.dartlang.org/packages/flutter_paystack
Apache License 2.0
210 stars 367 forks source link

update intl to 0.18.0 #173

Open pelumibabs opened 1 year ago

devfolorunso commented 1 year ago

@pelumibabs do you know if there is any update on this?

For context.

Flutter apps that depends on flutter_paystack are not able to use flutter_localizationsfrom flutter sdk simply because flutter_localizations depends onintl 0.18.0

Please treat as urgent!

pelumibabs commented 1 year ago

@devfolorunso I understand that there's been no update on the issue yet. The best course of action would be to add a dependency override for 'intl'.

I've attached a screenshot as an example, though I'm not certain how sustainable it will be for your project.

image