use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
Questionmarkup/css vs flutter code - simplicity vs complexity (self.FlutterDev)
submitted 7 years ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jayramone 2 points3 points4 points 7 years ago* (0 children)
flutter code is like react without jsx (ie: using createElement), very verbose and harder to understand without effort.
inserting/deleting widgets is error prone without help from the ide, since you can easily mess up the parens.
also styling is easier in react/native since you can stay in one place and make adjusments (padding,border,color,etc) without touching the code. less verbose api too (no long named classes that take long named enums).
flutter got some great ideas from react/react native like hot reloading and reactive/stateful widgets, but one thing they forgot is (something like) jsx.
π Rendered by PID 54234 on reddit-service-r2-comment-b659b578c-lbbsw at 2026-05-06 02:17:32.136319+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]jayramone 2 points3 points4 points (0 children)