creativecreatorormaybenot

Results 204 comments of creativecreatorormaybenot

@VadimOsovsky We are currently prioritizing other things, but we will get back to it soon and the highest priority here for us is #62. Having said that, you are welcome...

πŸ‘πŸ½ this is also our desired use case πŸ™‚ You can already do this in an `initState` method for example. The way I would advise you to do it is...

Note that the error handling is not optimal even with this - I hope this is acceptable for a `0.0.1` pre-release 😬

@TheOneWithTheBraid It does catch errors. However, it does not catch configuration and rendering exceptions because they happen at another stage in the build process. This needs to be improved. If...

@TheOneWithTheBraid The error widget is global, but I think this approach could work for now πŸ‘ŒπŸΌ

@rdrgn No, there is no update yet. Note that this will be prioritized once we tackle #62 and hopefully lift this project out of the pre release state πŸ‘

@Sorunome Hi, I agree with you :) The package development from our side is on-hold at the moment (as you might have noticed). You can check out https://github.com/znjameswu/flutter_math, which was...

Thanks! That is a feature request we actually have ourselves πŸ™‚ The function already exists - I will expose it in a PR soon πŸ‘πŸ½ (if you are curious: `Parser().parse().createWidget()`...

@michaelniedermayr Yes, that is an issue at the moment β†’ symbols are evaluated at render box creation time (and they should not). The current way to handle it is [described...

Noticed that as well, thanks! πŸ‘πŸΌ