Skip to content

Commit

Permalink
Merge pull request #130 from yumemi-inc/feature/add_device_frames
Browse files Browse the repository at this point in the history
UI Catalog に Android, tablet のデバイスフレームを追加
  • Loading branch information
warahiko committed Feb 14, 2024
2 parents 5919a22 + 593eb24 commit 64abe8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/catalog/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ class WidgetbookApp extends StatelessWidget {
devices: [
Devices.ios.iPhoneSE,
Devices.ios.iPhone13,
Devices.ios.iPad,
Devices.android.smallPhone.copyWith(
name: 'small Android phone',
),
Devices.android.mediumPhone.copyWith(
name: 'medium Android phone',
),
Devices.android.largeTablet.copyWith(
name: 'large Android tablet',
),
],
),
InspectorAddon(enabled: true),
Expand Down

0 comments on commit 64abe8a

Please sign in to comment.