Kevin

Results 12 comments of Kevin

> Thank you for the great package and more instructions. I have the same question as op but specific: _a particular version of a specific DB to a different version...

Looks like it was fixed https://github.com/fluttercommunity/plus_plugins/pull/663. @jhomlala Would you please update the dependency? thank you.

Thank you for so quick reply. Not true. I don't know the left part of below declarification: `x_1, x_2, y_1, y_2 = variables('x_1, x_2, y_1, y_2')` The variables come from...

@pckroon Thank you for involving. Sorry for the inconvenience. Yes, I understand that the variables are tuple unpacking. The problem is that I don't know the symbols for a sympy...

Thank you ALL, sorry that is me to consider it too simplistic or idealized: `def my_fit_function(expr,list_var,list_para,dict_data(key_var,list_data))->list_para:` It will work as a powerful funtion to any expresion, any number of variables/parameters....

This issue is resolved on the new version 2.5. Thank you.

Hi @bosskmk , Thank you for quick response. Yes, it is very diffcicult to figure out the cause from current situation. It is intermittent, e.g. the first time or second...

Hi @bosskmk I tried your fix code but no luck. Anyway, please leave it here and wait for my reproduceable sample, now, it is too hard to debug or fix...

Hi @bosskmk , Thank you evaluating it and now I have a minimum example, hope you can reproduce it on your computer. The problem may be from the tab. Please...

Hi @bosskmk , After I figured out the minimal example, a workround may be helpful: ``` LayoutBuilder( builder: (context, constraint) { if (constraint.maxWidth == 0) { return Container(); } return...