Skip to content

Commit e82d40f

Browse files
dawn-duckytomarra
andauthored
chore: Embed demo for rolling back a Flutter app patch (#468)
* chore: Embed demo for rolling back a Flutter app patch Added an iframe for embedding a demo related to rolling back a patch for a Flutter app release. * adding the wrapping div to style it correctly --------- Co-authored-by: Tom Arra <tarra3@gmail.com>
1 parent 43116fa commit e82d40f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/content/docs/code-push/rollback.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,20 @@ Roll back requires a minimum Flutter version of 3.27.4
1717

1818
:::
1919

20+
<div style="position: relative; padding-bottom: calc(56.25% + 41px); height: 0px; width: 100%;">
21+
<iframe
22+
src="https://demo.arcade.software/s8679FzLXoq93HxB05nj?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
23+
title="Roll Back a Patch for a Flutter App Release"
24+
frameborder="0"
25+
loading="lazy"
26+
webkitallowfullscreen
27+
mozallowfullscreen
28+
allowfullscreen
29+
allow="clipboard-write"
30+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;"
31+
></iframe>
32+
</div>
33+
2034
## How to roll back a patch
2135

2236
In the [Shorebird Console](https://console.shorebird.dev/), navigate to the

0 commit comments

Comments
 (0)