FlintFilePreview class

Constructors

FlintFilePreview()

Properties

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

Methods

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

Static Methods

previewInBrowser(FlintWidget content, {String? outputPath}) Future<void>
Save preview to file and open in browser
saveAsHtml(FlintWidget content, String filePath) Future<File>
Save as HTML file
saveEmailHtml(FlintWidget content, String filePath) Future<File>
Save email-ready HTML (without preview wrapper)