79522138

Date: 2025-03-20 07:15:54
Score: 1.5
Natty:
Report link

In my case, after updating XCode and the Simulator, I started encountering the error:

“Framework ‘Toast’ not found”

For me, the issue was resolved by downgrading the fluttertoast version from:

fluttertoast: ^8.2.12 → fluttertoast: 8.2.8

After changing the fluttertoast version to 8.2.8, the error disappeared, and the build was successful.

I’m not sure about sqflite, but you might want to give it a try.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Russell Kang