Even after running flutter build ios, Xcode always ran the Debug version (slow mode).
To solve this, I had to change the Build Configuration of the Run schema:
- Click on Runner, and Edit scheme

- Select Release for the Build Configuration of the Run schema

Hoping this is helpful.