Herbert Poul

Results 215 comments of Herbert Poul

fwiw, i've now merged #77 feel free to test `5.1.0-rc.1` and let me know if it works..

It seems I'm experiencing the same problem, but for me it prevents column moving from working. I couldn't yet isolate the problem, since the `example` app seems not to have...

@NikolayNIK you are right, there is something wrong with my state management.. I'm using `flutter_hooks` and I was able to reproduce it.. i've changed (very crudely) the example app to...

@NikolayNIK never mind.. the problem was creating a new instance of the list of `columns`.. when using `TableView.builder(columns: columns.toList(), ...)` moving columns doesn't work either.. imho this is a (separate)...

Not sure if this is really a good idea, didn't the flutter localization tool just go into the other direction, from hidden, synthetic package to generating code into the source...