Mikkel Nygaard Ravn
8303fff8f9
Run pub in interactive mode in flutter packages pub ( #11700 )
2017-09-06 11:53:39 +02:00
Todd Volkert
ba4bba7498
Support IPv6 in test platform ( #9795 )
2017-05-03 22:50:24 -07:00
Ian Hickson
3eb87830e9
Constants! Constants everywhere! ( #9286 )
...
Aggressively apply the const lint.
2017-04-07 12:24:32 -07:00
Michael Goderbauer
0550c2f021
Remove workaround for SIGINT ( #8834 )
...
It's no longer needed with the latest Dart SDK roll.
2017-03-16 15:10:20 -07:00
Alexandre Ardhuin
2166ea5b7f
apply partially the upcoming unnecessary_lambdas ( #8810 )
2017-03-15 23:09:58 +01:00
Michael Goderbauer
15330ffbc4
Make ProcessSignals portable ( #8779 )
...
* 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
2017-03-15 11:28:14 -07:00
Todd Volkert
aac8762a7a
Properly handle ProcessExit
being thrown when exit()
is called ( #8592 )
2017-03-06 13:23:03 -08:00
Michael Goderbauer
84de5e815d
Work around for dart-lang/sdk#28599 ( #7786 )
2017-02-01 13:39:19 -08:00
Todd Volkert
417c2f25fc
Migrate flutter_tools to use package:platform ( #7642 )
2017-01-25 16:06:41 -08:00
Todd Volkert
016b5ab0cc
Force all dart:io usage to go through 'base/io.dart' ( #7390 )
...
This ensures that accidental usages of dart:io's
file API don't creep in over time.
2017-01-09 08:37:00 -08:00