### Steps to reproduce 1. Read the docs. 2. Read the code, try things out. The issues: - https://github.com/flutter/flutter/blob/3.16.9/packages/flutter/lib/src/foundation/licenses.dart#L267 - the file is not called LICENSE, it is called NOTICES, and for some platforms (e.g. mobile) it is called NOTICES.Z (gzip-compressed). - https://github.com/flutter/flutter/blob/3.16.9/packages/flutter/lib/src/foundation/licenses.dart#L270-L271 - it says 'packages names (...) separated from the next by a blank line' - packages names are not separated from each other by a blank line, I think the docs should say 'package names (...) separated from the **text** by a blank line'. ### Expected results They match and are easy to understand. ### Actual results They don't match.
Steps to reproduce
The issues:
Expected results
They match and are easy to understand.
Actual results
They don't match.