• Ian Hickson's avatar
    Pin all dependencies ONCE AND FOR ALL (#12210) · 441b5c20
    Ian Hickson authored
    * Pin all dependencies ONCE AND FOR ALL
    
    This replaces the secret `flutter update-packages --upgrade` with a destructive `flutter update-packages --force-upgrade` that actually goes and pins every dependency and transitive dependency in every flutter package to the same version.
    
    * Add comments.
    441b5c20
pubspec.yaml 2.52 KB