- 16 Aug, 2023 1 commit
-
-
Michael Goderbauer authored
Fixes TODO in the analyzer script :)
-
- 06 Jun, 2023 1 commit
-
-
Mouad Debbar authored
- Use `Uri.parse()` to extract pathname. - Remove unused code from `utils.dart`. - Add test for URL encoding. (need to wait for https://github.com/flutter/flutter/pull/126851 to make it into Google3)
-
- 01 Jun, 2023 1 commit
-
-
Mouad Debbar authored
To avoid confusion and unpredictable errors (e.g. https://github.com/flutter/flutter/issues/127462), I'm adding this assert to disallow this pattern. Fixes https://github.com/flutter/flutter/issues/127462
-
- 31 May, 2023 1 commit
-
-
Mouad Debbar authored
Remove the following APIs and export them directly from `dart:ui_web`: - `urlStrategy` getter and setter - `HashUrlStrategy` - `PlatformLocation` and `BrowserPlatformLocation` (keep the façades for non-web platforms) Depends on https://github.com/flutter/engine/pull/42043 Depends on https://github.com/flutter/engine/pull/42252 Part of https://github.com/flutter/flutter/issues/126831
-
- 09 May, 2023 1 commit
-
-
Severin authored
This PR fixes the dropping of both the `path` and `search` fields from the platform location in the URL when using Flutter Web and brings it in par with similar technologies (e.g. React Router). It allows developers to keep the original path and/or search parameters in the URL, which are perfectly valid even while fragment routing is present. **Example use case:** Call a Flutter Web app with initial config parameters in the URL: `http://my-flutter.app/?skipIntro=true` **Example:** Before initial routing: `http://localhost:45389/?foo=bar` After routing: `http://localhost:45389/#/menu` After routing (with fix): `http://localhost:45389/?foo=bar#menu` Fixes #116415
-
- 05 May, 2023 1 commit
-
-
Jackson Gardner authored
This is based off (and dependent on) these changes in the web engine that expose web-specific APIs: https://github.com/flutter/engine/pull/40608
-
- 30 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 02 Nov, 2021 1 commit
-
-
Mouad Debbar authored
-
- 15 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 13 Oct, 2021 1 commit
-
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 07 Apr, 2021 1 commit
-
-
Mouad Debbar authored
-
- 03 Dec, 2020 1 commit
-
-
Ian Hickson authored
In principle this is backwards compatible; I just merged all the classes into one and deprecated everything that became redundant as a result.
-
- 14 Nov, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 8749d955.
-
- 13 Nov, 2020 1 commit
-
-
Ian Hickson authored
In principle this is backwards compatible; I just merged all the classes into one and deprecated everything that became redundant as a result.
-
- 06 Nov, 2020 1 commit
-
-
David Iglesias authored
-
- 09 Oct, 2020 1 commit
-
-
Mouad Debbar authored
-