• John McCutchan's avatar
    Fix flutter run --use-application-binary (#6106) · ca8070f9
    John McCutchan authored
    When using --use-application-binary:
    
    - [x] Stop flutter run from checking for a pubspec.yaml in current directory
    - [x] Stop flutter run from invoking pub get
    - [x] Set 'shouldBuild' based on --use-application-binary
    - [x] Stop requiring 'lib/main.dart' to be present before running.
    - [x] Stop building an FLX when launching on Android
    ca8070f9
flutter_command.dart 7.63 KB