This edition covers Flutter performance tips, parallel API calls, the power of the late keyword, hook widgets for state management, and various Flutter-related videos and packages.

  • Rexios@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    10 months ago

    Late can be useful but it should only be used as a last resort. It’s extremely dangerous and can very very easily lead to exceptions when refactoring code.