medyas / flutter_qiblah

Flutter Qiblah is a plugin that allows you to display Qiblah direction in you app with support for both Android and iOS.
https://pub.dev/packages/flutter_qiblah
MIT License
127 stars 91 forks source link

Migration rxdart plugin to ^0.25.0 is needed #14

Closed arif2k17 closed 3 years ago

arif2k17 commented 3 years ago

Please migrate rxdart to rxdart ^0.25.0. I need it badly. Actually i am using a plugin that requires rxdart ^0.25.0 unfortunately i can not use lower version for that plugin because lower version has issues.

Please upgrate rxdart ^0.25.0 if possible.

Thanks.

medyas commented 3 years ago

This is related to the flutter_compass plugin not being updated, and to the null safety migration #12 . You can try to override the rxdart plugin version in your pubspec:

dependency_overrides:
  rxdart: ^0.25.0
arif2k17 commented 3 years ago

Thanks a lot @medyas That solved the issue. I didn't even knew that dependency version can be overridden. Thanks for that too :)