Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: fix broken MaterialTapTargetSize links (#167808) #168262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Yatha04
Copy link

@Yatha04 Yatha04 commented May 3, 2025

What this PR does

This PR fixes the broken API documentation links for MaterialTapTargetSize.padded and MaterialTapTargetSize.shrinkWrap in the ThemeData docs. Previously, those entries pointed to:

https://api.flutter.dev/flutter/src_material_theme_data/MaterialTapTargetSize.html

which resulted in 404 errors. Now they explicitly link to the correct URLs with anchors:

  • https://api.flutter.dev/flutter/material/MaterialTapTargetSize.html#MaterialTapTargetSize.padded
  • https://api.flutter.dev/flutter/material/MaterialTapTargetSize.html#MaterialTapTargetSize.shrinkWrap

Issues fixed

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there.
  • I read the [Tree Hygiene] wiki page.
  • I read and followed the [Flutter Style Guide].
  • I signed the [CLA].
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I did not need to change anything in the [flutter/tests] repo.
  • I followed the [breaking change policy].
  • This PR is [test-exempt]—no changes to code behavior or tests.
  • All existing and new tests are passing.

Copy link

google-cla bot commented May 3, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions github-actions bot added framework flutter/packages/flutter repository. See also f: labels. f: material design flutter/packages/flutter/material repository. labels May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs] Broken links for MaterialTapTargetSize.padded and MaterialTapTargetSize.shrinkWrap
1 participant