flutter_animate icon indicating copy to clipboard operation
flutter_animate copied to clipboard

feat: add optional `useRepaintBoundary` to `Animate`

Open S-ecki opened this issue 2 years ago • 1 comments

This is a draft PR

Documentation is still open, I will add it next week when I have more time.

closes #46

S-ecki avatar Jan 28 '23 18:01 S-ecki

@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?

S-ecki avatar Jan 31 '23 17:01 S-ecki