• Todd Volkert's avatar
    Don't enforce `library_prefixes` lint in users' projects. (#10392) · 0809a4fc
    Todd Volkert authored
    The lint ensures that the prefix you use in your "import ... as"
    directive conforms to lowercase_with_underscores style. However,
    generated code often doesn't, since it may use preceding underscores
    for collision avoidance, or directly use locale codes in the
    prefixes.
    0809a4fc
Name
Last commit
Last update
..
.vscode Loading commit data...
lib Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
flutter.iml Loading commit data...
pubspec.yaml Loading commit data...