If you do a query using "contains" it is case-sensitive (and cannot be reconfigured to be case-insensitive). But using "beginsWith" it is not case-sensitive (but it can't be reconfigured either). Note ...
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.