flutter_animate icon indicating copy to clipboard operation
flutter_animate copied to clipboard

Add an optional transformer function to ValueNotifierAdapter

Open gskinner opened this issue 2 years ago • 1 comments

It may occasionally be useful to be able to specify a function to transform the notifier value before it is assigned to the controller.

gskinner avatar Sep 28 '22 18:09 gskinner

Yeah, makes sense. But that transformation may not always be in the range [0-1]. So the result should be clamped between 0 and 1?

himanshugarg08 avatar Oct 25 '22 08:10 himanshugarg08