IIsuruinisuru.hashnode.dev·Jan 8, 2023 · 2 min readUnit Testing JSON Functions in AndroidWorking with JSON is very common in Android apps. Parsing API responses, reading JSON files, creating JSON objects to send to a server are some examples of it. And like the good programmer you are, you likely want to write unit tests to test function...00
IIsuruinisuru.hashnode.dev·Jul 17, 2022 · 4 min readBeware of FlutterSecureStorage on iOSThis is not a guide on how to use the flutter_secure_storage package. If you need to learn about that, please check the documentation. The purpose of this post is to warn about a certain pitfall with FlutterSecureStorage. SharedPreferences (shared_p...00