- 06 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Sep, 2019 2 commits
-
-
Andrew Brogdon authored
-
Devon Carew authored
-
- 04 Sep, 2019 2 commits
-
-
Tong Wu authored
-
Emmanuel Garcia authored
-
- 03 Sep, 2019 4 commits
-
-
Harry Terkelsen authored
* WIP on web plugin registry * WIP on registering plugins * WIP on web plugin registration * Only generate `package:flutter_web_plugins` imports if plugins are defined * Add parsing test * Add documentation * Fix analyzer warnings * add license headers * Add tests for package:flutter_web_plugins * Run `flutter update-packages --force-upgrade` * Fix analyzer errors * Fix analyzer error in test * Update copyright and remove flutter SDK constraints * Enable tests since engine has rolled * add flutter_web_plugins tests to bots * Create an empty .packages file for WebFs test
-
Jenn Magder authored
-
liyuqian authored
One of our linux/android Moto G4 has alerts (emergency, amber, etc.) turned on. That's probably the cause of the flakiness. I've turned it off. Let's mark this as non-flaky and see if it's fixed. If not, I'll move it to mac/android and see if that fixes the flakiness. I think the most important thing to do right now is to mark it as non-flaky so those who really break the test could get a notification.
-
Keerti Parthasarathy authored
-
- 02 Sep, 2019 2 commits
-
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
- 31 Aug, 2019 1 commit
-
-
Jonah Williams authored
-
- 30 Aug, 2019 3 commits
-
-
Christopher Fujino authored
This reverts commit 61eab16c.
-
Christopher Fujino authored
This reverts commit 8ec2c582.
-
Christopher Fujino authored
-
- 29 Aug, 2019 3 commits
-
-
Phil Quitslund authored
* migrate from slow async io calls
-
Jonah Williams authored
-
Jonah Williams authored
-
- 28 Aug, 2019 5 commits
-
-
keyonghan authored
fix type: bin/tests -> bin/tasks
-
Michael Goderbauer authored
-
liyuqian authored
-
Andrew Brogdon authored
-
Tong Wu authored
-
- 27 Aug, 2019 2 commits
-
-
Tong Wu authored
- 26 Aug, 2019 1 commit
-
-
Collin Jackson authored
* Fix plugin template * Add test of plugin template working
-
- 23 Aug, 2019 1 commit
-
-
Yegor authored
* shard tests * make foundation tests pass
-
- 22 Aug, 2019 1 commit
-
-
Chris Bracken authored
This fixes a breakage in fuchsia where package_config version 1.1.0 is required but flutter_tools is currently locked to 1.05.
-
- 21 Aug, 2019 3 commits
-
-
Jenn Magder authored
-
∂ω∂ authored
- 20 Aug, 2019 4 commits
-
-
Ian Hickson authored
-
Christopher Fujino authored
-
liyuqian authored
For https://github.com/flutter/flutter/issues/36064 That performance regression is iOS-only so we'd better get the benchmarks running on iOS.
-
James D. Lin authored
Flutter widget tests assert if a test completes with timers still pending. However, it can be hard to diagnose where a pending timer came from. For example, a widget might consume a third-party library that internally uses a timer. I added a FakeAsync.pendingTimersDebugInfo getter to quiver (https://github.com/google/quiver-dart/pull/500). Make flutter_test use it. Additionally modify Flutter's debugPrintStack to take an optional StackTrace argument instead of always printing StackTrace.current. Fixes #4237.
-
- 19 Aug, 2019 2 commits
-
-
Jenn Magder authored
-
Kate Lovett authored
-
- 16 Aug, 2019 3 commits
-
-
Todd Volkert authored
-
Greg Spencer authored
* Add an 'unfocusable' focus node to allow developers to indicate when they don't want a Focus widget to be active * more unfocusable changes. not working. * Switch to focusable attribute * Rename to canRequestFocus * Turn off debug output * Update docs * Removed unused import
-
Tong Wu authored
-