at_client_sdk
at_client_sdk copied to clipboard
Fix pub.dev score of at_client_mobile
Describe the bug Fix the score in at_client_mobile https://pub.dev/packages/at_client_mobile/score
published version 3.2.6 https://pub.dev/packages/at_client_mobile/score null safety issue has to be fixed
The null safety issue on dart:Indexed_db is from a package that is blocked by flutter. See the following link for reference. https://github.com/dart-lang/pana/issues/891
Hence moving this issue to backlog
Null safety issue got fixed now. Currently with Support up-to-date dependencies there is an issue. We cannot update package_info_plus to the latest version, as the new_version dependency on the app code depends on **"package_info_plus " **^1.0.0.
Error logs Because every version of at_client_mobile from path depends on package_info_plus ^3.0.0 and new_version >=0.0.7 depends on package_info_plus ^1.0.0, at_client_mobile from path is incompatible with new_version >=0.0.7. So, because at_wavi_app depends on both new_version ^0.3.1 and at_client_mobile from path, version solving failed.
@purnimavenkatasubbu What does "the new_version dependency on the app code" mean?
@gkc There is a package in app code named "new_version" which depends on package_info_plus ^1.0.0
Ah I see. Perhaps you could raise a ticket on the new_version repo and ask if they could create a new release which allows for package_info_plus to support versions 1.0.0 to 3.0.0?
Sure. I'll raise a ticket in te new_version repo