- 23 Sep, 2020 1 commit
-
-
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.
-
- 21 Sep, 2020 1 commit
-
-
Yegor authored
-
- 19 Sep, 2020 1 commit
-
-
Jonah Williams authored
[versions] update to latest source span and roll engine to 4b8477d11573d233e6791204191c0090f733b05d (#66136)
-
- 16 Sep, 2020 1 commit
-
-
Michael R Fairhurst authored
-
- 13 Sep, 2020 1 commit
-
-
Greg Spencer authored
-
- 10 Sep, 2020 1 commit
-
-
Ben Konyi authored
-
- 19 Aug, 2020 2 commits
-
-
Jonah Williams authored
Update to latest dwds, file-nullsafety, and process-nullsafety for #62886
-
Jonah Williams authored
-
- 06 Aug, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 03 Aug, 2020 2 commits
-
-
Jacob MacDonald authored
Updates all the dependencies used in the most basic test and flutter_test isolates.
-
Jonah Williams authored
-
- 28 Jul, 2020 1 commit
-
-
Jonah Williams authored
-
- 24 Jul, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit c46aa360.
-
Alexandre Ardhuin authored
-
- 15 Jul, 2020 1 commit
-
-
Jonah Williams authored
Allow configuring the flutter_manifest to support a synthetic package, this is done through flutter: generate: true. When running pub get, insert a flutter_gen entry into the packages if it does not already exist. This points to .dart_tool/flutter_gen, which can be updated to contain the generated intl sources (But doesn't currently) Adds an integration test that verifies this code can be run and imported when enabled. Part of #60914
-
- 09 Jul, 2020 2 commits
-
-
Alexandre Ardhuin authored
-
Dan Field authored
-
- 08 Jul, 2020 1 commit
-
-
Dan Field authored
-
- 07 Jul, 2020 1 commit
-
-
Dan Field authored
Roll packages, update XML deprecations.
-
- 19 Jun, 2020 1 commit
-
-
Jonah Williams authored
Fixes #59718 Update all versions, specifically dwds which has a hot restart fix
-
- 27 May, 2020 2 commits
-
-
Jim Graham authored
-
Jonah Williams authored
-
- 18 May, 2020 1 commit
-
-
Tianguang authored
* Bump flutter_gallery_assets version to ^0.2.0. * Run `flutter update-packages --force-upgrade`. * Add comment. * Remove duplicate key.
-
- 22 Apr, 2020 2 commits
-
-
Jonah Williams authored
-
James D. Lin authored
Prefer using `.of()` (which is statically type-checked) over `.from()` (which is dynamically type-checked) when possible.
-
- 06 Apr, 2020 1 commit
-
-
stuartmorgan authored
This moves the app template more toward being a more generic starting point for any Flutter application, eliminating some hard-code assumptions about there being a single window/engine pair that is directly bound to the life of the application: - Moves the runloop into its own class, making it capable of servicing any number of engine instances. - Moves the logic for setting up a window containing only a Flutter view into a window subclass for ease of re-use. - Makes quit-on-window-close an optional property. (Long term this should be even more generic, like a quit-when-last-window-closes option, but this is a short-term improvement that removes the binding between the runloop and the window). - Allows for multiple instances of Win32Window to exist without issues relating to the window class registration. Since there are getting to be a non-trivial number of files associated with the runner, this moves the source into a runner/ directory, as is already done on some other platforms. Note that creating multiple Flutter windows at the same time still doesn't work correctly even with this change, but this addresses some of the known issues, and makes it easier to test in the future (e.g., for debugging engine-level issues with multiple instances). Fixes #45397
-
- 02 Apr, 2020 1 commit
-
-
Anna Gringauze authored
-
- 28 Mar, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 16 Mar, 2020 1 commit
-
-
Michael Thomsen authored
Move Flutter Gallery to dev/integration_tests/ as it is an older copy used only for testing. The current version of the Flutter Gallery now lives in https://github.com/flutter/gallery.
-
- 04 Mar, 2020 1 commit
-
-
Ben Konyi authored
This is required to roll forward package:vm_service to 3.0.0 and is blocking a DevTools release.
-
- 27 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 11 Feb, 2020 3 commits
-
-
Jonah Williams authored
-
Alexandre Ardhuin authored
-
Jenn Magder authored
-
- 31 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 28 Jan, 2020 2 commits
-
-
Dan Field authored
-
Zachary Anderson authored
-
- 24 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 22 Jan, 2020 1 commit
-
-
Jonah Williams authored
-