flutter_core_platform_override
Override the platform of a running Flutter app (Android, iOS, Fuchsia, etc.) or reset it via RPC to facilitate debugging and testing across different environments.
Instructions
RPC: Override the platform for the Flutter app
Input Schema
Name | Required | Description | Default |
---|---|---|---|
platform | Yes | Platform to override to (android, ios, fuchsia, linux, macOS, windows, or null to reset) | |
port | No | Port number where the Flutter app is running (defaults to 8181) |