atsign-foundation / at_client_sdk

The Dart implementation of atSDK used for implementing Atsign's technology into other software
https://pub.dev/publishers/atsign.org/packages
BSD 3-Clause "New" or "Revised" License
1.46k stars 31 forks source link

Need lints package to be moved to dev_dependencies and upgraded #573

Closed yahu1031 closed 2 years ago

yahu1031 commented 2 years ago

Describe the bug

The older version of lints package is blocking the latest apps to use the latest lints version.

To Reproduce Steps to reproduce the behavior:

  1. Create a flutter/at_app project
  2. Add at_client/at_client latest version and also the lints package latest version
  3. Now pub get

Expected behavior No Errors must be thrown.

Were you using an @‎application when the bug was found?

Additional context

Logs

[buzz] flutter pub get
Running "flutter pub get" in buzz...                            
Because no versions of at_onboarding_flutter match >4.0.3 <5.0.0 and at_onboarding_flutter 4.0.3 depends on at_client ^3.0.15, at_onboarding_flutter ^4.0.3 requires at_client ^3.0.15.
And because at_client >=3.0.4 depends on lints ^1.0.1, at_onboarding_flutter ^4.0.3 requires lints ^1.0.1.
So, because buzz depends on both at_onboarding_flutter ^4.0.3 and lints ^2.0.0, version solving failed.
pub get failed (1; So, because buzz depends on both at_onboarding_flutter ^4.0.3 and lints ^2.0.0, version solving failed.)
exit code 1
yahu1031 commented 2 years ago

This is going to be marked as a duplicate WRT https://github.com/atsign-foundation/at_widgets/issues/432. This is going to be close simultaneously with that linked issue if it resolves.

sitaram-kalluri commented 2 years ago

The lint version of at_client and at_client_mobile are updated to at_client - 2.0.0 and at_client_mobile - 3.2.1. Spent 2 SP in PR-42

yahu1031 commented 2 years ago

This version has been deployed. So closing this as completed.