mirror of
https://github.com/flutter/packages.git
synced 2025-07-02 08:34:31 +08:00

* https://github.com/flutter/flutter/issues/120440 * Updates the `GcsLock` class to retry unlocking the file in case a 504 error occurs * Updates the `GcsLock` constructor to require a `StorageApi` object instead of `AuthClient`, which allows mocking the object, since the `AuthClient` object isn't actually being used within the `GcsLock` class besides to create the `StorageApi`.