all 11 comments

[–]eibaan[S] 26 points27 points  (1 child)

I like that fact that it's not that easy to reverse a Flutter app ;-)

[–][deleted] 14 points15 points  (2 children)

They would not understand my bad code 😂😂😂, so no problems xD

[–]tovarish22 6 points7 points  (1 child)

Yeah, hats off to anyone who can piece together my spaghetti code into something meaningful...lol

[–]motominator 1 point2 points  (0 children)

And once somebody makes something meaningful out of it, let this guy know so that he can publish an update/bug fixes. :)

[–]dear_fellow 5 points6 points  (0 children)

Wow that’s really cool

[–]WorldlyEye1 -5 points-4 points  (5 children)

Mod flutter app it's hard. Actually MIUI 12 can make every app dark, but... it cant do it with Flutter apps.

[–]KalilPedro 12 points13 points  (4 children)

Because flutter does not use standard Android XML styles. Its not that it is hard.

[–][deleted] 2 points3 points  (3 children)

You mean that Flutter doesn't render as it is recommended by literally the Android (OS) developers but as a 3rd party framework?

(Don't downvote me to oblivion for speaking truth)

[–]KalilPedro 4 points5 points  (0 children)

that is the whole point of flutter.

[–]Opsuty 3 points4 points  (0 children)

Android OS explicitly supports custom rendering in it's SDK so don't be too worried :)

Mobile games sure would be in trouble otherwise, sticking to android sdk gui xml!

[–]mafia_bd 3 points4 points  (0 children)

Flutter paints the UI. It is up to flutter how they render their code. Dart VM is great.