- 07 Jul, 2020 3 commits
-
-
Dan Field authored
Roll packages, update XML deprecations.
-
Mehmet Fidanboylu authored
-
- 06 Jul, 2020 2 commits
-
-
Andre authored
* Implement stack trace demangling in the framework.
- 02 Jul, 2020 1 commit
-
-
Pierre-Louis authored
-
- 26 Jun, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 24 Jun, 2020 2 commits
-
-
David Worsham authored
-
chunhtai authored
* Add semantics sort key for modal scope and modal barrier * fix test * fix test * fix test * fix space * fix more tests * addressing comments
-
- 23 Jun, 2020 2 commits
-
-
Jonah Williams authored
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders: - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally. - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line. - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
-
Dan Field authored
-
- 19 Jun, 2020 2 commits
-
-
Jonah Williams authored
Fixes #59718 Update all versions, specifically dwds which has a hot restart fix
-
Tong Mu authored
-
- 15 Jun, 2020 1 commit
-
-
Justin McCandless authored
-
- 12 Jun, 2020 1 commit
-
-
Chase Latta authored
-
- 29 May, 2020 2 commits
- 21 May, 2020 1 commit
-
-
Dan Field authored
-
- 18 May, 2020 1 commit
-
-
cg021 authored
* move pending timers list code out of assert * style change Co-authored-by:
Emmanuel Garcia <egarciad@google.com> * add unit tests * formatting * pending timer test * pending timer assertion test * add setup and teardown Co-authored-by:
Emmanuel Garcia <egarciad@google.com>
-
- 15 May, 2020 1 commit
-
-
Chase Latta authored
-
- 14 May, 2020 1 commit
-
-
Tong Mu authored
-
- 11 May, 2020 1 commit
-
-
Tong Mu authored
Adds the basic framework for the mouse cursor system. * Adds MouseRegion.cursor * Adds SystemMouseCursors * Adds mouseCursor to some widgets
-
- 29 Apr, 2020 1 commit
-
-
Matt Mohandiss authored
Fixed #55858
-
- 28 Apr, 2020 1 commit
-
-
Katarina Sheremet authored
-
- 23 Apr, 2020 2 commits
-
-
chunhtai authored
* Fix FlutterError.onError in debug mode * update * fix comments * add license header * fix analyzer * update * another attempt * fix test * fix comment
- 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
-
-
Greg Spencer authored
This fixes the initial value of FocusManager.highlightMode so that it gets initialized correctly on desktop platforms. My recent update of this code (#52990) broke things so that the highlight mode never changed from the initial default of touch, which meant that focus highlights didn't show unless you set FocusManager.highlightStrategy to something (even automatic, the default: setting it caused the mode to be updated).
-
- 09 Apr, 2020 1 commit
-
-
Jacob MacDonald authored
-
- 08 Apr, 2020 2 commits
-
-
Francisco Magdaleno authored
-
Michael Goderbauer authored
-
- 07 Apr, 2020 1 commit
-
-
Michael Thomsen authored
-
- 06 Apr, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Apr, 2020 1 commit
-
-
cjng96 authored
-
- 30 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 25 Mar, 2020 1 commit
-
-
adityapstar authored
-
- 20 Mar, 2020 1 commit
-
-
Yegor authored
fix KeySet.hashCode; enable multiple web tests
-
- 19 Mar, 2020 1 commit
-
-
Chris Yang 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.
-