1. 01 May, 2019 21 commits
  2. 30 Apr, 2019 17 commits
  3. 29 Apr, 2019 2 commits
    • Shi-Hao Hong's avatar
      Fix ExpansionPanelList Duplicate Global Keys Exception (#31228) · 39712854
      Shi-Hao Hong authored
      - Move `setState` to only be invoked when guarded by `widget._allowMultiplePanelsOpen`, fixing the case for `ExpansionPanelList`
      
      - Remove setting `_currentOpenPanel` to `widget.initialOpenPanelValue` in `didUpdateWidget`, since this should only occur on `initState` and not every time the widget is updated. This fixes the problem for `ExpansionPanelList.radio`
      
      - Added a `didUpdateWidget` condition for when `ExpansionPanelList` changes into `ExpansionPanelList.radio` to open the panel at `widget.initialOpenPanelValue`
      
      - Added test cases for regression, expansionCallback cases, and `didUpdateWidget` transitions between `ExpansionPanelList` and `ExpansionPanelList.radio`
      39712854
    • Jonah Williams's avatar
      37e25238