flutter/packages/flutter_tools/lib/src/base
Todd Volkert a0666f330e Update Process.exitCode setter to not use @override (#7434)
As of Dart SDK 1.22.0-dev.5.0, `Process.exitCode` is no longer
mutable (that SDK version picks up e5a16b1ca5).
This change allows the tools code to pass analysis in sdk versions both
before and after that change, to allow for analysis against both the host and
target sdks.
2017-01-10 21:33:04 -08:00
..
common.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
config.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
context.dart Add tests for nested contexts (#7197) 2016-12-08 09:39:32 -08:00
file_system.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
io.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
logger.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
net.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
os.dart Force all dart:io usage to go through 'base/io.dart' (#7390) 2017-01-09 08:37:00 -08:00
process_manager.dart Update Process.exitCode setter to not use @override (#7434) 2017-01-10 21:33:04 -08:00
process.dart Use FileSystem.pathSeparator instead of Platform.pathSeparator (#7417) 2017-01-10 13:17:20 -08:00
utils.dart Use FileSystem.pathSeparator instead of Platform.pathSeparator (#7417) 2017-01-10 13:17:20 -08:00