Getting Rid of Ads

Getting Rid of Ads

Ads are pretty annoying. A few ads here and there are fine, but seeing them every day and on every app launch? That’s just unacceptable. Whether it’s in your web browser or on your phone, ad blocking can save you time and protect your privacy. Today, I’m going to talk about how to block ads…

flutter

Why Pub.dev’s Metrics Fall Short in Identifying Flutter Packages

It’s easy to assume that the most liked packages on Pub.dev are the best options. However, don’t follow the crowd blindly; the “likes” metric can be misleading for developers searching for packages that truly fit their use case. Here’s where this system can fall short, with an example to illustrate. The Case of flutter_dotenv When…

flutter

Flutter Packages and Localization

Internationalizing Flutter apps is pretty simple and straightforward as documented in the official website. But there is no clear documentation about localizing a Flutter packages and adding support for more language if package does not support them or overriding default translations. However the the process is same with some minor differences. You may know generating…