How to Remove the Flutter Debug Banner in Just One Step

Changelog: Code updated to Flutter 3.10. Every Flutter application comes in debug mode by default, which means that the debug banner is shown. It serves only to remind us that the application is in debug mode, and when you switch to release mode, this banner will not be present. But this banner can be annoying to some people, like me, during the development of the app. To remove it, simply set the value of the debugShowCheckedModeBanner property to false in your MaterialApp: ...

May 7, 2023 · (updated May 28, 2023) · 1 min

Virtual Environments in Python

Virtual environments Python has become one of the most popular programming languages in the world, thanks to its simplicity, versatility, and powerful libraries. One of the key features that make Python such a great language to work with is its ability to create virtual environments. Virtual environments are isolated Python environments that allow you to install and manage packages and dependencies without affecting other projects or your system’s global Python installation. ...

May 1, 2023 · 3 min

A Quick and Free Way to Generate Favicons: favicon.io

Wondering about how to generate favicons for various formats for my website, I noticed on the FAQs of the theme I’m using (Hugo PaperMod FAQs) that they recommended an online service to automatically generate the necessary favicons: favicon.io. It’s a free service that generates favicons based on an image, text, or emoji. Very interesting and saves a bit of work.

May 1, 2023 · 1 min

The Beginning

This is the beginning of my blog (once again). I hope this time it survives. I’m developing with Hugo and hosting it on GitHub Pages.

April 30, 2023 · 1 min