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
Currently the flutter build system checks if there's any packages with hooks and if so going to run the dart build. When it constructs a config it requires there to be a C compiler.
Though not all users may have a C compiler installed and the hooks may just provide pre-built binaries instead of building from source.
=> So we don't have to error if we can't find a C compiler, maybe the hooks that need to run don't actually need it.
This is related to making config.codeConfig.cCompiler nullable.