- 04 Apr, 2017 2 commits
-
-
Chris Bracken authored
-
Chris Bracken authored
-
- 31 Mar, 2017 2 commits
-
-
Jason Simmons authored
-
Collin Jackson authored
This reverts commit 8f9d4a22.
-
- 29 Mar, 2017 1 commit
-
-
Jason Simmons authored
-
- 28 Mar, 2017 1 commit
-
-
Phil Quitslund authored
* Bump to Dart SDK 1.23.0-dev.10 * allows us to understand flutter usage via telemetry * brings in `@immutable` Fixes: #9042 * completer fix * Update to platform 1.1.1.
-
- 23 Mar, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 20 Mar, 2017 1 commit
-
-
Jason Simmons authored
-
- 18 Mar, 2017 1 commit
-
-
Adam Barth authored
-
- 17 Mar, 2017 3 commits
-
-
Mikkel Nygaard Ravn authored
Breaking change: removed deprecated methods of PlatformMessages, leaving only binary messaging there. All other use of platform communication now goes through PlatformMessageChannel and PlatformMethodChannels. Retained use of String and JSON codecs for now. Companion engine PR: flutter/engine#3482
-
Chris Bracken authored
-
Michael Goderbauer authored
The problem has been fixed upstream in the Dart VM. This simplifies our setup instructions on Windows (will update the wiki). Furthermore, this also means that going forward there is no diffrence between PowerShell and Cmd for the Flutter experience on Windows.
-
- 16 Mar, 2017 1 commit
-
-
Phil Quitslund authored
Fixes: #8812
-
- 15 Mar, 2017 2 commits
-
-
Chris Bracken authored
-
Michael Goderbauer authored
Some Windows Versions close the entire shell if EXIT is called without /B. This also adds retry logic for downloading the Dart SDK.
-
- 13 Mar, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
Changed standard encoding to use host endianness. Engine roll.
-
- 10 Mar, 2017 2 commits
-
-
Michael Goderbauer authored
Windows' built-in unzippers are painfully slow. It drives me mad! Unzip SDK with 7-Zip: ~10s Unzip SDK with Windows: ~90s
-
Michael Goderbauer authored
-
- 08 Mar, 2017 2 commits
-
-
Michael Goderbauer authored
* eliminate sky snapshot * roll engine
-
Michael Goderbauer authored
This should make our scripts compatible with PowerShell 2 or newer. PowerShell 2 was released in October 2009 and shipped with Windows 7 as default. (I suspect the scripts are now also compatible with PowerShell 1, but that's unconfirmed). This fixes #8606. The PR also introduces better error handling when Flutter fail to download the Dart SDK to fix #8627.
-
- 07 Mar, 2017 3 commits
-
-
Michael Goderbauer authored
-
Chris Bracken authored
-
Michael Goderbauer authored
* for Win 7, we need to import BitsTransfer before using it * switch to PowerShell's build-in archive expander (instead of relying on .NET)
-
- 06 Mar, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
Engine roll to include https://github.com/flutter/engine/pull/3462
-
- 03 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* fix FLUTTER_ANSI_TERMINAL check should have been included in the previous PR :( * review comments
-
- 02 Mar, 2017 2 commits
-
-
Michael Goderbauer authored
-
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 3 commits
-
-
Michael Goderbauer authored
This one comes with sweet Unicode support for Windows!
-
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 4 commits
-
-
Michael Goderbauer authored
-
Chris Bracken authored
-
Jason Simmons authored
-
Michael Goderbauer authored
-
- 23 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
Mainly: Don't call out to PoerShell (expansive!) if Dart SDK is upto date.
-
- 17 Feb, 2017 2 commits
-
-
Phil Quitslund authored
* ups pinned `test` to `0.12.15+9` (to play nice w/ the latest analyzer) * integrates `analyzer` with analysis driver defaulting to ON
-
Ryan Macnak authored
Update stack_trace_test.dart for changes to the naming of async body functions.
-