- 18 Sep, 2023 1 commit
-
-
Vasiliy Ditsyak authored
This PR fixes the issue #108614 Particularly this behaviour https://github.com/flutter/flutter/issues/108614#issuecomment-1645231915
-
- 16 Aug, 2023 1 commit
-
-
Michael Goderbauer authored
Fixes TODO in the analyzer script :)
-
- 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
-
- 13 Oct, 2021 1 commit
-
-
- 02 Jun, 2021 1 commit
-
-
Anis Alibegić authored
-
- 07 Apr, 2021 1 commit
-
-
Mouad Debbar authored
-
- 06 Nov, 2020 1 commit
-
-
David Iglesias authored
-
- 09 Oct, 2020 1 commit
-
-
Mouad Debbar authored
-