Link to dart fix docs

Change-Id: Ifc2f5c49744d796cb91d6fb207e799d5086c8a75
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/332207
Reviewed-by: Keerti Parthasarathy <keertip@google.com>
This commit is contained in:
Michael Thomsen 2023-10-26 14:13:43 +00:00
parent 28456ae716
commit d96c71b1f9

View file

@ -18,7 +18,7 @@ lints and analysis configuration specified in your [analysis_options.yaml] file.
The second type of change - upgrading to newer package APIs - is performed
based on API changes defined for specific packages. This declarative definition
of the API changes lives in a `fix_data.yaml` file in the package's `lib/`
directory (documentation forthcoming).
directory; for details see the [documentation](https://github.com/flutter/flutter/wiki/Data-driven-Fixes).
## Command line usage