GIfatahTH / animator

A Flutter library that makes animation easer. It allows for separation of animation setup from the User Interface.
BSD 3-Clause "New" or "Revised" License
227 stars 28 forks source link

Remove print from didUpdateWidget #9

Closed Torrunt closed 5 years ago

Torrunt commented 5 years ago

My debug console is getting spammed with prints from this package. This line should probably be removed: https://github.com/GIfatahTH/animator/blob/5bcd7188625f8e4bf78f42ceffadee80136565a0/lib/animator.dart#L475

GIfatahTH commented 5 years ago

yes it will be removed