8
http418
6y

Flutter has most pathetic support for background job execution 😡, it's not worth learning, until the framework matures enough

Comments
  • 2
    Same as react native I had to throw native code to support downloading data in a background thread
  • 2
    THIS IS EXACTLY WHAT I SAID

    I ROLLED BACK TO NATIVE ANDROID BEST FKIG DECISION EVER
  • 0
    The framework is only limited to rendering UI, and it's awesome at it. Slightly complicated tasks and it fails . Who knows may be in future, flutter will be matured enough to handle it all
  • 0
    @SukMikeHok I am also thinking the same. But the reactive design model seems very easy and lucrative .
  • 0
    @http418 not worth it if you build extremely complex app
  • 0
    I'm pretty sure dart can do that..
  • 1
    @ewpratten Dart can do that. Also, flutter was made to create UIs not whole apps, it will probably change in the future
  • 0
    All the cross-platform frameworks are like that only. You always need a bit of help from the native side to do complex stuff. Also, the expectation is kind of unrealistic as well, all platform differs on the way they do stuff, obviously Google can abstract that for you, but that will again add a lot of payload unnecessarily.
Add Comment