ookami-kb / storybook_flutter

A storybook for Flutter widgets.
https://pub.dev/packages/storybook_flutter
MIT License
293 stars 66 forks source link

In correct resolution for device frame (iPhone 12) #83

Open matthijs166 opened 2 years ago

matthijs166 commented 2 years ago

When we preview the screen on an iPhone 12 we get this: 2022-09-02 17_49_10-Window

Happens after updating to 0.11.1. The version where it worked correct was 0.10.1.

Works for iPhone mini and max: 2022-09-02 17_49_18-Window 2022-09-02 17_49_25-Window

ookami-kb commented 2 years ago

This is a bug in device_frame library: https://github.com/aloisdeniel/flutter_device_preview/issues/191

Will update dependency once it's resolved there.