- 16 Apr, 2020 2 commits
-
-
Michael Thomsen authored
-
Christopher Fujino authored
-
- 15 Apr, 2020 2 commits
-
-
Jacob MacDonald authored
## Description Removes the `flutter_test` dependency on `quiver`, instead using the more targeted `clock` and `fake_async` packages. ## Related Issues https://github.com/flutter/flutter/issues/53908 ## Tests No changes to tests ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I signed the [CLA]. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. - [x] The analyzer (`flutter analyze --flutter-repo`) does not report any problems on my PR. - [x] I am willing to follow-up on review comments in a timely manner. ## Breaking Change Did any tests fail when you ran them? Please read [Handling breaking changes]. - [ ] No, no existing tests failed, so this is *not* a breaking change. - [x] Yes, this is a breaking change. *If not, delete the remainder of this section.* - [x] I wrote a design doc: https://docs.google.com/document/d/1EkkLbECNBwHgddBQAZqEy7iQLTIxR1rgChKzxcLwhio/edit - [x] I got input from the developer relations team, specifically from: @RedBrogdon - [x] I wrote a migration guide: https://github.com/flutter/website/pull/3932 <!-- Links --> [issue database]: https://github.com/flutter/flutter/issues [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Test Coverage]: https://github.com/flutter/flutter/wiki/Test-coverage-for-package%3Aflutter [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [Handling breaking changes]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
-
tauu authored
Co-authored-by:
Georg Wechslberger <wechslbe@ma.tum.de>
-
- 10 Apr, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 09 Apr, 2020 3 commits
-
-
Jacob MacDonald authored
-
Per Classon authored
-
Shi-Hao Hong authored
* Generate methods using template resources if they do not exist in other locales * Added a flag to either output of messages that have not been translated with detail into a file, or display a summary on the terminal. * Add integration test for fallback message usage
-
- 08 Apr, 2020 3 commits
-
-
Shi-Hao Hong authored
-
Francisco Magdaleno authored
-
Jonah Williams authored
-
- 07 Apr, 2020 2 commits
-
-
Per Classon authored
-
Michael Thomsen authored
-
- 06 Apr, 2020 3 commits
-
-
Todd Volkert authored
-
Alexandre Ardhuin authored
-
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
-
- 05 Apr, 2020 1 commit
-
-
Todd Volkert authored
-
- 03 Apr, 2020 3 commits
-
-
Shi-Hao Hong authored
-
Shi-Hao Hong authored
-
Shi-Hao Hong authored
* [gen_l10n] Add scriptCode handling
-
- 01 Apr, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 30 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 26 Mar, 2020 1 commit
-
-
gaaclarke authored
-
- 25 Mar, 2020 1 commit
-
-
Darren Austin authored
Date Picker UI redesign
-
- 24 Mar, 2020 1 commit
-
-
Jonah Williams authored
Should fix issues introduced in web-server device and allow loading org-dartlang-app URIs
-
- 19 Mar, 2020 1 commit
-
-
Janice Collins authored
-
- 18 Mar, 2020 2 commits
-
-
Jonah Williams authored
This is necessary to ensure the tests can run in google3. Fixes https://b.corp.google.com/issues/151657461
-
Jonah Williams authored
Update to latest dwds APIs, moving back to dwds driven hot restart and enabling future work on expression evaluation.
-
- 17 Mar, 2020 1 commit
-
-
Shi-Hao Hong 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.
-
- 13 Mar, 2020 1 commit
-
-
Greg Spencer authored
This adds generation of some C++ keycode maps for various platforms. This isn't meant for general use: it's so that the Flutter authors can keep the keycodes up to date with the Chromium and Android (and other) sources. It doesn't run continuously, it's only run occasionally (manually) to update the maps, because they don't change very often, and there is often manual work needed to make it function. In this PR, I added output of various .cc files that write into an engine repo situated next to the flutter repo on disk. This is a starting point for implementing platform-side handling of key events.
-
- 12 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
* Fix suppportedLocales list * Refactor integration tests for gen_l10n tool to catch exceptions
-
- 11 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
* Expose --header and --header-file arguments for gen_l10n
-
- 10 Mar, 2020 2 commits
-
-
Ben Konyi authored
-
Francisco Magdaleno authored
-
- 05 Mar, 2020 1 commit
-
-
Flutter GitHub Bot authored
-
- 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.
-
- 29 Feb, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 26 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 Feb, 2020 1 commit
-
-
Hans Muller authored
-