Thomas Gallinari
Thomas Gallinari
I have the same issue in LineChart, the value passed to getTitlesWidget is not the same than the actual data.
I fixed that temporarily by checking the value in getTitlesWidget: ``` interval: 5, getTitlesWidget: (value, meta) { if (value % meta.appliedInterval == 0) { return Text(value.toString()); } else return SizedBox();...
Yes, same error for me with `EncryptedSharedPreferences .getAll`.
Hi, any update on this? @meomap did you find a workaround?
> ``` > Execution failed for task ':flutter_jailbreak_detection:compileDebugKotlin'. > > Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (1.8) and 'compileDebugKotlin' (17). > ``` > > Does anyone have this issue?...
Hi, I have the same issue on iOS 18 simulator with the Flutter package. Everything is fine on the same simulator device, iOS 17.5.