Christian

Results 18 comments of Christian

If you consider adding a dummy button as a fix than yes. I did not really invest time into it as I'm just playing around with a few UI/UX concepts...

Sorry, was unable to check back yesterday... But as my workmate mentioned, if we include the model from dart into the moor file we get the error I posted. Following...

@icedman Would be interested how you made the line by line syntax highlighting working, currently trying that as well. My goal is to have syntax highlighting even with wrong syntax...

I can confirm that the process described by @yashvit works fine for me.

If you wrap the `AppFlowyBoard` Widget in a `Scrollbar` Widget you get the requested scrollbar (you might want to set `thumbVisibility` to true to always show it). What doesn't work...

`lastDetails` is nullable and can be null if no data was requested from the server or if there was an error in the communication. You can't use the field before...

Hey I can look into it but I would need some minimal example to make sure I debug the correct use case. Did you check if this works for you...

By using your example code I can drag the table horizontal or vertically without any issues. I don't see a scroll bar at all for the horizontal direction nor was...

@EyyyDous and @skohan I committed a version to the main branch that shows a horizontal scroll bar at the bottom of the table. Please check if this would work for...

For sure pub.dev will get an update. Let me check if we can change the behaviour of both scrollbars to be the same. Will keep you posted.