ProjectService class

Properties

assetsDir Directory
no setter
assetsRef File
no setter
configRef File
no setter
generatedAssetsDir Directory
no setter
hashCode int
The hash code for this object.
no setterinherited
markdownFile File
no setter
projectConfigFile File
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slideRef File
no setter
watcher → FileWatcher
latefinal

Methods

buildAssetFile(String fileName, SlideAssetType type) File
clearGeneratedDir() Future<void>
ensureExists() Future<void>
getAssetTypeOfFile(File file) SlideAssetType?
getSlideAssetFromFile(File file) Future<SlideAsset>
isAssetFile(File file) bool
loadDeck() Future<DeckReferences>
loadGeneratedFiles() Future<List<File>>
loadMarkdown() Future<String>
loadString(String path) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveAssetsRef(List<File> files) Future<void>
saveConfigRef(SDConfig config) Future<void>
saveSlidesRef(List<Slide> slides) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ProjectService
final