Yassin Nouh
Yassin Nouh
no news on this pr
The error you're seeing, "type 'int' is not a subtype of type 'Int64' of 'value'", likely stems from a data type mismatch between your TensorFlow Lite model and Flutter code....
@lesnitsky yeah sorry for being late I will work on it these days
@lesnitsky I just pushed new commits in my PR #82
### My changes - Switching from `context.watch` to `context.select` for more efficient state updates. This can help reduce unnecessary rebuilds and improve the performance of the app. - **Debug Logging**:...
@ghassenbenzahra123 look at these changes if it is ok
https://developer.android.com/training/tv/start/hardware#hardware-permissions
I suggest so separate those issues to easily review the prs and track issues
@franciscojavierarceo I’d like to propose an additional idea to make this even stronger. Alongside versioning the docs, we could also bring some automation into the codebase itself by tracking versions...
@Viicos Thanks for reviewing the PR. While Python's core behavior treats the RecursionError as expected for circular references, I believe Pydantic should offer more robust handling as a high-level library:...