ViewRenderer class
Methods
-
evaluateExpression(String expression, Map<String, dynamic> context)
→ dynamic
-
Public access to expression evaluator for testing
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
render(String viewName, {Map<String, dynamic> context = const {}, bool escapeOutput = true})
→ Future<String>
-
-
renderExpressionsForTest(String template, Map<String, dynamic> context, {bool escapeOutput = true})
→ String
-
Public helper for expression rendering without directive processing.
-
renderUnsafe(String viewName, {Map<String, dynamic> context = const {}})
→ Future<String>
-
Renders a view without escaping (use with caution!)
-
toString()
→ String
-
A string representation of this object.
inherited