1. 14 Nov, 2016 2 commits
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9
  2. 01 Nov, 2016 1 commit
  3. 28 Sep, 2016 1 commit
    • 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
  4. 16 Sep, 2016 1 commit
    • Dan Rubel's avatar
      Refactor flutter command execution (#5892) · 18212382
      Dan Rubel authored
      * refactor _run to runCmd
      
      * replace requiresProjectRoot getter with call to commandValidator
      
      * replace requiresDevice getter with call to findTargetDevice
      
      * trace command requires a debug connection, not a device
      
      * inline androidOnly getter
      
      * rename command methods to verifyTheRunCmd and runCmd
      
      * move common verification into BuildSubCommand
      
      * rename deviceForCommand to device
      
      * rename methods to verifyThenRunCommand and runCommand
      18212382
  5. 08 Sep, 2016 1 commit
  6. 01 Sep, 2016 1 commit
  7. 23 Aug, 2016 1 commit
  8. 16 Aug, 2016 1 commit
  9. 09 Aug, 2016 1 commit
  10. 27 Jul, 2016 1 commit
  11. 25 Jul, 2016 3 commits
  12. 07 Jun, 2016 1 commit
    • Devon Carew's avatar
      add a restart command to the daemon protocol (#4385) · 3ba17136
      Devon Carew authored
      * refactor the --resident run option into a separate file
      
      * update daemon to run --resident apps
      
      * re-plumbing daemon start
      
      * send app logs
      
      * update tests
      
      * review changes
      
      * fix test runner
      
      * remove PackageMap.createGlobalInstance; rely on the ctor
      
      * review comments
      3ba17136
  13. 26 May, 2016 1 commit
  14. 23 May, 2016 1 commit
  15. 12 May, 2016 1 commit
  16. 11 May, 2016 1 commit
  17. 03 May, 2016 2 commits
  18. 02 May, 2016 1 commit
  19. 26 Apr, 2016 1 commit
    • Devon Carew's avatar
      add google analytics to flutter_tools (#3523) · adac9275
      Devon Carew authored
      * add google analytics
      
      * send in the run target type
      
      * track device type targets
      
      * use the real GA code
      
      * review comments
      
      * rev to usage 2.0
      
      * rev to 2.2.0 of usage; add tests
      
      * review comments
      adac9275
  20. 25 Apr, 2016 1 commit
  21. 19 Apr, 2016 1 commit
  22. 18 Apr, 2016 1 commit
  23. 16 Apr, 2016 1 commit
  24. 14 Apr, 2016 1 commit
    • Devon Carew's avatar
      run pub for analyze and test (#3310) · b172dd5a
      Devon Carew authored
      * run pub for analyze and test
      
      * don't run pub when doing repo analysis
      
      * move logic for when to run pub into the commands
      
      * re-write ternary expression
      b172dd5a
  25. 08 Apr, 2016 1 commit
  26. 07 Apr, 2016 2 commits
  27. 04 Apr, 2016 1 commit
  28. 28 Mar, 2016 1 commit
  29. 17 Mar, 2016 1 commit
  30. 14 Mar, 2016 3 commits
  31. 12 Mar, 2016 1 commit
  32. 11 Mar, 2016 1 commit
  33. 07 Mar, 2016 1 commit