1. 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
  2. 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
  3. 08 Sep, 2016 1 commit
  4. 01 Sep, 2016 1 commit
  5. 23 Aug, 2016 1 commit
  6. 16 Aug, 2016 1 commit
  7. 09 Aug, 2016 1 commit
  8. 27 Jul, 2016 1 commit
  9. 25 Jul, 2016 3 commits
  10. 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
  11. 26 May, 2016 1 commit
  12. 23 May, 2016 1 commit
  13. 12 May, 2016 1 commit
  14. 11 May, 2016 1 commit
  15. 03 May, 2016 2 commits
  16. 02 May, 2016 1 commit
  17. 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
  18. 25 Apr, 2016 1 commit
  19. 19 Apr, 2016 1 commit
  20. 18 Apr, 2016 1 commit
  21. 16 Apr, 2016 1 commit
  22. 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
  23. 08 Apr, 2016 1 commit
  24. 07 Apr, 2016 2 commits
  25. 04 Apr, 2016 1 commit
  26. 28 Mar, 2016 1 commit
  27. 17 Mar, 2016 1 commit
  28. 14 Mar, 2016 3 commits
  29. 12 Mar, 2016 1 commit
  30. 11 Mar, 2016 1 commit
  31. 07 Mar, 2016 1 commit
  32. 04 Mar, 2016 1 commit
  33. 03 Mar, 2016 1 commit
  34. 28 Feb, 2016 1 commit