forked from firka/flutter
56b4eb63d37ee8cd0a734feed77533a5ae665308
Previously, cases like: ```dart Color.lerp(const Color(0xFF00FF7F), const Color(0xFF00FFFF), 1.1) ``` ...would result in unexpected effects (in this instance, lerping between these colors with a curve that overshoots would take what should be a simple animation from pale green to blue and add some flickering bright green whenever it overshoots).
Revert "Roll dart dependency to 24ad1035147b65dd42e765b566f5002e87caafa7 (#4140)" (flutter/engine#4143)
Description
No description provided
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%