Supporting iOS 14 with Admob

Supporting iOS 14 with Admob

Yesterday I spent two long hours tracking down the solution to a __TCC_CRASHING_DUE_TO_PRIVACY_VIOLATION error and I hope this post might save that time for someone else. In my project JReader, I use the admob_flutter package to display advertisements to my users. It...
Running flutter on AWS Device farm

Running flutter on AWS Device farm

I’m convinced that any time we want to build a large application we need automated testing. If we can’t run our tests automatically, we can’t scale development. The testing time will increase for each feature we add and eventually our testing cycle...