-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Milestone
Description
#26303 added a template argument to invokeMethod, which triggers the strong_mode_implicit_dynamic_method analyzer warning in many call sites in the plugins repo.
We should add the type parameter to all these call sites, but we can only do that after bumping the Flutter dependency constraint which we will only do once the invokeMethod change makes it to the stable release.
For now we're suppressing the warning in all call sites (we're not disabling the lint wholesale as we still want it for the rest of the code)
larssn, milindmantri, danwulff and leo-elstin
Metadata
Metadata
Assignees
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.packageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.