flutter_core_did_send_first_frame_event
Verify if the first frame event is sent in a Flutter app by specifying the port where the app is running. Useful for debugging UI rendering and ensuring proper app initialization.
Instructions
RPC: Check if the first frame event has been sent
Input Schema
Name | Required | Description | Default |
---|---|---|---|
port | No | Port number where the Flutter app is running (defaults to 8181) |