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 […]

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

How to Delete Orphan Files in Parse Server after Updating or Deleting Objects.

Parse Server does not automatically deletes associated file after deleting object or updating it because Parse Server does not know if you are still using those files somewhere. This cause waste of resources If we don’t delete these orphan files manually and the size of database will also grow. There will be generally 2 cases

How to Delete Orphan Files in Parse Server after Updating or Deleting Objects. Read More »

Scroll to Top