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

Add flutter prefix to import #42

Closed
wants to merge 1 commit into from
Closed

Add flutter prefix to import #42

wants to merge 1 commit into from

Commits on Dec 4, 2023

  1. Add flutter prefix to import

    This keeps things consistent with other imports and fixes the internal breakage (b/314687390).
    
    While the build system here is able to handle imports both with and without the `flutter` prefix, the internal mechanism that rewrites these imports is currently unable to handle the latter case.
    jiahaog authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f36f7f7 View commit details
    Browse the repository at this point in the history