1. 10 Jan, 2017 1 commit
  2. 07 Jan, 2017 1 commit
    • Todd Volkert's avatar
      Update flutter_tools to use package:file throughout (#7385) · 8bb27034
      Todd Volkert authored
      This removes direct file access from within flutter_tools
      in favor of using `package:file` via a `FileSystem` that's
      accessed via the `ApplicationContext`.
      
      This lays the groundwork for us to be able to easily swap
      out the underlying file system when running Flutter tools,
      which will be used to provide a record/replay file system,
      analogous to what we have for process invocations.
      8bb27034
  3. 12 Dec, 2016 1 commit
  4. 01 Dec, 2016 1 commit
  5. 28 Nov, 2016 3 commits
  6. 22 Nov, 2016 1 commit
  7. 21 Nov, 2016 1 commit
  8. 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
  9. 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
  10. 10 Nov, 2016 2 commits
  11. 03 Nov, 2016 2 commits
  12. 02 Nov, 2016 2 commits
  13. 01 Nov, 2016 3 commits
  14. 21 Oct, 2016 1 commit
    • Devon Carew's avatar
      Reload pause (#6459) · 55a374d4
      Devon Carew authored
      * add a pause parameter to the reload command
      
      * encode OperationResult as json
      
      * reverse isOk logic
      55a374d4
  15. 20 Oct, 2016 1 commit
  16. 13 Oct, 2016 1 commit
  17. 11 Oct, 2016 1 commit
  18. 29 Sep, 2016 1 commit
  19. 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
  20. 20 Sep, 2016 1 commit
  21. 18 Aug, 2016 1 commit
  22. 17 Aug, 2016 1 commit
  23. 16 Aug, 2016 1 commit
  24. 15 Aug, 2016 1 commit
  25. 11 Aug, 2016 2 commits
  26. 09 Aug, 2016 4 commits
  27. 06 Aug, 2016 1 commit
  28. 05 Aug, 2016 1 commit
  29. 02 Aug, 2016 1 commit
    • Ian Hickson's avatar
      Hot reload UI polish (#5193) · d7fb51a5
      Ian Hickson authored
      * General improvoments to the loader app:
         * Show a message after 8 seconds if no connection comes in.
         * Show a progress bar as files are being uploaded.
         * Hide the spinner just before launching the application.
      
      * General improvements to the "flutter run" UI:
         * Add "?" key as a silent alias for "h".
         * Make the help text bold so it doesn't get mixed with the logs.
         * Make "R" do a cold restart when hot reload is enabled.
      
      * Supporting features and bug fixes:
         * Add support for string service extensions.
      
      * Other bug fixes:
         * Expose debugDumpRenderTree() outside debug mode.
         * Logger.supportsColor was missing a getter.
         * Mention in the usage docs that --hot requires --resident.
         * Trivial style fixes.
      d7fb51a5