I really love the engineering that has been put into dart/flutter and the innovation it has brought to native UI development, but I just can't justify using it for anything. The ecosystem is immature and anything I would use it for could just as easily be written in Kotlin or JavaScript (TS).
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.