[ffigen] Should we include -Wno-nullability-completeness
compiler option by default?
#1073
Labels
-Wno-nullability-completeness
compiler option by default?
#1073
I can't run
flutter create --template=plugin_ffi my_package
and thendart run ffigen --config ffigen.yaml
locally on MacOS without adding:We can add this to the Flutter template, but it looks like we're littering this line across the all your
ffigen.yaml
s to make it work in the repository.So maybe we should just add it by default if it can't do any harm.
The text was updated successfully, but these errors were encountered: