Open dickermoshe opened 5 months ago
I see you've opened an issue here https://github.com/ykmnkmi/jinja.dart/issues/27
Guess we'll just have to wait for an error message
These kinds of errors come up with a lot with minor configuration issues when using Jinja templates. It's often something like you expect that a variable exists but it doesn't. I see a reference to "flutter-bounty-hunters" in your error message.
I would recommend that you look for wherever that value appears in one of the Jinja files.
Running
dart run
in thestatic_shock_docs
project results in the following error:I'm working on a new plugin, having a working example project to test with would be nice