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
These APIs were designed way back in the Dart 1 days when type annotations didn't matter so much and there was no type inference.
I have a plan for a pile of changes like the one you suggest at some point, to modernize the APIs; but they are breaking changes so they will take some work to land. I'm not sure when that will happen.
Actually now that Dart 3 has launched the right time might be now, I will give it some thought.
MapBuilder
currently has the factory:factory MapBuilder([map = const {}])
I think it should be
there are also other instances where dynamic is used instead of strict types, is that intentional? e.g. #241
The text was updated successfully, but these errors were encountered: