flutter_animate
flutter_animate copied to clipboard
feat: add optional `useRepaintBoundary` to `Animate`
This is a draft PR
Documentation is still open, I will add it next week when I have more time.
closes #46
@gskinner I added a first draft of the docs, let me know what you think! And feel free to change anyting obviously.
As a side note: The dart docs for parameters are only available with the "standalone" widgets, not with the extension methods. I can totally see not wanting to copy/paste the docs due to various reasons. A possible way of circumventing this would be to use dartdoc Macros as described here.
What do you think about that?