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
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.