Text magnifier

I am a Costa Rican developer living in Malta and working at Platzi and Create Thrive.
Search for a command to run...

I am a Costa Rican developer living in Malta and working at Platzi and Create Thrive.
No comments yet. Be the first to comment.
In a recent interview with IEEE Spectrum magazine, Vinton Cerf, one of the founding fathers of the Internet, admitted to making three major mistakes in his career in pushing various Internet technologies. Cerf's mistakes are further evidence that eve...

My first flutter package

As developers, we may find it interesting and tempting to have a blog or an online portfolio as it helps us to have more online presence and allows us to have a space to show what we do, what we know or our previous work. In this post, I am going to ...

Use cases and implementation

What it is, how it works and how to implement it in your code

Flutter 3.7 comes loaded with new features. One is the text magnifier, an excellent usability feature when you need to see the text that is being selected and covered with your finger. This function is available for Android and iOS. All text fields have the text magnifier option enabled by default, achieving a greater similarity with native applications 🎉
But that's not all: it also allows you to overwrite the functionality and create customised magnifiers, with the shapes and colours that best suit the design of the application 😱
And if this functionality is not needed, the option can also be disabled by overriding the parameter in each text field that does not need it:
For more info, visit api.flutter.dev/flutter/material/TextField/magnifierConfiguration