文件最后提交记录最后更新时间
[analysis_options] sync lint rules with flutter/flutter (#2495) 3 年前
Fix for RMS parsing (#2347) 3 年前
[metrics_center] await future in metrics_center (#1202) 4 年前
[metrics_center] Add retries to unlock a lock file in case of 504 errors (#4323) * 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.2 年前
[web] Updates package:web dependency to ^0.5.0. (#5791) This PR updates the packages that are using package:web to version ^0.5.0. Ancilliary changes: * Bump environment to flutter: ">=3.19.0" and sdk: ^3.3.0. * Bump version to next Y * Clean-up code that was kept for compatibility with versions of web: <0.5.0. The main exception to this is package:google_sign_in_web, which depends on a version of google_identity_services_web that has a dependency on package:web that is <0.5.0, so that package needs to have a range until google_identity_services_web gets published with the new ^0.5.0 dependency. Co-Authored-By: David Iglesias<ditman@gmail.com>2 年前
Fix for RMS parsing (#2347) 3 年前
[various] Sync lints with flutter/flutter (#5717) Applying the latest analysis_options.yaml from flutter/flutter to this repo. Most fixes were auto-generated by dart fix.2 年前
bump mockito across repo to 5.4.4 (#5794) Bump mockito from 5.4.3 -> 5.4.4 via tool_runner2 年前
[metric_center] Migrate code to null safety (#439) 4 年前