ContentLoader class

Content loader for loading and parsing markdown files

Constructors

ContentLoader({ContentLoaderConfig? config})

Properties

config ContentLoaderConfig
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearCache() → void
Clear the content cache
load(String filePath) Future<ContentDocument?>
Load a single content file by path
loadDirectory(String dirPath) Future<List<ContentDocument>>
Load all content files from a directory
loadNavigation() Future<List<NavSection>>
Load all content and build navigation structure
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited