Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 258 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 258 Bytes

Lint no list

Implementation of a Flutter lint which warns the user not to use List and to prefer using IList instead. This lint has an associated quick fix which allows the user to replace the List with an IList.

This lint uses the [custom_lint] package.