Mobile Tech
1.21K subscribers
103 photos
10 videos
6 files
145 links
Michael Lazebny's blog about @dart and @flutter
lazebny.io
Download Telegram
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
👍143