1. 05 Mar, 2020 14 commits
  2. 04 Mar, 2020 17 commits
  3. 03 Mar, 2020 9 commits
    • Konstantin Scheglov's avatar
      fb953b71
    • Shi-Hao Hong's avatar
      Revert "AlertDialog widget scrollable by default (#49848)" (#51886) · ad44b05c
      Shi-Hao Hong authored
      This reverts commit 28f2c96a.
      ad44b05c
    • stuartmorgan's avatar
      Exit for missing Windows plugin projects (#51838) · f9c118b6
      stuartmorgan authored
      Exit, rather than crash, if a Windows plugin is missing its project.
      
      Fixes #51743
      f9c118b6
    • stuartmorgan's avatar
      Add pre-stable support for create on Linux (#51832) · 8d8439f8
      stuartmorgan authored
      Adds initial support for `flutter create` of apps and plugins. This is derived from the current FDE example app and sample plugin, with a few changes:
      - Added template values where it makes sense.
      - Moved some likely-to-change values into separate files for now, to simplify the delete/recreate cycle that will be necessary until it's stable.
      - Added some minor Makefile flag handling improvements
      
      Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the `create` output about the fact that it won't be stable.
      8d8439f8
    • Shi-Hao Hong's avatar
      28f2c96a
    • Jenn Magder's avatar
      Move embedding and linking Flutter frameworks into the tool (#51453) · e4915445
      Jenn Magder authored
      * Move embedding and linking Flutter frameworks into the tool
      
      * Unused import
      
      * Migrate
      
      * Rename run, add comments, remove typedef
      
      * Add status log to tell the user what we did
      
      * Remove Podfile migration, create IOSMigration superclass
      
      * word-smiting
      Co-Authored-By: 's avatarJonah Williams <jonahwilliams@google.com>
      
      * for space
      Co-Authored-By: 's avatarJonah Williams <jonahwilliams@google.com>
      Co-authored-by: 's avatarJonah Williams <jonahwilliams@google.com>
      e4915445
    • Shi-Hao Hong's avatar
      Simple repeating word fixes (#51871) · d2c734a3
      Shi-Hao Hong authored
      d2c734a3
    • Greg Spencer's avatar
      Add Linux and Windows target platforms (#51519) · 1ba4f1f5
      Greg Spencer authored
      This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms.
      
      Fixes #31366
      1ba4f1f5
    • engine-flutter-autoroll's avatar
      Roll engine 5e474ee860a3..6991dd981bf7 (10 commits) (#51821) · 7f6f08ad
      engine-flutter-autoroll authored
      * 38f497c4d Roll src/third_party/skia 9dd0bd78b2d7..470f0637aeea (11 commits) (flutter/engine#16887)
      
      * 5073cc7cb Roll src/third_party/dart fbe9f6115d2f..0b819161d778 (3 commits) (flutter/engine#16888)
      
      * df942131b Revert "Try rasterizing images and layers only once , even when their rasterization fails. Further enforce the same access threshold on layers as on Pictures. Previously layers would always be cached. The latter is a semantic change. (#16545)" (flutter/engine#16889)
      
      * b230adbb3 Roll src/third_party/skia 470f0637aeea..ded437003d0e (6 commits) (flutter/engine#16891)
      
      * 63bdf3e1b Roll fuchsia/sdk/core/mac-amd64 from q2DAy... to WmA2M... (flutter/engine#16892)
      
      * e54f2c8c1 Const finder missing `static const` list/map/set fields. (flutter/engine#16896)
      
      * 10275fe66 Roll fuchsia/sdk/core/linux-amd64 from 9NHsJ... to uiAI5... (flutter/engine#16893)
      
      * 8d046faf9 Roll src/third_party/skia ded437003d0e..b43cfa4d3f96 (7 commits) (flutter/engine#16894)
      
      * 9c5399315 Roll src/third_party/dart 0b819161d778..ca3ad264a649 (18 commits) (flutter/engine#16898)
      
      * 6991dd981 Roll src/third_party/skia b43cfa4d3f96..8121d27b297c (10 commits) (flutter/engine#16899)
      7f6f08ad