| Index: pkg/front_end/analysis_options.yaml
 | 
| diff --git a/pkg/front_end/analysis_options.yaml b/pkg/front_end/analysis_options.yaml
 | 
| index 241c9df704d6b4664967fcf1ed77280397cab5d3..bee2e8a35beb386e497413ed140a72ed5d705c2e 100644
 | 
| --- a/pkg/front_end/analysis_options.yaml
 | 
| +++ b/pkg/front_end/analysis_options.yaml
 | 
| @@ -16,6 +16,10 @@ analyzer:
 | 
|      # Allow having TODOs in the code
 | 
|      todo: ignore
 | 
|  
 | 
| +    # https://github.com/dart-lang/sdk/issues/30590
 | 
| +    # TODO(leafp): remove once #30590 is resolved
 | 
| +    uses_dynamic_as_bottom: ignore
 | 
| +
 | 
|      # Allow deprecated calls (although it would be nice to have a distinction
 | 
|      # between internal and external deprecated calls).
 | 
|      deprecated_member_use: ignore
 | 
| 
 |