- 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
-
- 15 Jun, 2022 1 commit
-
-
Jonah Williams authored
-
- 12 May, 2022 1 commit
-
-
David Iglesias authored
-
- 11 May, 2022 1 commit
-
-
Anna Gringauze authored
* Provide flutter sdk kernel files to dwds launcher instead of dart ones * Update log test to report all warnings * Update licences for new files * Addressed CR comments * Addressed CR comments
-
- 10 May, 2022 1 commit
-
-
Christopher Fujino authored
Co-authored-by:
Michael Goderbauer <goderbauer@google.com>
-
- 27 Apr, 2022 1 commit
-
-
Phil Quitslund authored
-