You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
embedMarkup+=`<p><a href="https://www.youtube.com/watch/${id}" target="_blank" rel="noopener" title="Open '${title}' video in new tab">${title}</a></p>`;
<p><a class="lite-youtube-fallback" href="https://www.youtube.com/watch/${id}" target="_blank" rel="noopener">Watch on YouTube in a new tab: "${title}"</a></p>
Copy file name to clipboardexpand all lines: src/content/data-and-backend/state-mgmt/options.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ doesn't need a `BuildContext`.
191
191
:::note
192
192
To learn more, watch this short Package of the Week video on the GetIt package:
193
193
194
-
{% ytEmbed 'f9XQD5mf6FY', 'get_it | Flutter package of the week', true %}
194
+
{% ytEmbed 'f9XQD5mf6FY', 'get_it | Flutter package of the week' %}
195
195
:::
196
196
197
197
[Flutter state management for minimalists]: {{site.medium}}/flutter-community/flutter-state-management-for-minimalists-4c71a2f2f0c1?sk=6f9cedfb550ca9cc7f88317e2e7055a0
0 commit comments