macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.84k stars 177 forks source link

Remove usages of '@image' directive #483

Closed srawlins closed 12 months ago

srawlins commented 1 year ago

The {@image directive does not work, and images can just be specified with the HTML img tag. See how the docs currently look:

Screenshot 2023-09-29 at 4 26 00 PM

The MacosSlider image link is broken, so I just removed it.

Pre-launch Checklist

srawlins commented 12 months ago

Gentle ping; fixing this is required in order to unblock the reporting of unknown doc directives, as this repo is used in Flutter customer tests.

goderbauer commented 12 months ago

@GroovinChip could you get this one reviewed to unblock some dartdoc work in Flutter? We are blocked by this because macos_ui has registered its tests in https://github.com/flutter/tests.