all constant
All built-in presets.
Referencing this list (or byId, which walks it) keeps every preset — artwork included — in the build. Name the presets you need to keep the rest tree-shakable.
Implementation
static const List<DevicePreset> all = <DevicePreset>[
iPad10,
iPadA16,
iPadAir11M2,
iPadAir11M4,
iPadAir13M2,
iPadAir13M4,
iPadMini,
iPadPro11M4,
iPadPro11M5,
iPadPro13M4,
iPadPro13M5,
iPhone16,
iPhone16Plus,
iPhone16Pro,
iPhone16ProMax,
iPhone17,
iPhone17Pro,
iPhone17ProMax,
iPhone17e,
iPhoneAir,
iPhoneSe3,
largeDesktopWindow,
smallDesktopWindow,
pixel10,
pixel10ProFold,
pixel9,
galaxyS24,
galaxyS25,
galaxyTabS10Plus,
galaxyTabS11,
galaxyZFlip8,
galaxyZFold8,
galaxyZFold8Ultra,
];