1. 03 Nov, 2023 2 commits
  2. 02 Nov, 2023 36 commits
  3. 01 Nov, 2023 2 commits
    • Qun Cheng's avatar
      Add `Card.filled` and `Card.outlined` factory methods (#136229) · 4a0f261b
      Qun Cheng authored
      Fixes #119401
      
      This PR is to:
      * add `Card.filled` and `Card.outlined` factory methods so that we can use tokens for these two types of cards to generate default theme instead of providing hard-corded values in example.
      * update card.2.dart example.
      * add test file for card.2.dart example.
      * fix some mismatch caused by editing the auto-generated defaults by hand in navigation_bar.dart and navigation_drawer.dart.
      4a0f261b
    • auto-submit[bot]'s avatar
      Reverts "Update `framework_test.dart` to remove `ButtonBar` usage and remove... · b47e4c4a
      auto-submit[bot] authored
      Reverts "Update `framework_test.dart` to remove `ButtonBar` usage and remove references from other clases" (#137731)
      
      Reverts flutter/flutter#137550
      Initiated by: Piinks
      This change reverts the following previous change:
      Original Description:
      This PR removes `ButtonBar` usage from `framework_test.dart` class and update other references in preparation for `ButtonBar` deprecation
      
      related to https://github.com/flutter/flutter/issues/127955
      b47e4c4a