Aneesh Rao
Aneesh Rao
Currently in Chrome version 83, the splash screen has no controls. This is especially important when we need to fetch huge amounts of data from the server and the user...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Test refactor ### :arrow_heading_down: What is the current behavior? Uses null aware operator ### :new:...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Platform support declaration for pub.dev ### :arrow_heading_down: What is the current behavior? pub.dev incorrectly identifies...
## 🏗 Enhancement Proposal & Pitch Currently, `file_system`'s web implementation uses `MemoryFileSystem`. Migrating it to use IndexedDB would enable true web caching and make the implementation native. ### Platforms affected...
## 🏗 Enhancement Proposal Currently `flutter_cache_manager` is platform-independent, yet according to pub.dev, the package doesn't support web. This can be solved using conditionally importing `dart:io` dependent libraries. `path_provider`, `file` and...
## 💬 Questions and Help Is there an existing field or notifier (imageLoaded) or any other way to know without using the `imageBuilder` as it requires a lot of unused...