-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Introduce support for TargetPlatform
#157
Comments
IGNORE THIS MESSAGE ... I misunderstood the original one
|
@tsimbalar if I understand you correctly, we are indeed saying the same thing right? |
@jogboms oh, my bad I didn't read properly the second part of the message ... I went too fast 🏃 . Yes we are saying the same thing ... will update (or delete?) my comment |
@jogboms can you elaborate more on your expected/desired behavior? I believe we could make something like this work for multiScreenGolden, but I don't think it's possible for some of the APIs, such as deviceBuilder. |
Hey @coreysprague Sorry for the delay, missed the notification. Indeed, it would be more appropriate with the |
I would like to use this feature to generate screenshots for the app store. In the current release (0.15.0) every screenshot uses the Android platform adaptations in a MaterialApp. I would like some Devices to use the iOS platform adaptations instead (BackButton has a different icon, and AppBar puts the label in the centre of the screen rather than aligning to the left). This would be used with the A new |
Description
Introduce support for overriding
TargetPlatform
using thedebugDefaultTargetPlatformOverride
.Proposal
Introduce a non-required
platform
(TargetPlatform
) property inDevice
.The text was updated successfully, but these errors were encountered: