Yamimakai [he/him, comrade/them]@hexbear.nettoGeneral Programming Discussion@lemmy.ml•Cross-platform mobile in 2023English
3·
1 year agoNot a mobile dev, but have utilized Flutter quite a bit at work for web development. You can have a shared codebase between mobile and web, just changing a few options when compiling to create different versions. No need for different UI/UX code if you don’t mind having a web version which would really be best suited for a touch based platform.
To keep things simple, I’d suggest using a Provider approach rather than something like BLoC - we used BLoC for a while at the office and it ended up being a headache.
If you’re interested in switching over and that’s the only hang up, I can give a few solutions a try on my machine at home this weekend and let you know if there are options for you that might not have come up through forum posts.
I know a lot of times when something gets added and “just works” no one bothers to talk about it so you don’t know until you poke around yourself!