mirror of
https://github.com/flutter/samples.git
synced 2026-08-24 17:11:14 +00:00
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 6.0.1 to 7.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jasmine/jasmine/releases">jasmine-core's releases</a>.</em></p> <blockquote> <h2>v7.0.1</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/7.0.1.md">release notes</a>.</p> <h2>v7.0.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/7.0.0.md">release notes</a>.</p> <h2>v7.0.0-pre.2</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/7.0.0-pre.2.md">release notes</a>.</p> <h2>v7.0.0-pre.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/7.0.0-pre.0.md">release notes</a>.</p> <h2>6.3.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/6.3.0.md">release notes</a>.</p> <h2>v6.2.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/6.2.0.md">release notes</a>.</p> <h2>v6.1.0</h2> <p>Please see the <a href="https://github.com/jasmine/jasmine/blob/main/release_notes/6.1.0.md">release notes</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="acb7a511ae"><code>acb7a51</code></a> Bump version to 7.0.1</li> <li><a href="d539f62407"><code>d539f62</code></a> Switch dev dependencies to published packages</li> <li><a href="55f0b71ce4"><code>55f0b71</code></a> Bump version to 7.0.0</li> <li><a href="bf290015b2"><code>bf29001</code></a> Test against Node 26</li> <li><a href="f107aff8de"><code>f107aff</code></a> Apply cooldown via npmrc settings instead of package-lock.json</li> <li><a href="d6318cead6"><code>d6318ce</code></a> Obtain Saucelabs credentials from context</li> <li><a href="301552edc3"><code>301552e</code></a> rm README reference to 4.0 migration guide</li> <li><a href="efdf0199ad"><code>efdf019</code></a> Merge branch 'update-archiver' of github.com:gameroman/jasmine</li> <li><a href="e3b8b9450e"><code>e3b8b94</code></a> chore(deps): update archiver to v8</li> <li><a href="c7987368f1"><code>c798736</code></a> Fix test for ignoring empty query params</li> <li>Additional commits viewable in <a href="https://github.com/jasmine/jasmine/compare/v6.0.1...v7.0.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
web_embedding
This directory contains examples of how to embed Flutter in web apps (without iframes):
- element_embedding_demo: Modifies the index.html of a flutter app so it is
launched in a custom
hostElement. This is the most basic embedding example. - ng-flutter: A simple Angular app (and component) that replicates the above example, but in an Angular style.
Check the README.md of each example for more details on how to run it, and the
"Points of Interest" it may contain.
Community Contributions
Members of the community have graciously ported and contributed the following examples of Flutter Web embedding into other web frameworks:
| Author | Host Framework | Code |
|---|---|---|
| @p-mazhnik | React JS | p-mazhnik/flutter-embedding cra-flutter |
| @p-mazhnik | React Native | p-mazhnik/flutter-embedding expo-flutter |
(All contributions are welcome! Please, create an issue or open a PR to let us know how you've embedded a Flutter Web app with your favorite web framework (Vue? Svelte? Ember? Aurelia? jQuery? MooTools? Prototype?), so it can be added to the table above!)