You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutterpi_tool is tightly coupled to the flutter SDK. When building a new engine, there's a good chance flutterpi_tool does not support the new flutter version.
Instead, manually build an app bundle by invoking the frontend server and gen_snapshot directly. (Maybe inside workflow_tool)