Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ RawMenuAnchor(
This migration is not supported by `dart fix`
:::

## Timeline

Landed in version: 3.44.0-0.1.pre<br>
In stable release: TBD
Comment on lines +124 to +125
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The use of the <br> tag violates the Google Developer Documentation Style Guidelines, which this PR aims to follow. Instead of using HTML tags for line breaks, use a Markdown list for better structure and consistency with the rest of the document.

Suggested change
Landed in version: 3.44.0-0.1.pre<br>
In stable release: TBD
* Landed in version: 3.44.0-0.1.pre
* In stable release: TBD
References
  1. The Google Developer Documentation Style Guide explicitly advises against using the
    tag and recommends using lists for related items. (link)


## References

API documentation:
Expand Down
Loading