SQLite CAST not working?

Database & APIs

Defined read query with CAST ie.

select columname, CAST (columname2 as INT) from tablename

returns NULL for the column with CAST, the same query in DB Browser return proper values

What have you tried so far?

Queries without cast work ok, but when SQLite returns REAL without comma - 50.0 (REAL) Flutter takes this value as INT 50

Did you check FlutterFlow's Documentation for this topic?
No