In Flutter development, I came across the situation where we need to move the cursor focus to the end of the previously assigned text. The focus should be triggered during the initial load of the widget. Solution: To achieve the result I need to understand these simple piece of the code. First I am loading […]
Category: Flutter
About Flutter
Introduction Flutter is a powerful framework which uses dart programming language, It eases your mobile application development. You can create high quality cross platform applications using flutter frameworks. That means you can create the applications for different platforms such as Android, iOS, Mac, iPad using single codebase in flutter. Flutter is an open source application […]