-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Recently deprecated RangeError.checkValidIndex in this CL needs to be fixed in lib/web_ui/lib/src/engine/services/buffers.dart for flutter/engine.
There's a tryjob breakage due to this deprecation.
https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/flutter-analyze/17865/overview
Change all instances of RangeError.checkValidIndex in favor of IndexError.check.
Metadata
Metadata
Assignees
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version