providers/src/providers library
Classes
- BootConfig
- Configuration for bootstrapping a Nylo application.
- NyProvider
- Base class for Providers.
Functions
-
bootFinished(
Nylo nylo, Map< Type, NyProvider> providers, {String key = "nylo", bool? enableDebugLogging, bool throwOnError = false}) → Future<Nylo> - Called after Nylo finishes setup.
-
setupApplication(
Map< Type, NyProvider> providers, {bool? enableDebugLogging}) → Future<Nylo> - Sets up application providers.