Blogs
Pass 'GOOD' prompts in …
Most of you all must have already used ChatGPT. But very few really know how to used it effectively. When we ask ChatGPT a question that is actually called a prompt. Just like software engineers and graphic designers there is literally a new position emerging called Prompt Engineer. ChatGPT is like …
Fade Widgets in Flutter
Fade Widgets in Flutter Give your widgets a Faded Effect. Let’s say we want to fade a widget called WidgetToBeFaded(). We need to wrap it inside ShaderMask() widget. Return LinearGradient().createShader(bounds) inside shaderCallback function; In Linear Gradient use Black and a Transparent color. Set …
Techincal Writing for …
Technical writing is a form of writing that focuses on explaining complex technical information in a clear and concise manner. It is used to communicate technical information to a specific audience, often in the form of manuals, technical reports, white papers, or other documentation. This blog will …