mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This started happening after moving DDS to launch from `dart development-service` rather than `DartDevelopmentService` (see 33b402d24c2131dcf97e272ec3d59c0249762e7f) . This state error was originally meant to be thrown when some string parsing failed, but is currently wrapping the `DartDevelopmentServiceException`. Fixes https://github.com/flutter/flutter/issues/158537