Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Flutterで実装するCompound Pattern

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Flutterで実装するCompound Pattern

Avatar for takashi

takashi

April 26, 2025
Tweet

More Decks by takashi

Other Decks in Programming

Transcript

  1. Compound Patternとは - 複数の小さなコンポーネント(ウィジェット)を組み合わせて、ひとつの再利用可能な UIコンポーネントを構築するための手法 - Flutterはウィジェットを組み合わせて UIを構築していくので、 Compound Patternと似ている

    - 特徴: - 責務の分離 / 状態の共有 / 柔軟な組み合わせ - 親コンポーネントが状態を持ち、子コンポーネントにその状態やロジックを共有しつつ、それぞれの 責務に応じて分離された UIを構築する