You may wonder how
https://docs.flutter.dev/ui/advanced/focus
Shortcuts
or Actions
widgets work or why keyboard is shown when you tap on text field. Actually, the Focus system is responsible for this. There is a good official article on this topic.https://docs.flutter.dev/ui/advanced/focus
docs.flutter.dev
Understanding Flutter's keyboard focus system
How to use the focus system in your Flutter app.
Yesterday I published an article on SOLID principles supercharged with a bunch of real world examples in Dart 3.
https://lazebny.io/solid/
https://lazebny.io/solid/
Michael Lazebny
Deep Dive into SOLID Principles
This article is about principles that are likely to improve your overall architectural skills and knowledge. The article is supercharged with real world examples and the power of DART language! Let's go!
Good architecture
Most of us have wondered what…
Good architecture
Most of us have wondered what…