3

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.

top 2 comments
sorted by: hot top controversial new old
[-] Rexios@lemm.ee 1 points 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.

[-] samus7070@programming.dev 1 points 10 months ago

I only use it when I need to initialize a property in a constructor. Otherwise I consider it a bad idea.

this post was submitted on 20 Sep 2023
3 points (100.0% liked)

Flutter

527 readers
3 users here now

Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC

founded 1 year ago
MODERATORS