- 01 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 30 Apr, 2020 1 commit
-
-
Ferhat authored
Change display mode of PWA default to standalone, update integration test manifest to new default
-
- 27 Apr, 2020 3 commits
-
-
Jose Alba authored
-
Jose Alba authored
* Instead of changing test I just flipped flag so the test uses the proper slider * Use Depracated annotation * Updated depracation notice * Updated depracation notice again * Ignore analyze issues * flutter analyze . * ignore analyzer * // ignore: deprecated_member_use * Ignoring notice * indentation
-
Jonah Williams authored
Support --enable-experiment in flutter test (for flutter_tester). Required minor change for null safety.
-
- 23 Apr, 2020 1 commit
-
-
Dan Field authored
-
- 22 Apr, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 20 Apr, 2020 2 commits
-
-
Amir Hardon authored
-
Jose Alba authored
-
- 18 Apr, 2020 1 commit
-
-
Amir Hardon authored
-
- 16 Apr, 2020 4 commits
-
-
Jonah Williams authored
-
Michael Thomsen authored
-
Jonah Williams authored
This reverts commit b8bd09db.
-
Jonah Williams authored
-
- 15 Apr, 2020 3 commits
-
-
tauu authored
Co-authored-by:
Georg Wechslberger <wechslbe@ma.tum.de>
-
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>
-
- 14 Apr, 2020 1 commit
-
-
Jenn Magder authored
-
- 12 Apr, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 10 Apr, 2020 1 commit
-
-
Chris Yang authored
-
- 09 Apr, 2020 5 commits
-
-
Tong Wu authored
-
Jonah Williams authored
This reverts commit 13052b10.
-
Jacob MacDonald authored
-
Chris Yang authored
-
Filip Hracek authored
-
- 08 Apr, 2020 4 commits
-
-
Jonah Williams authored
This reverts commit f8784e72.
-
Chris Yang authored
-
Michael Goderbauer authored
-
Jonah Williams authored
-
- 07 Apr, 2020 4 commits
-
-
Jose Alba authored
* [Slider] Rebase. * disabled thumb color with alphaBlend of colorScheme surface * test remove alphablend * Change rectangular track to how it used to be * Chaned to adaptive slider * blank lines Co-authored-by:
Will Larche <larche@google.com>
-
Michael Thomsen authored
-
Konstantin Scheglov authored
-
Amir Hardon authored
-
- 06 Apr, 2020 4 commits
-
-
Alexandre Ardhuin authored
-
Amir Hardon 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
-
Anisov Aleksey authored
-
- 05 Apr, 2020 1 commit
-
-
Amir Hardon authored
-
- 04 Apr, 2020 1 commit
-
-
Amir Hardon authored
-