- 03 Aug, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 30 Jul, 2020 2 commits
-
-
Ming Lyu (CareF) authored
-
Michael Goderbauer authored
-
- 29 Jul, 2020 2 commits
-
-
Ming Lyu (CareF) authored
-
Ming Lyu (CareF) authored
-
- 28 Jul, 2020 3 commits
-
-
Michael Goderbauer authored
-
Ming Lyu (CareF) authored
-
Michael Goderbauer authored
* state restoration * added example * typos and analyzer * whitespace * more typos * remove unnecessary import * whitespace * fix sample code * tests for restorationmanager and restorationid * ++ * typo * tests for bucket, part1 * rename tests * more tests * finished tests for service layer * remove wrong todo * ++ * review comments * tests for Unmanaged and regular scope * RootRestorationScope tests * typo * whitespace * testing framework * tests for properties * last set of tests * analyzer * typo * dan review * whitespace * ++ * refactor finalizers * ++ * ++ * dispose guard * ++ * ++ * dan review * add manager assert * ++ * analyzer * greg review * fix typo * Ian & John review * ian review * RestorationID -> String * revert comment * Make primitives non-nullable in prep for NNBD
-
- 23 Jul, 2020 2 commits
-
-
Ming Lyu (CareF) authored
-
Ming Lyu (CareF) authored
-
- 21 Jul, 2020 1 commit
-
-
Ming Lyu (CareF) authored
-
- 20 Jul, 2020 2 commits
-
-
Ming Lyu (CareF) authored
This reverts commit aa4b4d35.
-
Ming Lyu (CareF) authored
-
- 17 Jul, 2020 1 commit
-
-
Ming Lyu (CareF) authored
* add benchmarkLive flag and tests * update handlePointerEventRecord doc * using e2e 0.6.1
-
- 15 Jul, 2020 2 commits
-
-
Ming Lyu (CareF) authored
* Promtoe WidgetTester.ensureVisible * modify according to tvolkert@
-
zichangg authored
* Fixing patch for coming breaking change in HttpClientRequest * Add noSuchMethod() and comment out abort() * Add ignore: override_on_non_overriding_member
-
- 14 Jul, 2020 1 commit
-
-
Jason Simmons authored
-
- 10 Jul, 2020 1 commit
-
-
Ming Lyu (CareF) authored
* Add input event array support * Add a tap test * remove unused import * remove extra assert
-
- 08 Jul, 2020 3 commits
-
-
Ming Lyu (CareF) authored
-
Ming Lyu (CareF) authored
-
Ming Lyu (CareF) authored
* Fix PointerAddedEvent handling in tester
-
- 07 Jul, 2020 2 commits
-
-
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 1 commit
-
-
David Worsham authored
-
- 23 Jun, 2020 1 commit
-
-
Dan Field authored
-
- 19 Jun, 2020 1 commit
-
-
Tong Mu authored
-
- 29 May, 2020 1 commit
-
-
Dan Field authored
-
- 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>
-
- 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 1 commit
-
-
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
-