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
-
It's not just you.
I also kinda dislike Dart. It's making jQuery-ridden JavaScript look clean. -
Arfmann7175y@kescherRant compared to Kotlin, Dart is such a mess. Reading a Dart code gives you headache. Kotlin have a much more simple and readable syntax. For me, at least
-
klutch4275yIt can run at over 60fps. It lags during debug because of the insane amount of testing tools packaged with it. Learn how to use state management through providers/dependency injection. If it lags, it's due to rough code or a low rated package.
-
klutch4275yYou can write java/kotlin code and use it with your flutter/dart code. Same for swift, obj-c, and C++/C with ffi
-
klutch4275yIt's worth the investment to dig deeper into the Dart language and what Flutter does that makes it great. Samples and whatnot simply cover about 15% of it's capabilities.
-
Arfmann7175y@klutch I tested some releases apps on Google Play, not debug versions, still somehow luggy
I'm going to continue studying it anyway, it's not that bad as I thought initially
Related Rants
-
syde2Me Visiting a new location... *Device found a new wi-fi signal: worldsMostSecureRouter *Enter password: worl...
-
mcarrera11A client refused to pay for a hybrid mobile app because he said that he only needed the android version. Aft...
-
smit-happens35!rant Worked all day and got my embedded systems project working the first time! Bluetooth as well! 😁 It's...
I was watching some mobile coding stuff and I've discovered Flutter.
I've seen a lot of people hyped for this framework, so I've downloaded a couple apps made with it.
Amazing UI and animations, but everything feels laggy.
Then I've tried it, and I don't see why all this hype. I fell better build mobile app on the "classic" way (Kotlin/xml). Is it me, or Flutter is overrated?
question
mobile development
flutter