Skip to content
New issue

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

Remove "unnecessary" imports in test/widgets #75952

Merged
merged 1 commit into from Feb 17, 2021

Commits on Feb 16, 2021

  1. Remove "unnecessary" imports in test/widgets

    In each library where an import is removed, the library uses some elements
    provided by the import, BUT there is another import which provides all of the
    same elements, and at least one more which the library uses.
    
    In this change, we remove the imports which can be simply removed in favor of
    the other already present imports.
    
    See dart-lang/sdk#44569 for more information.
    srawlins committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1d13e4b View commit details
    Browse the repository at this point in the history