文件最后提交记录最后更新时间
Standardize slight variations in license format (#339) - Uses the exact LICENSE file line breaking used in the other Flutter repositories - Standardizes some slight textual variants in the license block (e.g., use of "(c)", explicitly referencing the AUTHORS file) on the format used in the other repos.4 年前
[ci] Roll minimum allowable Flutter to 3.10 (#5425) Updates the repo for Flutter 3.16, making the minimum version that packages are allowed to support 3.10, following the process in https://github.com/flutter/flutter/wiki/Updating-Packages-repo-for-a-stable-release Per https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version this does not bump versions.2 年前
[analysis_options] sync lint rules with flutter/flutter (#2495) 3 年前
[multicast_dns] Rewrite _readFQDN to avoid recursion (#8390) Speculatively fixes https://github.com/flutter/flutter/issues/155433. Read [one of my later comments](https://github.com/flutter/flutter/issues/155433#issuecomment-2573539784) on that thread for my current understanding of this issue. In summary, this PR rewrites _readFQDN to avoid recursion. **For reviewers: For a simplified diff, see the first commit, [change](https://github.com/flutter/packages/commit/7afa1db54e07f024b2a4550d160b4d4a9f67f2c7).** This commit avoids formatting make sure the diff only highlights changes to logic rather than formatting. <details> <summary> Pre-launch Checklist </summary> - x ] I signed the [CLA]. </details>1 年前
[ci] Enable no_runtimeType_toString (#3129) Enables the no_runtimeType_toString analysis option. This isn't part of the base flutter/flutter analysis options, but is set in flutter/packages which this repo better corresponds to. This is already enabled in flutter/plugins, and is being enabled here as part of aligning their options. Part of https://github.com/flutter/flutter/issues/1137643 年前