flutter/packages/flutter_tools
Chris Bracken 8b8d368d2b
Replace --prefer-shared-library with --build-shared-library (#17394)
This replaces the --prefer-shared-library flag, which falls back to
regular (non-shared-lib) compile if the NDK is not found, with the
--build-shared-library flag, which exits with an error message if the
NDK is not found.

This simplifies the set of allowed code paths through AOT compile,
resulting in better testability and easier-to-follow logic. It also
results in more predictable behaviour for continuous integration and
other scenarios.
2018-05-08 17:28:53 -07:00
..
bin Support multi-arch iOS binaries (#17312) 2018-05-06 18:43:07 -07:00
gradle Include kernel_compile.d in Gradle depfiles (#17175) 2018-05-01 18:11:57 -07:00
ide_templates/intellij Spelling (#15229) 2018-03-06 21:36:03 -08:00
lib Replace --prefer-shared-library with --build-shared-library (#17394) 2018-05-08 17:28:53 -07:00
schema Allow null flutter schema in pubspec (#15690) 2018-03-19 14:55:54 -07:00
templates Recommend using Cocoapods 1.5.0 (#17308) 2018-05-08 08:02:39 +02:00
test Replace --prefer-shared-library with --build-shared-library (#17394) 2018-05-08 17:28:53 -07:00
tool Use Dart 2 camel case constants (#15360) 2018-03-12 11:06:32 -07:00
BUILD.gn Leave source list empty for Fuchsia targets. (#15337) 2018-03-12 15:38:32 +01:00
pubspec.yaml Update dependencies (#16442) 2018-04-10 14:27:53 -07:00
README.md Fix capitalization in README.md (#16788) 2018-04-20 01:02:44 -07:00

Flutter Tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

../../bin/cache/dart-sdk/bin/pub run test -j1