- 28 Aug, 2017 1 commit
-
-
Michael Goderbauer authored
* Semantic hit test order for Slivers * ++ * fix double space * refactoring * fix test * comment fix * tests * remove accidental debugDumpSemanticsTree * review comments * fix button
-
- 21 Aug, 2017 1 commit
-
-
Jacob Richman authored
Bare bones widget inspector support. Toggle the widget inspector from the flutter tool by pressing 'i'. When the widget inspector is select mode: Pointer down to to inspect a widget. Pointer click to finalize selection of a widget. You can now interact with the application as you normally would but with the inspected widget highlighted. Click the inspect icon in bottom left corner of screen to reactivate select mode.
-
- 27 Jul, 2017 1 commit
-
-
Devon Carew authored
* remove the flutter view cache; fix the ability to quit the app after a full restart * improve test * update test
-
- 19 Jul, 2017 2 commits
-
-
Carlo Bernaschina authored
Changes introduced in https://github.com/flutter/engine/commit/8ba522eeae35d8c70ada3c7b8e200ca2274f4f95 has removed from the `_flutter.listViews` the thread synchronization side effect used during benchmarks. The thread synchronization is restored via the new `_flutter.flushUIThreadTasks` RPC. Fixes https://github.com/flutter/flutter/issues/11241 Related https://github.com/flutter/engine/pull/3898
-
Ian Hickson authored
-
- 17 Jul, 2017 3 commits
-
-
Carlo Bernaschina authored
In https://github.com/dart-lang/sdk/commit/df8bf384eb815cf38450cb50a0f4b62230fba217 a new functionality of the Dart VM Service Protocol has been introduced. Clients connected to the Service Protocol are now able to expose services that other clients (e.g. Observatory) can invoke through the Service Protocol itself. With these changes Flutter Tools register them self as a `reloadSources` (a.k.a. HotReload) capable client. Observatory is already listening for the clients which expose this functionality and uses by default the service based version of `reloadSources` when available, so requesting a HotReload from Observatory will trigger the full Flutter HotReload. Related https://github.com/dart-lang/sdk/issues/30023 Related https://github.com/flutter/flutter/pull/11229 Related https://github.com/flutter/flutter/pull/11256
-
Carlo Bernaschina authored
This reverts commit 35c49897.
-
Carlo Bernaschina authored
* Register tools as a reloadSources service * Fix code style and comments * Fix nits and Add documentation * Format error message
-
- 12 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 02 May, 2017 1 commit
-
-
Devon Carew authored
* fix an issues with reloading when paused at a breakpoint * update docs
-
- 20 Apr, 2017 2 commits
-
-
Zachary Anderson authored
-
John McCutchan authored
There is a race where we could complete a future based on a stream event and then before we cancel the stream subscription, we get another event and try and complete the future again.
-
- 19 Apr, 2017 1 commit
-
-
John McCutchan authored
- [x] Switch the reassemble timeout to 5 seconds. - [x] Print a status message if reassemble fails: ``` Performing hot reload... Reassembling app.flx$main took too long. Hot reload may have failed. Reloaded 0 of 418 libraries in 5,322ms. ``` Fixes #9316 Fixes #8861 Fixes #8857 Fixes #8856
-
- 18 Apr, 2017 2 commits
-
-
John McCutchan authored
- [x] Refresh FlutterViews before issuing a hot reload / restart Fixes #7248
-
John McCutchan authored
- [x] Resume the isolate before performing a hot restart. Fixes #8923
-
- 15 Apr, 2017 1 commit
-
-
Zachary Anderson authored
-
- 14 Apr, 2017 1 commit
-
-
Zachary Anderson authored
-
- 09 Apr, 2017 1 commit
-
-
Devon Carew authored
-
- 07 Apr, 2017 2 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/6849
-
Alexandre Ardhuin authored
-
- 31 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
* add @required when there's an assert not null * address review comments
-
- 29 Mar, 2017 2 commits
-
-
Yegor authored
-
Alexandre Ardhuin authored
-
- 16 Mar, 2017 1 commit
-
-
Zachary Anderson authored
-
- 15 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 03 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 01 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* [devFS] Use URI to represent paths on device Previosuly, regular file paths in the format of the host platform were used to represent paths on device. That works when host and device share the same (POSIX) file path format. With a Windows host, this breaks. URIs are the solution as they are platform independent and the VM service on the device already interpreted the file paths as URIs anyways. * review comments * switch to file paths * fix tests on Windows * review comments
-
- 23 Feb, 2017 1 commit
-
-
Todd Volkert authored
-
- 18 Feb, 2017 1 commit
-
-
Ian Hickson authored
-
- 15 Feb, 2017 1 commit
-
-
Todd Volkert authored
-
- 14 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 08 Feb, 2017 1 commit
-
-
Ian Hickson authored
Turns out when I added tests, I broke the actual underlying functionality.
-
- 06 Feb, 2017 1 commit
-
-
Jacob Richman authored
* Small Flutter strong mode cleanup fixes. These are cases where strong mode down cast composite errors generally indicated cases that would performance or correctness issues if Flutter code was run in a strong mode VM. * Fix Command API so that it is always in terms of Map<String,String>. * Fix typedef
-
- 02 Feb, 2017 2 commits
-
-
Ian Hickson authored
This allows us, for example, to wait for the slow mode banner to have been removed from the screen before triggering a screen shot.
-
Ian Hickson authored
Add an "s" command to `flutter run` which takes a screenshot. Make that comment turn off the slow mode banner.
-
- 01 Feb, 2017 1 commit
-
-
Jason Simmons authored
* Return null from VM.mainView if no view exists * Retry in connectToServiceProtocol if a view is not yet available * Do not explicitly call exit from the benchmarks - it will not cleanly shut down the engine
-
- 23 Jan, 2017 1 commit
-
-
Ian Hickson authored
...now that we have generic methods, their types need to be specified too.
-
- 12 Jan, 2017 1 commit
-
-
Devon Carew authored
* relax timeouts for some service protocol calls * remove 'note that' text
-