useNativeManifest property
By default native_toolchain_rust
expects native_manifest.yaml
in
package root in order to check for the required Rust version and also for
native_doctor
to work. If you don't want to include native_manifest.yaml
in your package, set this to false
.
See https://pub.dev/packages/native_doctor for more information.
Implementation
final bool useNativeManifest;