1. 14 Dec, 2022 2 commits
    • Taha Tesser's avatar
      `NavigationBar` improvements (#116992) · f07db401
      Taha Tesser authored
      f07db401
    • Greg Spencer's avatar
      Convert TimePicker to Material 3 (#116396) · fae458b9
      Greg Spencer authored
      * Make some minor changes in preparation for updating the Time Picker to M3
      
      * Revert OutlineInputBorder.borderRadius type change
      
      * Revert more OutlineInputBorder.borderRadius changes.
      
      * Convert TimePicker to Material 3
      
      * Add example test
      
      * Revert OutlineInputBorder.borderRadius type change
      
      * Fix test
      
      * Review Changes
      
      * Merge changes
      
      * Some sizing and elevation fixes
      
      * Fix localization tests
      fae458b9
  2. 13 Dec, 2022 4 commits
  3. 12 Dec, 2022 7 commits
  4. 11 Dec, 2022 2 commits
  5. 10 Dec, 2022 1 commit
  6. 09 Dec, 2022 3 commits
  7. 08 Dec, 2022 3 commits
    • 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
    • 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
    • zmtzawqlp's avatar
  8. 07 Dec, 2022 9 commits
  9. 06 Dec, 2022 2 commits
  10. 05 Dec, 2022 1 commit
  11. 02 Dec, 2022 2 commits
    • Eilidh Southren's avatar
      [CP] Fix Snackbar TalkBack regression (#116417) · 22cbef30
      Eilidh Southren authored
      * Add M2 defaults and template skeleton
      
      * add MaterialStateColor functionality to ActionTextColor (issue #110402)
      
      * Add M2 defaults and template skeleton
      
      * updated material 3 tokens
      
      * Updated snackbar demo
      
      * add theme tests
      
      * add gen defaults
      
      * formatting
      
      * more whitespace fixes
      
      * add widget type
      
      * update docs
      
      * code review changes
      
      * Add line overflow functionality
      
      * whitespace fixes
      
      * update M3 animation
      
      * whitespace fixes
      
      * add insetPadding param
      
      * Modifed icon parameter to showCloseIcon
      
      * white space fixes
      
      * test fixes
      
      * rename iconColor to closeIconColor
      
      * debug test fix
      
      * de-britishification
      
      * g3fix
      
      * g3fix
      
      * debug test fix
      
      * Fix Snackbar talkback regression
      
      * fix merge weirdness
      
      * test fix
      
      * fix linux analysis error
      
      * fix linux analysis error
      
      * fix linux analysis error
      
      * fix linux analysis error
      
      * fix linux analysis error
      
      * fix linux analysis error
      22cbef30
    • Jonah Williams's avatar
      [framework] make ImageFiltered a repaint boundary (#116385) · e065c7fe
      Jonah Williams authored
      * ++
      
      * ++
      
      * ++
      e065c7fe
  12. 01 Dec, 2022 3 commits
  13. 30 Nov, 2022 1 commit
    • Mitchell Goodwin's avatar
      Update CupertinoContextMenu to iOS 16 visuals (#110616) · 97195d1d
      Mitchell Goodwin authored
      * Update CupertinoContextMenu to iOS 16 visuals
      
      * Revert some formatting
      
      * Remove space
      
      * Remove formatting changes, add more comments
      
      * Added shadow effect
      
      * Update context menu tests
      
      * Remove white spaces
      
      * Remove unused variable
      
      * Refactor type checking logic
      
      * Set default previewBuilder and update tests
      
      * Check for border radius
      
      * Remove trailing spaces
      
      * Add builder to constructor
      
      * Update previewBuilder
      
      Rebase to master
      
      * Update builder and tests
      
      * Remove trailing spaces
      
      * Update examples
      
      * Refactor builder
      
      * Update builder to use one animation
      
      * Update scale
      
      * Change deprecation message, remove white spaces
      
      * Change deprecation message
      
      * Change deprecation message
      
      * Change deprecation message
      
      * Update documentation
      
      * Update documentation
      
      * Update documentation and examples
      
      * Update documentation and examples
      
      * Remove white spaces
      
      * Remove white spaces
      
      * Remove const
      
      * Address linting errors
      
      * Seperate builder into own constructor
      
      * Remove trailing characters
      
      * Formatting changes
      
      * Remove white spaces
      
      * Change ignore comment
      
      * Add TODO
      
      * Remove whitespace
      97195d1d