- 09 Dec, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 0b6b3eec.
-
Jenn Magder authored
-
- 08 Dec, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 70f8fdee.
-
Jenn Magder authored
-
- 07 Dec, 2020 2 commits
-
-
Jenn Magder authored
-
Dan Field authored
-
- 05 Dec, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 04 Dec, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 03 Dec, 2020 2 commits
-
-
Kate Lovett authored
This reverts commit d047d108.
-
Dan Field authored
-
- 02 Dec, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 23 Nov, 2020 1 commit
-
-
Amir Hardon authored
This reverts commit 8e73bab9.
-
- 20 Nov, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 17 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Nov, 2020 1 commit
-
-
Marcus Tomlinson authored
-
- 09 Nov, 2020 1 commit
-
-
xster authored
-
- 03 Nov, 2020 1 commit
-
-
Jason Simmons authored
-
- 30 Oct, 2020 1 commit
-
-
George Wright authored
-
- 29 Oct, 2020 1 commit
-
-
George Wright authored
-
- 22 Oct, 2020 1 commit
-
-
Jenn Magder authored
* App.framework must support iOS 8 for older Flutter projects * Fix test
-
- 21 Oct, 2020 2 commits
-
-
Robert Ancell authored
* Try the Wayland GDK backend, the engine now supports it * Update comment from review * Just do default GTK behaviour
- 20 Oct, 2020 1 commit
-
-
Jenn Magder authored
This reverts commit dd9323bd.
-
- 19 Oct, 2020 1 commit
-
-
Jenn Magder authored
-
- 15 Oct, 2020 1 commit
-
-
Jay Freeman (saurik) authored
-
- 10 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove flutter create --with-driver-test . Fixes #64095
-
- 02 Oct, 2020 1 commit
-
-
Mouad Debbar authored
-
- 25 Sep, 2020 1 commit
-
-
Nebi Sarigul authored
-
- 24 Sep, 2020 1 commit
-
-
Jonah Williams authored
Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame. To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup. Fixes #66066
-
- 23 Sep, 2020 2 commits
-
-
Greg Spencer authored
Based on feedback from various desktop developers, and to be consistent between the defaults and the sample code, this PR switches the default for visual density in desktop themes to be compact instead of standard. It also removes the same setting from the sample code generated by "flutter create" because it is no longer needed now that it is the default.
-
Jacob MacDonald authored
Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases. Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
-
- 17 Sep, 2020 5 commits
-
-
younghwan authored
-
stuartmorgan authored
Removes the template version from the Windows template; the API and tooling boundary will now be considered stable, so there will no longer be frequent breaking changes. Also updates the link for adding desktop support to a project for all three platforms to reflect the current location. Fixes https://github.com/flutter/flutter/issues/52748
-
stuartmorgan authored
The engine now has an explicit API for system font changes, rather than expecting the WM_FONTCHANGE message to be forwarded to the Flutter view.
-
stuartmorgan authored
Adds a VERSIONINFO to Runner.rc in the Windows app template, populated from the project creation metadata. Currently the version itself is hard-coded, but it is future-proofed to allow plumbing the actual version through at build time via preprocessor defines.
-
Herbert Poul authored
-
- 15 Sep, 2020 1 commit
-
-
stuartmorgan authored
-
- 10 Sep, 2020 1 commit
-
-
Ben Konyi authored
-