- 13 Jul, 2023 1 commit
-
-
Mouad Debbar authored
- `ui_web.warmupEngine` - `ui_web.setPluginHandler` - `ui_web.debugEmulateFlutterTesterEnvironment`
-
- 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
-
- 21 Dec, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 13 May, 2022 1 commit
-
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 02 Nov, 2021 1 commit
-
-
Mouad Debbar authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 21 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 14 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 13 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 04 May, 2021 2 commits
-
-
Ian Hickson authored
- 26 Apr, 2021 1 commit
-
- 23 Apr, 2021 1 commit
-
-
Ian Hickson authored
* Migrate to ChannelBuffers.push * Move TestDefaultBinaryMessenger to its own file * Apply deprecations and fix usages
-
- 07 Apr, 2021 1 commit
-
-
Mouad Debbar authored
-
- 19 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 18 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 17 Feb, 2021 1 commit
-
- 16 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 20 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Nov, 2020 1 commit
-
-
David Iglesias authored
-
- 29 Oct, 2020 1 commit
-
-
Sam Rawlins authored
-
- 09 Oct, 2020 1 commit
-
-
Mouad Debbar authored
-
- 06 Oct, 2020 1 commit
-
-
Ian Hickson authored
-
- 02 Oct, 2020 1 commit
-
-
Jonah Williams authored
Force opt-in flutter test platform to null safety for repo testing
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 21 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
-