-
Notifications
You must be signed in to change notification settings - Fork 537
Upgrade freezed_annotation to the latest version (^3.0.0) #815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
During the upgrade of Solving this issue resulted in #820 |
Switch to a lower compatible version. |
@animator I agree, we do not need to upgrade right now. A lot more packages APIDash depends on are using a lower version of For the migration each freezed classes needs to have a modifier either |
Describe the bug/problem
Please describe the bug/problem here
Including the latest openapi_spec package (v0.9.0) in the
apidash_core
dependencies causes a dependencies version conflict (forfreezed_annotation
package), the following error message was received during this importSteps to Reproduce the bug/problem
Please provide the steps to reproduce the behavior. Screenshot(s)/image(s) are preferred to help explain it better
packages\apidash_core
openapi_spec
by adding the following in the dependencies section ofpackages\apidash_core\pubspec.yaml
andpackages\apidash_core\pubspec_overrides.yaml
flutter pub get
while in theapidash
root directoryExpected behavior
Description of what you expected to happen
Newly added package getting resolved and downloaded into the project
Device Info (The device where you encountered this issue)
The text was updated successfully, but these errors were encountered: