Skip to content

docs: add Supabase logo to supabase_flutter README so it renders on pub.dev#1458

Merged
spydon merged 1 commit into
mainfrom
docs/pub-dev-logo
Jun 23, 2026
Merged

docs: add Supabase logo to supabase_flutter README so it renders on pub.dev#1458
spydon merged 1 commit into
mainfrom
docs/pub-dev-logo

Conversation

@spydon

@spydon spydon commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

What

Adds the Supabase logo to the top of the supabase_flutter package README using a single plain <img> tag.

Why

The supabase_flutter package README had no logo on its pub.dev page. The approach used elsewhere (a <picture> element with prefers-color-scheme <source>s pointing at SVGs) does not render on pub.dev, since pub.dev does not render SVGs or <picture>/<source> elements in READMEs.

This follows the same pattern Flame uses: a single plain <img> pointing at a raster image. logo-preview.jpg carries its own dark background, so it reads well on both the light and dark pub.dev themes.

The header now matches the style used in supabase-js and supabase_auth_ui.

@spydon spydon requested a review from a team as a code owner June 23, 2026 13:37
@spydon spydon merged commit 7354d1c into main Jun 23, 2026
23 of 25 checks passed
@spydon spydon deleted the docs/pub-dev-logo branch June 23, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants