- 03 Aug, 2017 6 commits
-
-
Jacob Richman authored
This reverts commit 0cfd3dec239faf3c13ce759df15ddab226545e8c.
-
Jacob Richman authored
-
Jason Simmons authored
Do not throw if a hot reload is attempted when all Flutter instances on the device have been stopped (#11504) This can happen if an Android host app has been paused but its process is still running
-
Devon Carew authored
-
Jacob Richman authored
Add Diagnosticable base class and documentation
-
Michael Goderbauer authored
-
- 02 Aug, 2017 3 commits
-
-
Yegor authored
* FadeInImage: shows a placeholder while loading then fades in * fix dartdoc quotes * license headers; imports * use ImageProvider; docs; constructors * _resolveImage when placeholder changes * address comments * docs re ImageProvider changes; unsubscribe from placeholder * rebase * address comments
-
Devon Carew authored
* refactor commands_test to choose a free port for the service protocol * discover the service protocol port * add a todo
-
Jason Simmons authored
-
- 01 Aug, 2017 8 commits
-
-
Ian Hickson authored
* Revert "Support space- and backslash-escaped dependencies (#11090)" This reverts commit e6bafd0b. * Revert "Skip AOT snapshot build if inputs are unchanged (#11084)" This reverts commit b5e522e2.
-
Michael Goderbauer authored
-
Devon Carew authored
* perform the initial poll for devices quicker * add a Poller class * test the new Poller class
-
Michael Goderbauer authored
-
Ian Hickson authored
This reverts commit 5d9db106.
-
perlatus authored
* PopupMenuButton: create IconButton if child is Icon Otherwise the resulting button has an abnormally small and rectangular area. With multiple PopupMenuButton(child: Icon) they get squished together in the AppBar. * Add separate icon argument to PopupMenuButton * Fix style issues and tweak dartdocs * Add tests for icon argument to PopupMenuButton * Group icon tests and fix broken test, analyzer warnings * Test that the correct custom icon is present * Apply De Morgan's to work around dart analyzer bug see: https://github.com/dart-lang/sdk/issues/30288
-
Alexey Shamrin authored
-
Ian Hickson authored
* Revert "Make plugins add their repos to projects in the consuming app (#11447)" This reverts commit abe1e252. * Revert "Support for custom build types on Android (#11354)" This reverts commit 87eec719. * Revert "add a profile() method (#11443)" This reverts commit 561d17a8. * Revert "Fix documentation based on dartdoc's warnings (#11428)" This reverts commit 6655074b. * Revert "Improve some docs around WillPopScope. (#11429)" This reverts commit 58a28a29. * Revert "temporarily disable broken driver test in integration_ui (#11440)" This reverts commit 764515ec. * Revert "style fix" This reverts commit 00bfc866. * Revert "tests for waitFor/waitForAbsent" This reverts commit 31d2ee9c. * Revert "Always evaluate the finder in `driver.waitFor()` and `driver.waitForAbsent()`" This reverts commit 11d7c79b.
-
- 31 Jul, 2017 5 commits
-
-
xster authored
* roll * no-op commit * revert no-op
-
Jason Simmons authored
-
Ian Hickson authored
It has recently come to light that we may have been ordering saveLayer calls and clip calls incorrectly.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
- 30 Jul, 2017 1 commit
-
-
Devon Carew authored
* add a profile() method * add todos
-
- 28 Jul, 2017 6 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
...and break the navigator<->routes circular dependency. This is a step towards fixing https://github.com/flutter/flutter/issues/9577 but doesn't yet do so.
-
Yegor authored
-
Yegor Jbanov authored
-
Yegor Jbanov authored
-
Todd Volkert authored
Fixes #11327
-
- 27 Jul, 2017 6 commits
-
-
Devon Carew authored
This reverts commit 4b4cabb7.
-
Devon Carew authored
* fire service protocol extension events for frames * start time in micros * introduce a profile() function; only send frame events when in profile (or debug) modes * moved the profile() function to foundation/profile.dart * refactor to make the change more testable; test the change * fire service protocol events by listening to onFrameInfo * remove the frame event stream; add a devicelab test * remove a todo * final
-
Jason Simmons authored
The output location of gen_snapshot differs based on the engine's target platform, and we don't know the target platform when building a platform-independent FLX in JIT mode.
-
Ian Hickson authored
It was 8.0. It's now arbitrarily 18.0. Changing this required adjusting some tests. Adjusting the tests required debugging the tests. Debugging the tests required some tools to help debugging gesture recognizers and gesture arenas, so I added some. It also required updating some toString() methods which resulted in some changes to the tree diagnostics logic. Also I cleaned up some docs while I was at it.
-
Devon Carew authored
* remove the flutter view cache; fix the ability to quit the app after a full restart * improve test * update test
-
Jason Simmons authored
-
- 26 Jul, 2017 1 commit
-
-
Devon Carew authored
-
- 25 Jul, 2017 2 commits
-
-
Jason Simmons authored
-
Jacob Richman authored
Refactor RenderObject.toStringDeep and Widget.toStringDeep code to use DiagnosticsNode.
-
- 24 Jul, 2017 2 commits
-
-
Jason Simmons authored
-
Michael Goderbauer authored
This reverts commit bc4a3f17.
-