platforms property

Map<String, PlatformConfig> platforms
final

Per-platform output config keyed by platform name (flutter, ios, android, backend). v1.0 ships only the arb format adapter (M5 dialect sync); other formats are stored verbatim here for M11 / v1.1 to consume.

Implementation

final Map<String, PlatformConfig> platforms;