[docs] added flutter-fix and dart-fix public links (#77463)

This commit is contained in:
Harsh Bhikadia 2021-03-09 02:39:03 +05:30 committed by GitHub
parent 01776a3e5f
commit 70bf8e76da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TODO(Piinks): Add link to public user guide when available.
# For details regarding *Flutter Fix* feature, see
# https://flutter.dev/docs/development/tools/flutter-fix
# Please add new fixes to the top of the file, separated by one blank line
# from other fixes. In a comment, include a link to the PR where the change

View File

@ -1,9 +1,7 @@
## Directory contents
The Dart files and golden master `.expect` files in this directory are used to
test the `dart fix` framework refactorings used by the Flutter framework.
<!-- TODO(devoncarew): Add link to public user guide when available. -->
test the [`dart fix` framework](https://dart.dev/tools/dart-fix) refactorings used by the Flutter framework.
See the flutter/packages/flutter/lib/fix_data.yaml file for the current package:flutter
data driven fixes.