1. 11 Feb, 2020 7 commits
  2. 10 Feb, 2020 18 commits
  3. 08 Feb, 2020 5 commits
  4. 07 Feb, 2020 10 commits
    • jimshepherd's avatar
      Use state value in DropdownButtonFieldForm (#37145) · 92a335e4
      jimshepherd authored
      The current implementation of DropdownButtonFormField does not pass the initial value to _DropdownButtonFormFieldState. As a result changes made through the child DropdownButton are not made to the FormFieldState and the widget is not updated unless a onChanged function is provided to the DropdownButtomFormField constructor.
      
      This change modifies DropdownButtonFormField to behave more consistently with other FormField widgets in how the Form state is handled.
      92a335e4
    • Jenn Magder's avatar
    • engine-flutter-autoroll's avatar
      Roll engine f3ce90e9387b..580503c35926 (24 commits) (#50363) · ef74572e
      engine-flutter-autoroll authored
      * 71ec0a181 Relax timing restrictions on WakeUpTimersAreSingletons. (flutter/engine#16446)
      
      * 3ac1e6d8b Disable unit tests using --gtest-filter instead of at compile time (flutter/engine#16472)
      
      * 80be2c43e Fix RasterCache LRU logic, opportunistic simplifications. (flutter/engine#16434)
      
      * ca40f11ee Roll src/third_party/skia 7f36405ea3ec..c0360582d211 (6 commits) (flutter/engine#16476)
      
      * c9e7713b5 Fix analyzer warnings for frontend_server change (flutter/engine#16470)
      
      * 9ada1b0e0 Fix elf_loader.cc on Fuchsia, add a TODO for proper fix
      
      * 051762798 Enable runtime_unittests on Fuchsia
      
      * 03f639e12 Add noexcept annotations to EnableValue moves (flutter/engine#16478)
      
      * 00904dd96 Various fixes in CanvasKit (flutter/engine#16433)
      
      * de7022b3b Roll src/third_party/skia c0360582d211..121750c2efff (7 commits) (flutter/engine#16479)
      
      * d2aab27b4 Enable shell_unittests on Fuchsia with Vulkan dependencies. (flutter/engine#16376)
      
      * eec73e3a7 Roll src/third_party/dart b3396cbdcae1..49850e6919f7 (45 commits) (flutter/engine#16480)
      
      * 557f3a2d2 Run Flutter framework tests against the web engine in Cirrus (flutter/engine#16343)
      
      * 477527b3f Roll src/third_party/skia 121750c2efff..046f9893b953 (4 commits) (flutter/engine#16482)
      
      * eb8691f2a Code cleanup on destructors (flutter/engine#16481)
      
      * 73978177e Roll fuchsia/sdk/core/linux-amd64 from A9STP... to g2s3c... (flutter/engine#16484)
      
      * 313527d2e Roll src/third_party/dart 49850e6919f7..16782e6c171f (16 commits) (flutter/engine#16485)
      
      * 83feaf4fc Roll src/third_party/skia 046f9893b953..97bf6578796c (1 commits) (flutter/engine#16486)
      
      * 918405870 Roll src/third_party/skia 97bf6578796c..f3560b680e35 (1 commits) (flutter/engine#16487)
      
      * 0db017d09 Roll src/third_party/dart 16782e6c171f..d765d237460d (1 commits) (flutter/engine#16488)
      
      * f9ed07cf5 Roll fuchsia/sdk/core/linux-amd64 from g2s3c... to LvSlH... (flutter/engine#16489)
      
      * a1b91dad7 Roll src/third_party/skia f3560b680e35..77fdf66946d2 (1 commits) (flutter/engine#16490)
      
      * 7edb803b6 Roll src/third_party/dart d765d237460d..514a8d4c8417 (7 commits) (flutter/engine#16491)
      
      * 580503c35 Roll src/third_party/skia 77fdf66946d2..87e3bef6f82f (2 commits) (flutter/engine#16492)
      ef74572e
    • Mouad Debbar's avatar
    • Jenn Magder's avatar
      4411d8e6
    • Christopher Fujino's avatar
    • Shi-Hao Hong's avatar
      Remove redundant gen_l10n tests (#50301) · 5dfa8e9c
      Shi-Hao Hong authored
      5dfa8e9c
    • Jenn Magder's avatar
      Revert "Update minimum version to Xcode 11.0 (#50315)" (#50369) · 48a9bd56
      Jenn Magder authored
      This reverts commit 2b7582ef.
      48a9bd56
    • Jenn Magder's avatar
      2b7582ef
    • Dan Field's avatar
      Disable tests using gauge (#50367) · 9348aea0
      Dan Field authored
      9348aea0