1. 17 Nov, 2016 1 commit
    • Todd Volkert's avatar
      Allow for application-specific log readers. (#6898) · 9cb914df
      Todd Volkert authored
      * Allow for application-specific log readers.
      
      When running with prebuilt application binaries, those applications
      aren't guaranteed to be named "Runner" (as it is when we build
      the app locally in Flutter tools)
      9cb914df
  2. 14 Nov, 2016 1 commit
    • 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
  3. 10 Nov, 2016 1 commit
  4. 07 Nov, 2016 1 commit
  5. 03 Nov, 2016 2 commits
  6. 01 Nov, 2016 3 commits
  7. 31 Oct, 2016 1 commit
  8. 27 Oct, 2016 3 commits
  9. 24 Oct, 2016 1 commit
  10. 20 Oct, 2016 1 commit
  11. 13 Oct, 2016 1 commit
  12. 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
  13. 26 Sep, 2016 1 commit
  14. 13 Sep, 2016 1 commit
  15. 01 Sep, 2016 1 commit
  16. 26 Aug, 2016 1 commit
  17. 22 Aug, 2016 1 commit
  18. 13 Aug, 2016 1 commit
  19. 11 Aug, 2016 1 commit
  20. 20 Jul, 2016 2 commits
  21. 13 Jul, 2016 1 commit
  22. 01 Jul, 2016 1 commit
  23. 13 Jun, 2016 1 commit
  24. 09 Jun, 2016 1 commit
  25. 02 Jun, 2016 1 commit
  26. 27 May, 2016 1 commit
  27. 26 May, 2016 1 commit
    • Devon Carew's avatar
      Flutter run restart (#4105) · ec751776
      Devon Carew authored
      * working on making a faster flutter run restart
      
      * clean up todos; fire events on isolate changes
      
      * use the Flutter.FrameworkInitialization event
      
      * review comments
      ec751776
  28. 25 May, 2016 1 commit
  29. 24 May, 2016 1 commit
    • Todd Volkert's avatar
      iOS tools cleanup (#4161) · cc8c78ad
      Todd Volkert authored
      * iOS tools cleanup
      
      1) Fix `flutter install` on both device and simulator to refer to the actual
         bundle and not just the .generated folder
      2) Fix `flutter run` on device to actually run vs just installing
      
      Still TODO:
      1) Discovered that isAppInstalled on iOS simulator always reports true,
         meaning it'll never actually try to install the app.
      
      Fixes #3947
      Fixes #1823
      cc8c78ad
  30. 23 May, 2016 2 commits
  31. 20 May, 2016 1 commit
  32. 19 May, 2016 1 commit
  33. 17 May, 2016 1 commit