- 16 Nov, 2023 1 commit
-
-
Arpit Gandhi authored
*Pass locally generated certificate via command line* *Fixes: #60704* Added ARGS: - web-tls-cert-path - web-tls-cert-key-path Passing the path of local certificate and the key to cert will allow flutter tool to create a secure debugging session on chrome **Pre-launch Checklist** â I read the [Contributor Guide](https://github.com/flutter/flutter/wiki/Tree-hygiene#overview) and followed the process outlined there for submitting PRs. â I read the [Tree Hygiene](https://github.com/flutter/flutter/wiki/Tree-hygiene) wiki page, which explains my responsibilities. â I read and followed the [Flutter Style Guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo), including [Features we expect every widget to implement](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement). â I signed the [CLA](https://cla.developers.google.com/). â I listed at least one issue that this PR fixes in the description above. â I updated/added relevant documentation (doc comments with ///). â I added new tests to check the change I am making. â All existing and new tests are passing.
-
- 14 Nov, 2023 1 commit
-
-
Jackson Gardner authored
Work in progress... currently testing against presubmit.
-
- 19 Oct, 2023 1 commit
-
-
Elliott Brooks authored
Generated by running `flutter update-packages --force-upgrade` Updates vm_service to [12.0.0](https://pub.dev/packages/vm_service/versions/12.0.0) and dwds to [22.0.0](https://pub.dev/packages/dwds/versions/22.0.0) The changes to `packages/flutter_tools/lib/src/isolated/devfs_web.dart` are for the new interface of DWDS introduced in https://github.com/dart-lang/webdev/pull/2243 FYI @bkonyi
-
- 17 Oct, 2023 1 commit
-
-
Aran Donohue authored
Adds support for a new --web-header option to flutter run. Creates a workaround for https://github.com/flutter/flutter/issues/127902 This PR allows adding additional headers for the flutter run web server. This is useful to add headers like Cross-Origin-Embedder-Policy and Cross-Origin-Opener-Policy without the use of a proxy server. These headers are required enable advanced web features. This approach provides flexibility to the developer to make use of the feature as they see fit and is backward-compatible. One tradeoff is that it increases the surface area to support for future changes to the flutter web server. https://github.com/flutter/flutter/issues/127902 is not fully addressed by this change. The solution for that task will be more opinionated. This PR creates a general-purpose workaround for anyone who needs a solution sooner while the bigger solution is developed.
-
- 12 Oct, 2023 1 commit
-
-
Yegor authored
Fixes https://github.com/flutter/flutter/issues/135226
-
- 11 Aug, 2023 1 commit
-
-
Elliott Brooks authored
- Updates DWDS from `19.0.2` to `20.0.1` - Makes the required changes for the breaking changes to the `AssetReader` class
-
- 29 Jun, 2023 1 commit
-
-
Martin Kustermann authored
To avoid analyzer warnings when utf8.encode() will return the more precise Uint8List type, we use const Utf8Encoder().convert() which already returns Uint8List See https://github.com/dart-lang/sdk/issues/52801
-
- 12 Apr, 2023 1 commit
-
-
Kevin Moore authored
flutter_tools: Flutter Web CLI cleanup
-
- 04 Apr, 2023 2 commits
-
-
Jackson Gardner authored
Always use the canvaskit path from the web sdk.
-
Elliott Brooks authored
-
- 27 Mar, 2023 1 commit
-
-
Andrew Kolos authored
throw `ToolExit` when `--web-port` is an integer outside the valid TCP port range
-
- 22 Mar, 2023 1 commit
-
-
Christopher Fujino authored
Revert "[flutter_tools] Remove sound null safety flag (#123031)"
-
- 20 Mar, 2023 1 commit
-
-
Christopher Fujino authored
[flutter_tools] Remove sound null safety flag #2
-
- 17 Mar, 2023 2 commits
-
-
Christopher Fujino authored
This reverts commit 7c3088cf.
-
Christopher Fujino authored
[flutter_tools] Remove sound null safety flag
-
- 07 Mar, 2023 1 commit
-
-
Mouad Debbar authored
[web] Ensure CanvasKit is served from the correct location
-
- 28 Feb, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 17 Feb, 2023 1 commit
-
-
Ian Hickson authored
* lerp documentation * Remove Note, Note That from repo * Improve BorderSide documentation. * apply review comments
-
- 10 Feb, 2023 1 commit
-
-
Mouad Debbar authored
This reverts commit 0fb4406c.
-
- 09 Feb, 2023 1 commit
-
-
Kevin Chisholm authored
This reverts commit e03029ef.
-
- 07 Feb, 2023 1 commit
-
-
Mouad Debbar authored
-
- 03 Feb, 2023 1 commit
-
-
Kevin Moore authored
This is already handled by pkg:shelf There is some subtlety with String here, since String.length might not align with the size in bytes over the wire, depending on the contents and the encoding Best to just let pkg:shelf handle it
-
- 02 Feb, 2023 2 commits
-
-
Christopher Fujino authored
* roll packages * fix dwds * empty --------- Co-authored-by:
fluttergithubbot <fluttergithubbot@gmail.com>
-
Mouad Debbar authored
* [web] Put all index.html operations in one place * review comments * fix build * change quotes * fix test
-
- 24 Jan, 2023 1 commit
-
-
Nicholas Shahan authored
The changes to the Dart SDK have rolled so the backward compatibility is no longer needed.
-
- 23 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
* dart fix --apply * manual fixes * fix after merge conflicts * review
-
- 10 Jan, 2023 1 commit
-
-
Brandon DeRosier authored
-
- 09 Jan, 2023 1 commit
-
-
Nicholas Shahan authored
- Matches new location in the Dart SDK. https://dart-review.googlesource.com/c/sdk/+/275482 - Includes fall back logic so the existing and new locations will work depending on the file that is available.
-
- 02 Dec, 2022 1 commit
-
-
Jackson Gardner authored
You can now specify a --local-web-sdk flag to point to a wasm_release folder. This will make it so that only artifacts that pertain to the web sdk are overridden to point to the wasm_release folder. Other artifacts (such as impellerc) will pull from the cache, or from the --local-engine path if that is specified. This also uses precompiled platform kernel files for both ddc and dart2js
-
- 04 Nov, 2022 1 commit
-
-
Jenn Magder authored
-
- 31 Oct, 2022 1 commit
-
-
Jonah Williams authored
-
- 02 Sep, 2022 1 commit
-
-
Elliott Brooks (she/her) authored
-
- 19 Aug, 2022 1 commit
-
-
Anna Gringauze authored
* Temporarily remove a bogus warning until fixed by dwds update * Addressed CR feedback
-
- 09 Aug, 2022 1 commit
-
-
Christopher Fujino authored
-
- 08 Aug, 2022 1 commit
-
-
Jonah Williams authored
-
- 27 Jul, 2022 1 commit
-
-
Jonah Williams authored
-
- 20 Jul, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 18 Jul, 2022 1 commit
-
-
Christopher Fujino authored
Revert "Read dart_plugin_registrant path from FlutterProject to support non-standard path." (#107850)
-
- 15 Jul, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 29 Jun, 2022 1 commit
-
-
Zachary Anderson authored
-