1. 22 Oct, 2017 1 commit
  2. 05 Oct, 2017 1 commit
  3. 30 Sep, 2017 1 commit
  4. 26 Sep, 2017 1 commit
    • Todd Volkert's avatar
      Run command validation on all commands. (#12246) · a08b5e00
      Todd Volkert authored
      This makes command validation happen as part of `verifyThenRunCommand()`,
      using a newly introduced protected method (`validateCommand()`) rather than
      a `commandValidator` property (that subclasses were responsible for manually
      invoking).
      a08b5e00
  5. 15 Sep, 2017 1 commit
    • Ian Hickson's avatar
      Allow multiple FloatingActionButtons to be used on one screen. (#12074) · d6580489
      Ian Hickson authored
      * Allow FloatingActionButton to not have a heroTag.
      * Allow FloatingActionButton to not have a child.
      * Allow Tooltip to not have a child.
      * Improve the debug output of the default FloatingActionButton hero tag.
      * Improve the error message in the Hero clashing-tag case.
      * Improve the debug output of the Hero widget.
      * Improve the debug output of gesture-related widgets.
      * Minor improvements to documentation.
      * Fix some typos in comments.
      * Fix some style nits.
      d6580489
  6. 11 Sep, 2017 1 commit
  7. 06 Sep, 2017 1 commit
  8. 05 Sep, 2017 1 commit
  9. 01 Sep, 2017 1 commit
    • Chris Bracken's avatar
      Use idevice_id, ideviceinfo for iOS device listing (#11883) · eba6ceb8
      Chris Bracken authored
      This patch migrates iOS device listing from using Xcode instruments to
      using the libimobiledevice tools idevice_id and ideviceinfo.
      
      ideviceinfo was previously incompatible with iOS 11 physical devices;
      this has now been fixed.
      
      In 37bb5f13 flutter_tools migrated from
      libimobiledevice-based device listing on iOS to using Xcode instruments
      to work around the lack of support for iOS 11. Using instruments entails
      several downsides, including a significantly higher performance hit, and
      leaking hung DTServiceHub processes in certain cases when a simulator is
      running, necessitating workarounds in which we watched for, and cleaned
      up leaked DTServiceHub processes. This patch returns reverts the move to
      instruments now that it's no longer necessary.
      eba6ceb8
  10. 23 Aug, 2017 1 commit
    • Jakob Andersen's avatar
      Add --template=<type> option to create command. (#11105) · 5d0d6126
      Jakob Andersen authored
      Allows the user to specify the kind of project to create. The default is 'app'. Other choices are 'plugin' (the old '--plugin' behavior), and 'package'.
      
      A Flutter 'package' is a Dart package that depends on Flutter, but does not contain native code.
      
      Fixes #10377.
      5d0d6126
  11. 04 Aug, 2017 1 commit
  12. 21 Jul, 2017 1 commit
    • Phil Quitslund's avatar
      Flutter create widget test template. (#11304) · f0c2d5ed
      Phil Quitslund authored
      * Flutter create widget test template.
      
      Running `flutter create —with-widget-test` produces a test/widget_test.dart sample widget test.
      
      * Generate widget test bits in flutter create.
      
      * Path fix.
      
      * Added types.
      
      * Skip shell testing on windows.
      
      * formatting fixes
      
      * Update test sample to test the sample app.
      
      * Formatting tweak.
      f0c2d5ed
  13. 20 Jul, 2017 1 commit
  14. 19 Jul, 2017 2 commits
    • Dan Rubel's avatar
      Flutter analyze watch improvements (#11143) · e13e7806
      Dan Rubel authored
      * flutter analyze --watch auto detect if in flutter repo
      * move isFlutterLibrary from AnalyzeOnce into AnalyzeBase for use by AnalyzeContinuously
      * pass --flutter-repo to analysis server when analyzing the flutter repository
      * enhance flutter analyze --watch to summarize public members lacking documentation
      e13e7806
    • Devon Carew's avatar
      pass the value of the android sdk (#11268) · c186d0df
      Devon Carew authored
      * pass the value of the android sdk
      
      * swap flag
      
      * allow the user to set the android-sdk location
      c186d0df
  15. 30 Jun, 2017 1 commit
  16. 23 Jun, 2017 1 commit
  17. 16 Jun, 2017 1 commit
  18. 15 Jun, 2017 1 commit
  19. 07 Jun, 2017 1 commit
  20. 02 Jun, 2017 1 commit
  21. 24 May, 2017 2 commits
  22. 12 May, 2017 2 commits