flutter/packages/flutter_tools/lib
Jason Simmons 3c9ad811f7
Add a flutter run option that can override the default target platform (#14537)
By default flutter run will build a 64-bit APK if the attached Android device
is 64-bit.  Specifying --target-platform=android-arm will deploy a 32-bit APK
to a 64-bit device.

Fixes https://github.com/flutter/flutter/issues/14526
2018-02-08 14:56:01 -08:00
..
src Add a flutter run option that can override the default target platform (#14537) 2018-02-08 14:56:01 -08:00
executable.dart unnessary parenthesis (#14475) 2018-02-06 09:00:11 +01:00
runner.dart Condense and summarize doctor output without --verbose (#14173) 2018-02-01 10:27:55 -08:00