|
|
|
|
|
by wismwasm
759 days ago
|
|
I personally haven’t used react native but what I like about Flutter: - Comes with a decent component library out of the box that’s easy to customise - Dart is a nice language overall, null save and typed - As it paints on the screen there’s no need to write any UI layer more than once for different platforms - Good development experience with VS Code - JS interop in case you need to use JS libraries I just really like to avoid CSS though and flutter offers that. Having pre styled widgets with documented styling parameters as arguments is great. https://dartpad.dev/?sample=counter |
|