this post was submitted on 30 Jun 2023
4 points (100.0% liked)
Flutter
527 readers
1 users here now
Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Small desktop apps are absolutely fine in Flutter. For your use case I can't imagine there being much problem, beyond connecting to the databases youre using to pull data. You might have to write the API client yourself if it's not a relatively new database server.
I'd say have a go with it. The basics are similar to TKinter and the UI is a lot nicer by default. You'll also find it super easy to run on desktop and web - quite literally just changing what the target is and it'll work out of the box (until you start relying on platform-specific features or packages).