- 17 Mar, 2017 17 commits
-
-
Hans Muller authored
-
Adam Barth authored
Fixes #6382
-
Adam Barth authored
-
Phil Quitslund authored
The excellent `local-history` plugin for vscode, saves history in `.history` files; this ignores them. See: https://marketplace.visualstudio.com/items?itemName=xyz.local-history
-
Michael Goderbauer authored
-
Phil Quitslund authored
Fixes: #8783
-
Adam Barth authored
Fixes #8850
-
Devon Carew authored
-
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
-
Jakob Andersen authored
Fixes #8821
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Adam Barth authored
-
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.
-
Michael Goderbauer authored
Function keys don't work great on any platform we support: * Mac doesn't have first-class function keys. * On Ubuntu: F1 opens the system help and F10 opens the file dialog. * ... and Windows is a mess as well.
-
Michael Goderbauer authored
-
- 16 Mar, 2017 10 commits
-
-
Michael Goderbauer authored
It's no longer needed with the latest Dart SDK roll.
-
Ian Hickson authored
-
Zachary Anderson authored
-
Phil Quitslund authored
Fixes: https://github.com/flutter/flutter-intellij/issues/808
-
Phil Quitslund authored
Fixes: #8812
-
Michael Goderbauer authored
-
Hans Muller authored
-
Jakob Andersen authored
* Only run pod install if CocoaPods v1.0.0 or greater is installed. Avoid issues with older versions of CocoaPods breaking the build. Users who genuinely use older versions of CocoaPods will have to run pod install manually when required.
-
Sarah Zakarias authored
* Update iOS part of flutter_view to use the new platform message channel * remove newline * comments
-
Adam Barth authored
-
- 15 Mar, 2017 13 commits
-
-
Michael Goderbauer authored
* devicelab benchmarks run on Windows * fix analyzer issue * fix test * fix pubspec
-
John McCutchan authored
- [x] Don't use package:stack_trace. - [x] Don't use Chain.capture. - [x] Fix an instance of aggressive catching of exceptions Related #8742
-
John McCutchan authored
Fixes #6207
-
Alexandre Ardhuin authored
-
Todd Volkert authored
-
Chris Bracken authored
-
Todd Volkert authored
-
Hans Muller authored
-
Michael Goderbauer authored
* Make ProcessSignals portable This removes the need to wrap unsupported signals with in `if (!platform.isWindows) ..`. It also allows us to implement a work around for breaking the Windows console when flutter is exited with Ctrl+C. * review comments * adding tests * add license header
-
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.
-
Alexandre Ardhuin authored
-
Yegor authored
-
Jason Simmons authored
-