We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Currently changing the parameter type from dynamic to Object? is detected as a breaking change.
dynamic
Object?
To Reproduce Change the parameter type from dynamic or nothing to Object?. See dart-archive/http2#140 (comment)
Actual and Expected behavior This type of change should be a minor change
System info (please complete the following information):
dart --version
Dart SDK version: 3.2.6 (stable) (Wed Jan 24 13:41:58 2024 +0000) on "macos_arm64"
dart-apitool --version
0.17.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Currently changing the parameter type from
dynamic
toObject?
is detected as a breaking change.To Reproduce
Change the parameter type from
dynamic
or nothing toObject?
.See dart-archive/http2#140 (comment)
Actual and Expected behavior
This type of change should be a minor change
System info (please complete the following information):
dart --version
Dart SDK version: 3.2.6 (stable) (Wed Jan 24 13:41:58 2024 +0000) on "macos_arm64"
dart-apitool --version
)0.17.0
The text was updated successfully, but these errors were encountered: