Milad-Akarie / smooth_page_indicator

Flutter Smooth PageView indicators
MIT License
1.24k stars 147 forks source link

JumpingDotEffect does unnecessary print() #47

Closed chunghha closed 1 year ago

chunghha commented 3 years ago

JumpingDotEffect prints unnecessary offset to console. I assume this is unnecessary because only that effects does printing. Also, it disturbs other logging of app.

I am going to open a PR.