Last updated:
0 purchases
number interpolation
Interpolation #
This library is a port of react-natives Animated interpolation.
import 'package:interpolation/interpolation.dart'
final interpolate = createInterpolation(
inputRange: [0, 1],
outputRange: [0, 100]
);
final result = interpolate(0.5);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.