You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brianquinlan
changed the title
NSDictionary.objectForKey_ at head does all a null returnNSDictionary.objectForKey_ at head does allow a null return
Nov 5, 2024
brianquinlan
changed the title
NSDictionary.objectForKey_ at head does allow a null returnNSDictionary.objectForKey_ at head does not allow a null return
Nov 5, 2024
We mess around with the nullabilty of certain methods to work around some inheritance issues. The visitor refactor might have introduced bugs in that logic.
native/pkgs/objective_c/lib/src/objective_c_bindings_generated.dart
Line 2421 in a3749d2
But 3.0 does:
https://pub.dev/documentation/objective_c/latest/objective_c/NSDictionary/objectForKey_.html
(the 3.0 version is correct)
The text was updated successfully, but these errors were encountered: