poitch / dart-matomo

A Dart Matomo Client
MIT License
20 stars 39 forks source link

fix: Make compatible with flutter 2 #9

Closed krille-chan closed 3 years ago

poitch commented 3 years ago

Thank you, I had just installed flutter 2 and was about to check.

poitch commented 3 years ago

@ChristianPauly It looks like intl and intl_translation aren't compatible with flutter 2 as of yet: https://github.com/dart-lang/i18n/issues/574

As soon as they publish a version that is I will update with it. I might also explore a way to get rid of this dependency.

husainazkas commented 3 years ago

@ChristianPauly It looks like intl and intl_translation aren't compatible with flutter 2 as of yet: dart-lang/i18n#574

As soon as they publish a version that is I will update with it. I might also explore a way to get rid of this dependency.

Please migrate this package to support null safety ASAP.