In this post, we will add a shortcut keyboard for TextField widget in Flutter app.
TextField
Let’s say you have a user input field where users type in certain data. If user…
In this post, we will introduce the concept of dependency injection and learn to setup dependency injection in Flutter with inherited widget.