Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Usually when I get that feeling, it's because there's magic. I'm allergic to magic.
-
mr-user13524yWhat are you giving up for ease of development?
I am sure you like that you don't have to compile it again for the result to be shown. I think it called "hot reload".
I say goes for it if the trade off it worth it but just like @SortOfTested said be careful of magic. -
sariel85344yI live my life with these words of wisdom that were passed down to me.
If you don't know how it works you can't fix it. -
@mr-user just because you dont have to manually hit compile doesnt mean it doesnt recompile
-
@mr-user
I don't recall if flutter has it, but most modern languages and frameworks feature incremental builds to only compile the bits that have changed and use file watchers to update the build ref tree.
When it fucks up, you've likely wasted an hour, but most of the time it's great. -
mr-user13524y@yellow-dog
I am talking about something like live update. As soon as you save the file the result is shown on emulator.
Maybe it does compile on the background. -
I always wanted to play around with Dart/Flutter, because the object orientated implementation of Dart seemed interesting.
-
Snob20924yBecause it's the future. Few unified platform independent languages.. Dart is awesome, combined with flutter it's amazing
Why is flutter so unbelievably awesome?
It makes development soooo much quicker and easier compared to native java/kotlin/swift...so much simpler on so many levels, that it still feels somehow ..*wrong*...to me....
rant