Skip to content

Configuration

Disco aims to be minimally opinionated. To customize the default configuration, set the desired preferences using DiscoConfig before calling runApp. For example:

DiscoConfig.lazy = false;
runApp(
// ...
);

All options

OptionDefaultDescription
lazytrueThe values of the providers provided in a ProviderScope are created lazily.