1. 12 Dec, 2022 11 commits
  2. 11 Dec, 2022 7 commits
  3. 10 Dec, 2022 4 commits
  4. 09 Dec, 2022 13 commits
  5. 08 Dec, 2022 5 commits
    • Tae Hyung Kim's avatar
      Throw error when plural case had undefined behavior (#116622) · 117a83a4
      Tae Hyung Kim authored
      * init
      
      * add comment
      
      * make error more actionable
      117a83a4
    • Loïc Sharma's avatar
      [Windows] Add a `flutter run` console output test (#116626) · bebea0cc
      Loïc Sharma authored
      Adds a test to verify the console output of `flutter run --release` on Windows.
      
      Part of: https://github.com/flutter/flutter/issues/111577
      bebea0cc
    • hangyu's avatar
      Update text field input width when there are prefix/suffix icons (#116690) · 003608f1
      hangyu authored
      * Update input_decorator_test.dart
      
      Update input_decorator.dart
      
      Update input_decorator.dart
      
      Update input_decorator.dart
      
      Update input_decorator.dart
      
      Update input_decorator.dart
      
      Revert "Update input_decorator.dart"
      
      This reverts commit 6a6d2fd0c145c15440405060190ef714b78441c9.
      
      Update input_decorator.dart
      
      Update input_decorator_test.dart
      
      Update input_decorator.dart
      
      lint
      
      * Update input_decorator.dart
      003608f1
    • sealesj's avatar
      Add Remaining Packaging Builders (#116683) · e52449b6
      sealesj authored
      * add stable packaging builders
      
      * update testowners
      
      * consolidate and use enabled_branches
      
      * update to reflect the consolidation
      e52449b6
    • ivirtex's avatar
      Add `CupertinoSliverNavigationBar` large title magnification on over scroll (#110127) · ef40e3ea
      ivirtex authored
      * Add magnification of CupertinoSliverNavigationBar large title
      
      * Fix padding in maximum scale computation
      
      * Apply magnification by using RenderBox
      
      * Do not pass key to the superclass constructor
      
      * Use `clampDouble` instead of `clamp` extension method
      
      * Remove trailing whitespaces to make linter happy
      
      * Name test variables more precisely
      
      * Move transform computation to `performLayout` and implement `hitTestChildren`
      
      * Address comments
      
      * Address comments
      
      * Address comments
      
      * Update comment about scale
      
      * Fix hit-testing
      
      * Fix hit-testing again
      
      * Make linter happy
      
      * Implement magnifying without using LayoutBuilder
      
      * Remove trailing spaces
      
      * Add hit-testing of the large title
      
      * Remove whitespaces
      
      * Fix scale computation and some tests
      
      * Fix remaining tests
      
      * Refactor and fix comments
      
      * Update comments
      ef40e3ea