Okay, I will try a new thing. Developing cross platform desktop software (#macOS, #Linux, #Windows) using #Flutter. Let's see how it performs.

Okay, I will try a new thing. Developing cross platform desktop software (#macOS, #Linux, #Windows) using #Flutter. Let's see how it performs.

Does anybody have experience around this topic?

2 points · 7 comments · view on lemmy.world

7 Comments

fernsehmuell@chaos.social · 1 pts · 1y

@phranck@chaos.social if it’s very easy stuff you might try purebasic it creates native apps and look and feel. But it’s BASIC and it’s not free… and it’s basic 😅

shalien@mastodon.projetretro.io · 1 pts · 1y (4 replies)

@phranck@chaos.social It can do a lot, but I had a hard time wrapping my head with a lot of concept like declarative UI and how to simple tasks like create a file input form and so on.

I did had a lot of fun creating a shitload of stupid widget it really awesome of you can built complex interface from little bits.

phranck@chaos.social · 1 pts · 1y (3 replies)

@shalien@projetretro.io Okay. So, can you recommend another way/tool chain to develop cross platform desktop apps? For me it is essential that every platform will get its native look & feel.

shalien@mastodon.projetretro.io · 1 pts · 1y (2 replies)

@phranck@chaos.social Well if you want native look and feel #Flutter isn't the most straight forward solutions for that. You can achieve it but it's a lot of work. Native look and feel is kinda a huge trap because Windows and MacOS are easy where Linux based distro have a loadton of desktop environnement . Could you specify must have component / ui element for your project ? That could ease the answer .

phranck@chaos.social · 1 pts · 1y (1 reply)

@shalien@projetretro.io No special project or reason. It's just my intention.

shalien@mastodon.projetretro.io · 1 pts · 1y

@phranck@chaos.social Ok then before proposing others toolchans that may be compliant with what you want. Try #flutter, it may fullfil your need .

clf@mastodon.bsd.cafe · 1 pts · 1y

@phranck@chaos.social it’s a lot like React if you’ve used it before, but the result will feel a lot like a mobile app.