mirror of
https://github.com/flutter/flutter.git
synced 2026-02-11 05:17:36 +08:00
When providing infinite values for the control points of CatmullRomSpline, a StackOverflowError occurs. This asserts against that and provides a helpful error message. Fixes https://github.com/flutter/flutter/issues/131246