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
Error: Cannot invoke a non-'const' constructor where a const expression is expected.
options.dart:313
Try using a constructor or factory that is 'const'
The text was updated successfully, but these errors were encountered:
The problem doesnt relate to the package. It's your code. You have upgraded the linter package and the new linter wants you to use the const constructor where possible.
Usually running dart fix . fixes them automatically. Or you can do it manually.
Error: Cannot invoke a non-'const' constructor where a const expression is expected.
options.dart:313
Try using a constructor or factory that is 'const'
The text was updated successfully, but these errors were encountered: