flutter/packages/flutter_tools/lib/src
Chris Bracken 1058cff395
Add version check for doctor --android-licenses (#14249)
flutter doctor --android-licenses requires Android sdkmanager version 26
or later. When sdkmanager is not available (SDKs earlier than v25),
direct users to SDK upgrade instructions. When it's installed but not
v26 or later, emit instructions to run sdkmanager --update.
2018-01-24 20:01:11 -08:00
..
android Add version check for doctor --android-licenses (#14249) 2018-01-24 20:01:11 -08:00
base Make artifact downloading more robust for flaky networks, take two (#14084) 2018-01-16 08:07:37 -08:00
commands pass through preview-dart-2, strong, ipv6 in daemon mode (#14200) 2018-01-20 14:43:23 -08:00
dart Roll Dart SDK to 2.0.0-dev.16.0, along with associated package updates (#13857) 2018-01-10 14:31:28 -08:00
fuchsia Fix --preview-dart2 option handling for ios profile/release. (#13285) 2017-11-30 17:17:39 -08:00
ios Clean up build directory before copying freshly produced build artifacts over. (#14081) 2018-01-20 11:11:44 -08:00
runner New release process (#14061) 2018-01-18 07:59:06 -08:00
test Run 'flutter test --preview-dart-2' in strong mode (#14188) 2018-01-22 10:26:01 -08:00
application_package.dart Enable lint prefer asserts in initializer lists (#12903) 2017-11-08 22:59:49 +01:00
artifacts.dart support for --strong option (#13859) 2018-01-04 10:39:02 -08:00
asset.dart Make Assets more robust across platforms (#14246) 2018-01-24 13:16:23 -08:00
build_info.dart support for --strong option (#13859) 2018-01-04 10:39:02 -08:00
cache.dart Fix crash during artifact download (#14147) 2018-01-17 16:08:19 -08:00
compile.dart Add --preview-dart-2 to 'flutter test' (#14135) 2018-01-19 06:17:28 -08:00
crash_reporting.dart enable crash reporting in flutter_tools (#9039) 2017-03-28 15:16:38 -07:00
dependency_checker.dart Faster hot reload (#8600) 2017-03-07 13:09:48 -08:00
devfs.dart Use IKG for restarts, use IKG with ProtectedFileByteStore. (#12953) 2017-11-10 10:09:37 -08:00
device.dart route device issue diagnostics to flutter doctor (#13346) 2017-12-07 09:32:23 -08:00
disabled_usage.dart Don't collect usage data during Fuchsia build (#12780) 2017-10-30 12:28:31 -07:00
doctor.dart [G] Revert "Exclude flutter doctor IDE validators in CI environments" (#14196) 2018-01-19 20:47:23 -08:00
flutter_manifest.dart Make Assets more robust across platforms (#14246) 2018-01-24 13:16:23 -08:00
flx.dart When targeting iOS sim in preview-dart-2, always compile. (#14059) 2018-01-11 18:19:28 -08:00
globals.dart Let printError be able to print bold also (#9714) 2017-05-02 22:20:14 -07:00
plugins.dart Revert pod install skip revert (#13774) 2017-12-27 07:30:31 -08:00
project.dart Change default organization name to example.com in project templates (#14116) 2018-01-18 09:21:24 +01:00
protocol_discovery.dart Add support for binding to IPv6 localhost in flutter run (#13136) 2017-11-21 20:12:21 -08:00
resident_runner.dart Pipe strong mode option for iOS simulator. (#14002) 2018-01-11 14:08:28 -08:00
run_cold.dart support for --strong option (#13859) 2018-01-04 10:39:02 -08:00
run_hot.dart send 'reloadRecommended' info to IDEs (#13996) 2018-01-11 12:55:00 -08:00
services.dart enable lint prefer_single_quotes (#12665) 2017-10-22 18:11:36 +02:00
template.dart Creates a new flutter command 'ide-config' and removes *.iml and .idea from tree. (#12958) 2017-11-13 10:55:22 -08:00
tracing.dart Re-organize flutter_tools code to better support proper layering. (#12957) 2017-11-09 21:45:31 -08:00
usage.dart New release process (#14061) 2018-01-18 07:59:06 -08:00
version.dart New release process (#14061) 2018-01-18 07:59:06 -08:00
vmservice_record_replay.dart use conditional assignment (#9252) 2017-04-07 21:41:17 +02:00
vmservice.dart Send RPC request to switch assets directory on hot reload. (#12872) 2018-01-04 14:27:25 -08:00
zip.dart Write flutter_assets directory on Windows (#13564) 2017-12-14 16:08:31 +01:00