 Chromium Code Reviews
 Chromium Code Reviews Issue 1761423002:
  Uses analyzer ^0.27.2 rather than a fixed 0.27.1  (Closed) 
  Base URL: https://github.com/dart-lang/reflectable.git@master
    
  
    Issue 1761423002:
  Uses analyzer ^0.27.2 rather than a fixed 0.27.1  (Closed) 
  Base URL: https://github.com/dart-lang/reflectable.git@master| Index: reflectable/pubspec.yaml | 
| diff --git a/reflectable/pubspec.yaml b/reflectable/pubspec.yaml | 
| index 70d9c4be1559ab839f647b74c47178b720b77e13..f07b495fcab22b0b9185fa5067a597a880963898 100644 | 
| --- a/reflectable/pubspec.yaml | 
| +++ b/reflectable/pubspec.yaml | 
| @@ -10,7 +10,7 @@ homepage: https://www.github.com/dart-lang/reflectable | 
| environment: | 
| sdk: '>=1.12.0 <2.0.0' | 
| dependencies: | 
| - analyzer: 0.27.1 # Temporary constraint: avoid issue with 0.27.1+1. | 
| + analyzer: ^0.27.2 | 
| barback: ^0.15.0 | 
| code_transformers: ^0.4.0 | 
| dart_style: ^0.2.0 |