1. 14 Dec, 2017 2 commits
    • amirh's avatar
      flutter update-packages (#13571) · becab558
      amirh authored
      * flutter update-packages
      
      * update plugin registrant for flutter_gallery
      becab558
    • Yegor's avatar
      Revert engine (#13547) · ee65db11
      Yegor authored
      * Revert "Include a directory with Flutter assets (#12944)"
      
      This reverts commit 3af6b9cb.
      
      * Revert "Upgrade project.pbxproj to include flutter_assets (#13011)"
      
      This reverts commit 08128cb2.
      
      * Revert "Upgrade complex_layout project.pbxproj to include flutter_assets (#13544)"
      
      This reverts commit 35f1a041.
      
      * mark complex_layout_ios__start_up as flaky
      ee65db11
  2. 13 Dec, 2017 3 commits
  3. 07 Dec, 2017 4 commits
  4. 01 Dec, 2017 1 commit
  5. 30 Nov, 2017 2 commits
    • Ian Hickson's avatar
      920a7260
    • Vyacheslav Egorov's avatar
      Change few devicelab tests to support testing against local engine (#13268) · 41a5e5d8
      Vyacheslav Egorov authored
      * Change some of the dev/devicelab tests to support testing against local engine.
      
      We can already configure flutter tools to use local engine by setting
      FLUTTER_ENGINE environment variable. However when this variable is set
      this also requires setting --local-engine to specify which flavor of
      engine to use.
      
      This change changes tests in dev/devicelab to pass a sensible default for
      --local-engine, e.g. when testing hot reload on Android we pass android_debug
      and when testing release AOT build for IOS we pass ios_release.
      
      * Fix analysis issues
      
      * Update utils.dart
      41a5e5d8
  6. 29 Nov, 2017 5 commits
  7. 23 Nov, 2017 1 commit
    • Chris Bracken's avatar
      Mark flutter_gallery__preview_dart_2_bulid unflaky (#13170) · 112df6ef
      Chris Bracken authored
      This was fixed in #13150.
      
      That commit rolled the engine to:
        flutter/engine@93b21795971357edbfd646f61b8d7f62388b0dae,
      
      which rolled Dart to:
        dart-lang/sdk@70e5deacb54aea295665215837adaedd3d6a5bfa
      
      which includes:
        dart-lang/sdk@d38c08d97358ebe4ee30e557bfee339dddda9b7a
      
      Which fixes the breakage introduced in #13134.
      
      This reverts commit f5d9c777.
      112df6ef
  8. 22 Nov, 2017 3 commits
  9. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  10. 13 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Creates a new flutter command 'ide-config' and removes *.iml and .idea from tree. (#12958) · 797b39e9
      Greg Spencer authored
      Creates a new (hidden) flutter command 'ide-config' that will create and/or update
      existing .iml files and some files under the .idea directory, as well as
      removing existing *.iml files and the .idea directory.
      
      It also:
      
       * Adds *.iml to the .gitignore
       * Removes existing .iml files from the repo, and moves them to the
         packages/flutter_tools/ide_templates/intellij directory.
       * Adds a flag to ide-config ('--update-templates') that will take any new .iml
         files in the flutter tree and add them to the existing templates.
           - If --overwrite is also specified, then all existing templates will also
             be overwritten with the contents from the flutter tree, and any that have
             been deleted from the flutter tree will also be removed from the
             templates.
       * Added new run configurations for all existing app targets that will now also
         be automatically added to IntelliJ.
       * Setting up the environment also includes setting the coding style guidelines
         and the git VCS.
       * Note that after this PR lands, Flutter developers will need to run it once to
         re-create the .iml files and configuration files that have been removed.
      
      After this PR lands, .iml files will no longer appear in the untracked files
      section for git.
      797b39e9
  11. 07 Nov, 2017 1 commit
  12. 03 Nov, 2017 1 commit
  13. 02 Nov, 2017 1 commit
  14. 01 Nov, 2017 1 commit
  15. 26 Oct, 2017 2 commits
  16. 25 Oct, 2017 1 commit
  17. 19 Oct, 2017 2 commits
  18. 14 Oct, 2017 3 commits
  19. 12 Oct, 2017 1 commit
  20. 11 Oct, 2017 1 commit
  21. 06 Oct, 2017 2 commits
  22. 28 Sep, 2017 1 commit