Ultra-Wideband in Flutter is here 💙
flutter_uwb is now officially released on https://t.co/SZbLkob6JQ 🎉
Build AirTag-like experiences with:
📏 Distance + direction
🔗 Discovery + secure pairing
🍎🤖 iPhone, Android & Apple FiRa accessories
https://t.co/hgez8NtYER
I love the paging feature from `wolt_modal_sheet`, but it becomes complex when evolving with a scrollable view. And the package seems not to be actively maintained by those active guys, sadly.
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
@rsty_rafe Writing the override should be cautious because it might cause recursive error when the error is appearing in multi child layout such as CustomScrollView and Flex. To do this, write with a minimal custom paint.
Freezed 3.0 is out! 🥳
It includes:
- non-constant default values
- inheritance
- support for "normal classes"
and more!
Here's an example of non-constant default values 👇