Closed srawlins closed 2 years ago
We probably also have the fix this in https://github.com/renggli/dart-petitparser?
There is plenty of dynamic
in petitparser for sure, but not too much dynamic invocation, I don't think. I do think I saw at least one instance in a recent trace, so I'll be filing a bug there.
We've seen dynamic calls adding to binary size. Some come from this package.
These can be statically linted with avoid_dynamic_calls, and then removed.