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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Write out doc files for static methods on extensions. (#2588, #2591)
Fix a crash where dartdoc tried to create a duplicate field in the event
a static const extension member is declared. (#2585)
Implementation of generic type aliases. (#2584, #2575, #2558)
BREAKING CHANGE: Refactors to better support new type handling.
With #2573 and changes building on it, linkedReturnType must be changed
to either modelType or modelType.returnType in templates. (#2583, #2573)
Add an option for setting arguments for tool compilation. (#2576)
Make signature of categoriesWithPublicLibraries more accurate. (#2571)
Improve analysis performance by avoiding hints/lints when resolving
files. (#2566)