-
Notifications
You must be signed in to change notification settings - Fork 29.5k
[SliderTheme] Fix markdown links for api doc images #152748
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
Conversation
piedcipher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch! Minor space, otherwise LGTM!
piedcipher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for fixing this.
4a5d92e to
4f2f16c
Compare
Fixes incorrect syntax of image links for the api documentation of the following classes: - RectangularSliderTrackShape - RoundedRectSliderTrackShape - RectangularRangeSliderTrackShape - RoundedRectRangeSliderTrackShape - RoundSliderTickMarkShape - RoundRangeSliderTickMarkShape - RoundSliderThumbShape - RoundRangeSliderThumbShape - RectangularSliderValueIndicatorShape - RectangularRangeSliderValueIndicatorShape - PaddleSliderValueIndicatorShape - PaddleRangeSliderValueIndicatorShape
4f2f16c to
0004660
Compare
nate-thegrate
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful, many thanks ❤️
Manual roll requested by stuartmorgan@google.com flutter/flutter@f10a497...cbfb222 2024-08-04 engine-flutter-autoroll@skia.org Roll Flutter Engine from 980577996f38 to 16012e2f8ccd (1 revision) (flutter/flutter#152824) 2024-08-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 2a51c687fd40 to 980577996f38 (1 revision) (flutter/flutter#152821) 2024-08-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 4c868ee85616 to 2a51c687fd40 (2 revisions) (flutter/flutter#152818) 2024-08-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from afb7007298cc to 4c868ee85616 (2 revisions) (flutter/flutter#152814) 2024-08-03 zanderso@users.noreply.github.com Fix device_os requested in linux_build_test tests (flutter/flutter#152808) 2024-08-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 516235e4456b to afb7007298cc (3 revisions) (flutter/flutter#152804) 2024-08-03 zanderso@users.noreply.github.com Fix misunderstanding of properties vs. drone_dimensions in Linux_build_tests (flutter/flutter#152796) 2024-08-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 3c9d7e3f7c02 to 516235e4456b (3 revisions) (flutter/flutter#152790) 2024-08-03 victorsanniay@gmail.com Improve `CupertinoRadio` fidelity (flutter/flutter#149703) 2024-08-03 engine-flutter-autoroll@skia.org Roll Flutter Engine from 353c6b237b78 to 3c9d7e3f7c02 (3 revisions) (flutter/flutter#152777) 2024-08-02 gspencergoog@users.noreply.github.com Fix handling of `iconSize` and `iconColor` defaults for `ButtonStyleButton` subclasses. (flutter/flutter#143501) 2024-08-02 matanlurey@users.noreply.github.com Use print logging on LUCI. (flutter/flutter#152776) 2024-08-02 zanderso@users.noreply.github.com Reland: Shift Linux_build_test tests from MotoG4 to mokey (flutter/flutter#152756) 2024-08-02 greg@zulip.com Write more on Animation and related docs (flutter/flutter#150727) 2024-08-02 pateltirth454@gmail.com Quick Grammar Fixes (flutter/flutter#152744) 2024-08-02 engine-flutter-autoroll@skia.org Roll Flutter Engine from 077b6f057b69 to 353c6b237b78 (3 revisions) (flutter/flutter#152762) 2024-08-02 anuragr9847@gmail.com [SliderTheme] Fix markdown links for api doc images (flutter/flutter#152748) 2024-08-02 tugorez@users.noreply.github.com Make the App's title optional on web (flutter/flutter#152003) 2024-08-02 32538273+ValentinVignal@users.noreply.github.com Add tests for scaffold messenger state (flutter/flutter#152735) 2024-08-02 srawlins@google.com Ignore both unused_element and unused_element_parameter (flutter/flutter#152689) 2024-08-02 parlough@gmail.com Update dartdoc to 8.0.12 to fix focusing search field (flutter/flutter#151576) 2024-08-02 rexios@rexios.dev [wiki] Remove outdated warning about stale coverage data (flutter/flutter#152560) 2024-08-02 engine-flutter-autoroll@skia.org Roll Packages from 27896d1 to cc9ff47 (8 revisions) (flutter/flutter#152754) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC rmistry@google.com,stuartmorgan@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Fixes incorrect syntax of image links for the api documentation of the following classes: - [RectangularSliderTrackShape](https://main-api.flutter.dev/flutter/material/RectangularSliderTrackShape-class.html) - [RoundedRectSliderTrackShape](https://main-api.flutter.dev/flutter/material/RoundedRectSliderTrackShape-class.html) - [RectangularRangeSliderTrackShape](https://main-api.flutter.dev/flutter/material/RectangularRangeSliderTrackShape-class.html) - [RoundedRectRangeSliderTrackShape](https://main-api.flutter.dev/flutter/material/RoundedRectRangeSliderTrackShape-class.html) - [RoundSliderTickMarkShape](https://main-api.flutter.dev/flutter/material/RoundSliderTickMarkShape-class.html) - [RoundRangeSliderTickMarkShape](https://main-api.flutter.dev/flutter/material/RoundRangeSliderTickMarkShape-class.html) - [RoundSliderThumbShape](https://main-api.flutter.dev/flutter/material/RoundSliderThumbShape-class.html) - [RoundRangeSliderThumbShape](https://main-api.flutter.dev/flutter/material/RoundRangeSliderThumbShape-class.html) - [RectangularSliderValueIndicatorShape](https://main-api.flutter.dev/flutter/material/RectangularSliderValueIndicatorShape-class.html) - [RectangularRangeSliderValueIndicatorShape](https://main-api.flutter.dev/flutter/material/RectangularRangeSliderValueIndicatorShape-class.html) - [PaddleSliderValueIndicatorShape](https://main-api.flutter.dev/flutter/material/PaddleSliderValueIndicatorShape-class.html) - [PaddleRangeSliderValueIndicatorShape](https://main-api.flutter.dev/flutter/material/PaddleRangeSliderValueIndicatorShape-class.html)
Fixes incorrect syntax of image links for the api documentation of the following classes: - [RectangularSliderTrackShape](https://main-api.flutter.dev/flutter/material/RectangularSliderTrackShape-class.html) - [RoundedRectSliderTrackShape](https://main-api.flutter.dev/flutter/material/RoundedRectSliderTrackShape-class.html) - [RectangularRangeSliderTrackShape](https://main-api.flutter.dev/flutter/material/RectangularRangeSliderTrackShape-class.html) - [RoundedRectRangeSliderTrackShape](https://main-api.flutter.dev/flutter/material/RoundedRectRangeSliderTrackShape-class.html) - [RoundSliderTickMarkShape](https://main-api.flutter.dev/flutter/material/RoundSliderTickMarkShape-class.html) - [RoundRangeSliderTickMarkShape](https://main-api.flutter.dev/flutter/material/RoundRangeSliderTickMarkShape-class.html) - [RoundSliderThumbShape](https://main-api.flutter.dev/flutter/material/RoundSliderThumbShape-class.html) - [RoundRangeSliderThumbShape](https://main-api.flutter.dev/flutter/material/RoundRangeSliderThumbShape-class.html) - [RectangularSliderValueIndicatorShape](https://main-api.flutter.dev/flutter/material/RectangularSliderValueIndicatorShape-class.html) - [RectangularRangeSliderValueIndicatorShape](https://main-api.flutter.dev/flutter/material/RectangularRangeSliderValueIndicatorShape-class.html) - [PaddleSliderValueIndicatorShape](https://main-api.flutter.dev/flutter/material/PaddleSliderValueIndicatorShape-class.html) - [PaddleRangeSliderValueIndicatorShape](https://main-api.flutter.dev/flutter/material/PaddleRangeSliderValueIndicatorShape-class.html)
Fixes incorrect syntax of image links for the api documentation of the following classes:
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.