blog.ckdevrel.meTrying to upload an API level 29 and play store console throws an error?It’s all in the world of Nullability. “Kotlin’s type system is aimed at eliminating the danger of null references, also known as The Billion Dollar Mistake.” Source: https://kotlinlang.org/docs/null-safety.html Kotlin comes with a powerful weapon S...Nov 27, 2021·3 min read
blog.ckdevrel.meFlutter widgets and layouts in minutesEver tried learning fast? Do you think it’s possible? Now, Introducing FlutterExamples, the ultimate cheatsheet of curated examples, designs, layouts and widgets. Github — https://github.com/TakeoffAndroid/FlutterExamples What’s special? The idea beh...Jan 26, 2019·2 min read
blog.ckdevrel.meFlutter — Getting started with VSCode setup for MacI know VS code has become popular amongst developers. Is that because it is colorful? Nope! I don’t think so, but something lite for hassle-free development, Isn’t it? Alright, let's see how to play with VSCode for Flutter development in a few steps ...Aug 7, 2018·2 min read
blog.ckdevrel.meSecuring API key in Android without pushing to remote repository (GIT)API keys exist everywhere! It’s common in all modern apps! Isn’t it? So ever thought of securing it? Nope, I’d never done that before this post. I had done the same mistake committing to the repository and here are the hurdles that I had overcome. We...May 25, 2018·2 min read
blog.ckdevrel.meCreating Reusable UI for React Native using NativeBaseWhat is NativeBase? NativeBase is a reusable UI component library, which helps to create React Native UI components rapidly with ease. It enables component support for both iOS and Android natively. For Example - ActionSheet UI in iOS and BottomSheet...Nov 8, 2017·1 min read