ykmnkmi / jinja.dart

Jinja2 template engine port for Dart.
https://pub.dev/packages/jinja
MIT License
52 stars 11 forks source link

Fix the render getter #4

Closed leonardoInf closed 4 years ago

leonardoInf commented 4 years ago

The render getter had the wrong type annotation which led to an exception. With dynamic everything works as it is supposed to.

ykmnkmi commented 4 years ago

Dart issue 41362?