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
With strong mode and optional new, both forward and backward compatibility of code are not trivial for developers who search for packages.
Please add
a filter in search
a clear indication of whether a package can be compiled to either dart 1, 2 or both
so people can make informed decisions while choosing a library.
I'd suggest that the package publisher decides what information to put in. Some sort of linter / analysis could help, but anything now is better than perfect later.
With Dart 2 and strong mode being planned as mandatory for flutter and already rolling in, friction is already showing up.