I’m experiencing an issue with Backendless in my Flutter app, specifically related to the whereClause in data retrieval. The problem occurs only in release builds; find(queryBuilder) call is fetching all records regardless of the specified whereClause. This behavior contrasts with the debug mode, where the whereClause works as expected and filters the records correctly.
In versions before to 8.0.0, flutter used iOS and Android SDKs. Reflection worked a little differently there. Now you need to add a named constructor fromJson to the class: