subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.23k stars 199 forks source link

'implicit-casts' is no longer supported #221

Closed HarvsG closed 1 year ago

HarvsG commented 1 year ago

I get this error in my actions flow

Run flutter analyze --no-fatal-infos
Analyzing MyApp.                                       

warning • Warning in the included options file /opt/hostedtoolcache/flutter/master/x64/.pub-cache/hosted/pub.dev/lint-1.10.0/lib/analysis_options.yaml(281..294): The option 'implicit-casts' is no longer supported • analysis_options.yaml:1:10 • included_file_warning
kuhnroyal commented 1 year ago

That is an analysis warning. It is caused by the lint dependency that you are using in your app. Completely unrelated to this action. If you don't see this warning locally, then the Flutter version between local and CI is different.