flutter/packages/flutter_tools/lib/src/commands
Emmanuel Garcia 8627ff433b
Allow multi-abi shared libraries in APKs and App bundles (#34123)
* Gradle generates ELF shared libraries instead of AOT snapshots.
* `flutter build apk/appbundle` supports multiple `--target-platform` and defaults to `android-arm` and `android-arm64`.
* `flutter build apk` now has a flag called `--split-per-abi`.
2019-06-10 13:16:09 -07:00
..
analyze_base.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
analyze_continuously.dart Make timeout durations configurable (#30053) 2019-03-27 16:21:16 -07:00
analyze_once.dart Make timeout durations configurable (#30053) 2019-03-27 16:21:16 -07:00
analyze.dart Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254) 2019-04-08 13:49:09 -07:00
attach.dart Add to app measurement (#33458) 2019-05-29 20:56:28 -07:00
build_aot.dart add ignorable track-widget-creation flag to build and remove --track-widget-creation from xcode backend aot build aot (#31399) 2019-04-22 16:21:17 -07:00
build_apk.dart Allow multi-abi shared libraries in APKs and App bundles (#34123) 2019-06-10 13:16:09 -07:00
build_appbundle.dart Allow multi-abi shared libraries in APKs and App bundles (#34123) 2019-06-10 13:16:09 -07:00
build_bundle.dart Add Xcode build script for macOS target (#31329) 2019-04-22 13:51:00 -07:00
build_fuchsia.dart [flutter_tool] Build a Fuchsia package (#32519) 2019-05-14 10:59:23 -07:00
build_ios.dart Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254) 2019-04-08 13:49:09 -07:00
build_linux.dart make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
build_macos.dart make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
build_web.dart Codegen an entrypoint for flutter web applications (#33956) 2019-06-06 21:05:55 -07:00
build_windows.dart make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
build.dart [flutter_tool] Build a Fuchsia package (#32519) 2019-05-14 10:59:23 -07:00
channel.dart Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254) 2019-04-08 13:49:09 -07:00
clean.dart make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
config.dart Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254) 2019-04-08 13:49:09 -07:00
create.dart Add flutter create for the web (#34018) 2019-06-07 13:15:38 -07:00
daemon.dart Increase daemon protocol version for getSupportedPlatforms (#33980) 2019-06-07 07:48:27 +01:00
devices.dart Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
doctor.dart Revert "Lazily download artifacts (Part II) (#27735)" (#27895) 2019-02-13 11:59:51 -08:00
drive.dart New flag to flutter drive to skip installing fresh app on device (#30818) 2019-04-15 09:31:51 -07:00
emulators.dart Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
format.dart Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254) 2019-04-08 13:49:09 -07:00
generate.dart make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
ide_config.dart Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254) 2019-04-08 13:49:09 -07:00
inject_plugins.dart make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
install.dart Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254) 2019-04-08 13:49:09 -07:00
logs.dart Reland: Ensure that flutter run/drive/test/update_packages only downloads required artifacts (#30254) 2019-04-08 13:49:09 -07:00
make_host_app_editable.dart make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
packages.dart Add to app measurement (#33458) 2019-05-29 20:56:28 -07:00
precache.dart add --force flag to precache (#31278) 2019-04-18 16:04:21 -07:00
run.dart Use product define for flutter web and remove extra asset server (#34159) 2019-06-10 09:54:02 -07:00
screenshot.dart Change screenshot observatory port flag to a URI that can include the authentication code (#33666) 2019-05-31 13:15:49 -07:00
shell_completion.dart avoid returning null for Future (#23784) 2018-11-05 16:38:23 +01:00
test.dart Enable web foundation tests (#34032) 2019-06-09 11:03:46 -07:00
train.dart Switch flutter_tools from script to app-jit snapshot. (#27749) 2019-03-15 19:33:24 -07:00
unpack.dart ensure unpack declares required artifacts (#33454) 2019-05-28 17:35:05 -07:00
update_packages.dart Added a benchmark for ImageCache (#33814) 2019-06-04 12:32:52 -07:00
upgrade.dart Correct typos (#33322) 2019-05-24 19:12:45 -07:00
version.dart Add sorting to flutter version command (#31064) 2019-04-16 10:23:56 -07:00