We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to set a default device frame, however I can not figure out how to get the device property for the plugin.
Storybook( plugins: [ ThemeModePlugin(initialTheme: ThemeMode.light), DeviceFramePlugin(initialData: ( isFrameVisible: true, device: ???, orientation: Orientation.portrait, )), ], initialStory: calendarStory.name, stories: [...getStories()]);
It should be nice to be added to the Read.me also
The text was updated successfully, but these errors were encountered:
Hey, you can use Devices class, e.g.: Devices.ios.iPhone13ProMax.
Devices
Devices.ios.iPhone13ProMax
Yes, good point, I will add it to readme.
Sorry, something went wrong.
No branches or pull requests
I am trying to set a default device frame, however I can not figure out how to get the device property for the plugin.
It should be nice to be added to the Read.me also
The text was updated successfully, but these errors were encountered: