- 10 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 08 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* eliminate sky snapshot * roll engine
-
- 06 Mar, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
Engine roll to include https://github.com/flutter/engine/pull/3462
-
- 02 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* Enable Hot Reload on Windows (backed by gen_snapshot) \o/ Two caveats: * Hot Reload on Windows is slower than on other platforms because gen_snapshot is slower then sky_snapshot * We currently cannot hot reload projects with spaces in the path * enable tests
-
- 01 Mar, 2017 2 commits
-
-
Mikkel Nygaard Ravn authored
New concepts: PlatformMessageChannel (basic message send/receive superseding some existing PlatformMessages methods), PlatformMethodChannel (method invocation and event streams), pluggable codecs for messages and method calls: unencoded binary, string, json, and 'standard' flutter binary encoding.
-
Jason Simmons authored
-
- 28 Feb, 2017 2 commits
-
-
Michael Goderbauer authored
This reverts commit e7bde11c. Reason: broke hot reload when using "package:" style imports for sources within the same project.
-
Jason Simmons authored
-
- 27 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
* Simplify path handling logic in dependency checker and devFS Simplification will make it easier to port this to Windows. * Roll Engine to 0a7b177c330367904597a6129b3eb653d29dfca0
-
- 24 Feb, 2017 2 commits
-
-
Chris Bracken authored
-
Jason Simmons authored
-
- 17 Feb, 2017 1 commit
-
-
Ryan Macnak authored
Update stack_trace_test.dart for changes to the naming of async body functions.
-
- 16 Feb, 2017 1 commit
-
-
Todd Volkert authored
Fixes #8200
-
- 15 Feb, 2017 1 commit
-
-
Ryan Macnak authored
* Roll engine to b64c88766dbd83bf4bab1cd1cd1757139b6cdb74. Picks up changes to include inlined frames and line numbers in AOT stack traces. * Adjust/weaken stack_trace_test.dart to pass in the face of async causal stack traces (Issue #8128).
-
- 10 Feb, 2017 1 commit
-
-
Chris Bracken authored
-
- 08 Feb, 2017 1 commit
-
-
Chris Bracken authored
-
- 07 Feb, 2017 1 commit
-
-
Chris Bracken authored
-
- 03 Feb, 2017 2 commits
-
-
Jason Simmons authored
-
Chris Bracken authored
-
- 02 Feb, 2017 3 commits
-
-
Michael Goderbauer authored
With this commit `flutter run --release` and `flutter run --profile` is fully supported on Windows.
-
Chinmay Garde authored
-
Michael Goderbauer authored
-
- 31 Jan, 2017 1 commit
-
-
Chris Bracken authored
-
- 27 Jan, 2017 1 commit
-
-
Ian Hickson authored
-
- 26 Jan, 2017 1 commit
-
-
Chris Bracken authored
-
- 25 Jan, 2017 1 commit
-
-
Chris Bracken authored
-
- 24 Jan, 2017 1 commit
-
-
Chris Bracken authored
-
- 23 Jan, 2017 1 commit
-
-
Ryan Macnak authored
-
- 22 Jan, 2017 1 commit
-
-
Chris Bracken authored
-
- 18 Jan, 2017 1 commit
-
-
Matt Perry authored
Overflow handling works with clipping, adding an ellipsis on the last line, or fading the last line. Fixes https://github.com/flutter/flutter/issues/7271
-
- 13 Jan, 2017 1 commit
-
-
Michael Goderbauer authored
fixes #7433
-
- 11 Jan, 2017 1 commit
-
-
Chris Bracken authored
-
- 06 Jan, 2017 1 commit
-
-
Adam Barth authored
Skia calls this BlendMode now and that's a better name. Fixes #7200
-
- 05 Jan, 2017 1 commit
-
-
Chinmay Garde authored
-
- 15 Dec, 2016 1 commit
-
-
Ian Hickson authored
-
- 13 Dec, 2016 1 commit
-
-
Chinmay Garde authored
-
- 07 Dec, 2016 2 commits
-
-
Jason Simmons authored
-
Collin Jackson authored
* s/sky/flutter/ in Android templates * update engine.version with a compatible engine version * replace more SkyActivity references with FlutterActivity
-
- 06 Dec, 2016 1 commit
-
-
Chinmay Garde authored
-
- 29 Nov, 2016 1 commit
-
-
Todd Volkert authored
-