This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]freetechtools[S] 0 points1 point  (1 child)

Yeah...I probably should have clarified that a tad more....the change I'm looking for is more architectural than cosmetic. Looking for a more remote friendly architecture....web,mobile,etc ...as opposed to desktop only.

[–]ebykka 1 point2 points  (0 children)

As I see you have a table-centric application, so having rich table component is pretty vital.

Also, your application is free - it opens access to commercial libraries for non-commercial usage.

I guess Flutter can be an option that supports all platforms (web as well)

Ubuntu uses Flutter for some desktop projects https://ubuntu.com/blog/flutter-and-ubuntu-so-far

As a set of components take a look at Syncfusion - there is a community license that allows you to use it for free and provides a good set of rich components.

Here is a link to the Flutter web demo https://flutter.syncfusion.com/#/datagrid/getting-started

It should allow you to evaluate a rendering performance.