Mobile Tech
1.2K subscribers
103 photos
10 videos
6 files
144 links
Michael Lazebny's blog about @dart and @flutter
lazebny.io
Download Telegram
It is better to wait before updating Flutter to the latest stable version.

After a new stable, there are usually multiple fixes published – 3.32 had 8 patches!

I recommend staying 1 stable version behind the latest release. This ensures that you won't be affected by regressions and new bugs.

#flutter #flutterdev
👍15
Is your layout ready for RTL languages?

A common mistake is using a fixed left/right EdgeInsets or Alignment.

Instead, use their directional counterparts. They provide logical start and end properties, allowing the UI to adapt automatically.

#flutter #flutterdev
👍122