iOS

While developing our TestFairy Flutter Plugin, I noticed an unusual bug happening during iOS builds, described as Errno::ENOENT – No such file or directory @…

Photo by David Travis on Unsplash

A build created for beta testing is neither a Debug, nor a Release build. It has some settings such as extra paranoid (potentially privacy unfriendly) error…

This is the fourth and probably the most important part of our ongoing “Rx for the Ultimate Beginner” series, the one that explains flatMap operator….

Rx (aka ReactiveX) is a library which provides all the utilities you need to write code using the functional reactive programming (FRP) paradigm. If you…