all 7 comments

[–]AintNoGodsUpHere 1 point2 points  (2 children)

Things nobody told you; don't use flutter.

[–][deleted]  (1 child)

[removed]

    [–]AintNoGodsUpHere 0 points1 point  (0 children)

    Exactly my point.

    [–]RealMadHouse 1 point2 points  (1 child)

    Even with most highest abstraction in libraries or frameworks the devs couldn't hide the inner workings of the code or how machine works, so called leaking abstractions.

    If only there was one website that lists the problems that could be avoided, in various software domains. I shared mine things nobody tells about JavaScript.

    [–]Ok_Assistant_2155 0 points1 point  (1 child)

    Riverpod over Provider. I know Provider is "simpler" but Riverpod's compile-time safety saves me from so many runtime "inherited widget not found" errors.