|
|
|
|
|
by _the_inflator
878 days ago
|
|
Or Swift I might add. For me, Flutter is code bloat in comparison with Swift. Swift is doing a great job of reducing the code you need to write, lots of syntactic sugar. I only compared few basic apps like Hello World and Buttons, but the difference in code to write was stunning to me. Flutter also resembles React in this regard to me. Lots of bloat instead of syntactic sugar like for example in Angular. |
|
https://www.reddit.com/r/FlutterDev/s/kKVzkvpnlj
https://www.reddit.com/r/FlutterDev/s/RyBQaLBeuS
Tldr, it's a different philosophy between Flutter and Swift, of explicit being more useful that implicit, and of performance optimizations that can be made due to that. The second thread has the tech lead of Flutter responding to the claims.