How to handle text selection in flutter?

TextSelectionFlutter

While developing an app you must have come with a usecase to select some portions of the text maybe to copy it or any other purpose.You might have wondered how to achieve this functionality if you are developing your application using a cross-platform framework like flutter. For this usecase, you must use the SelectableText widget … Read more

Flutter 3.22: Whats new and improved?

flutter3.22

Flutter, a cross-platform app development framework that enables developers to create apps for Android, iOS, desktops, watches, and much more has seen a new release in the market. With each release, it is making developers want to flutter more. Flutter 3.22 comes with a lot of new features and bug fixes which makes the process … Read more