extended_yaml library

Classes

FileProvider

Functions

loadExtendedYaml(Uri source, {FileProvider? fileProvider}) Future
Loads yaml from source and parses it. A FileProvider may be given for included file lookup. The default provider assumes all included files are in the local file system
parseExtendedYaml(String yaml, {FileProvider? fileProvider, Uri? context}) Future
Parses the string yaml containing yaml-encoded data. For include key lookup, a FileProvider and Uri context can be given. The default provider and context assumes all includes are in the local file system relative to the current directory.