Mobile Tech
1.21K subscribers
105 photos
11 videos
6 files
148 links
Michael Lazebny's blog about @dart and @flutter
lazebny.io
Download Telegram
Do not hardcode paths to assets; use the path generator!

The generator ensures that assets exist and removes the possibility of a typo.
Explore what fits your needs, but I would recommend flutter_gen/spider.

#flutter #flutterdev
πŸ‘8❀5
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
πŸ‘16
My first talk on a big conference FLUTTERCON!!!
2πŸ”₯44πŸ‘8πŸ‘8😍1
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
πŸ‘14❀3
🚨 I have a few article ideas that I'm interested in:

- Creating an FFI Dart package with Rust for image upscaling using build hooks.
- Eliminating pigeons with native bindings (ffigen+jnigen).
- What you can achieve with the built-in Flutter SDK for bottom sheets. I recently worked on this in a company, so it should be helpful as bottom sheets are a complex topic.

What do you think? Share your opinions in the comments.
If you have other interesting ideas, please share as well :)
❀8πŸ‘1
Mobile Tech
🚨 I have a few article ideas that I'm interested in: - Creating an FFI Dart package with Rust for image upscaling using build hooks. - Eliminating pigeons with native bindings (ffigen+jnigen). - What you can achieve with the built-in Flutter SDK for bottom…
Bottom sheet won the poll 🀣😭

So the order is like this:
- bottom sheet features/limitations
- native bindings with ffigen/jnigen
- dart package with rust [build hooks]
πŸ‘10πŸ‘Ž1
FYI: Engineers in X have long work hours, even on weekends.

When I was even smaller, I also worked like 12-14h 7day work week.

Absolute trash. Prioritize mental health and live actual life, not this utter nonsense they're selling.
❀13πŸ’―10πŸ‘1
No articles my guys πŸ˜…πŸ€Ÿ
πŸ”₯21πŸ•Š3πŸ‘2πŸ‘Œ1
This media is not supported in your browser
VIEW IN TELEGRAM
Just tried out the new analyzer plugin API!

It is so powerful, but very simple and seamlessly integrates with dart analyze and immediately shows issues in the IDE.

I created a simple lint that prohibits hardcoded color. See https://github.com/hawkkiller/analyzer_plugin_sample
πŸ”₯14πŸ‘3❀1