- 09 May, 2019 1 commit
-
-
Sam Rawlins authored
-
- 25 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 18 Apr, 2019 1 commit
-
-
Devon Carew authored
-
- 27 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Mar, 2019 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Alexander Aprelev authored
* Use source list from the compiler to track invalidated files. * Revert accidental change * Fix first-time-seen-the-file logic * Fix/simplify invalidate logic now that we can rely on compiler to let us know what is the cut-off point for invalidation. * Update devfs mock to accommodate for new fields * Fix deleted files case * Analyzer found missing final
-
- 20 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* some space formattings * always use blocks in if-else if a block is used * format spaces in for and while * allow multiline if conditions * fix missing space
-
- 19 Mar, 2019 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 15 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 21 Feb, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Feb, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Feb, 2019 1 commit
-
-
xster authored
-
- 01 Feb, 2019 1 commit
-
-
Alexander Aprelev authored
* Don't send accept/reject if compilation never started. Ensure that we wait for reject's response since that is async operation. Fixes https://github.com/flutter/flutter/issues/27120. * Fix analysis errors * Rename flag. Ensure we raise it on first compilation too.
-
- 30 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 26 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 19 Jan, 2019 1 commit
-
-
Ian Hickson authored
These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
-
- 18 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 17 Jan, 2019 2 commits
-
-
abykov2 authored
-
Kenzie Schmoll authored
* Register hot restart service in flutter_tools.
-
- 14 Jan, 2019 1 commit
-
-
Alexander Aprelev authored
-
- 05 Jan, 2019 1 commit
-
-
Alexander Aprelev authored
* Report hot reload statistic * Lints * Introduce custom dimensions identifiers to track hot reload stats
-
- 27 Dec, 2018 1 commit
-
-
Alexander Aprelev authored
* Collect devfs stats for better analytics * Fix fields initialization * Fix lints
-
- 21 Dec, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit 76f70810.
-
Ian Hickson authored
* Remove many timeouts. These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time. * Get the attach tests to pass. * Apply review comments from Todd * More review comment fixes * Put back the extended timeouts here now that I know why we have them...
-
- 15 Dec, 2018 1 commit
-
-
Stanislav Baranov authored
-
- 19 Nov, 2018 1 commit
-
-
Alexandre Ardhuin authored
* update lint list * enable sort_pub_dependencies * enable avoid_returning_null_for_void * enable flutter_style_todos
-
- 09 Nov, 2018 2 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/19273
-
- 30 Oct, 2018 1 commit
-
-
Alexander Aprelev authored
* Revert "Revert "Run reload asynchronously so that multiple devices can reload in parallel. (#22693)" (#23598)" This reverts commit 0b68068d. * Fix refreshViews so it sends app-wide(rather than per-isolate) service request. Sending per-isolate request caused dead-lock in the engine in case of more-than-one ui isolate.
-
- 28 Oct, 2018 1 commit
-
-
Ian Hickson authored
* Revert "[H] Created a variant of InheritedWidget specifically for Listenables (#23393)" This reverts commit 93132859. * Revert "Fix a race condition in vmservice_test.dart (#23529)" This reverts commit 5e7b0a36.
-
- 27 Oct, 2018 2 commits
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/19273
-
Alexander Aprelev authored
Revert "Run reload asynchronously so that multiple devices can reload in parallel. (#22693)" (#23598) This reverts commit 709f54f4 as it seems to have broken two tests: flutter_gallery__back_button_memory, named_isolates_test.
-
- 26 Oct, 2018 1 commit
-
-
Alexander Aprelev authored
* Run reload asynchronously so that multiple devices can reload in parallel.
-
- 24 Oct, 2018 2 commits
-
-
Jonah Williams authored
* Revert "Remove duplicate code comment in flutter_gallery (#23422)" This reverts commit 8039620b. * Revert "Add explicit completed status trace to hot reload and restart commands (#23338)" This reverts commit 245ef023.
-
Jonah Williams authored
-
- 17 Oct, 2018 1 commit
-
-
Michael Klimushyn authored
`FlutterDevice.views` is limited by a filter. Pipe this filter up as an option for the commands that instantiate `FlutterDevice`s. This is the first change necessary for the CLI tooling to target specific isolates (#22009). More work needs to be done after this patch. * Isolate names are dynamically generated and change every restart. * This just filters views, not background isolates (`VMService.isolates`).
-