PinnedCache User Data Securely in Flutter with Hive (NoSQL)Ever came across a situation to store user data (or access tokens) securely in mobile app? Welcome to Hive…Nov 23, 20201Nov 23, 20201
WidgetsFlutterBinding.ensureInitialized() Explained — Why Bindings Are Crucial for Flutter AppsWhat is purpose of writing WidgetsFlutterBinding.ensureInitialized() in main() before runApp() ?Apr 111Apr 111
Refrain the Use of Platform.isAndroid in Flutter — Runtime Platform Detection Made RightYes, you read it right! Platform.isAndroid and Platform.isIOS are not the first choice when it comes to detecting runtime platforms for…Mar 232Mar 232
Implement Search Functionality with ElasticSearch, Firebase & FlutterLet’s see how we can implement full-text search using ElasticSearch and Firestore.Dec 6, 20202Dec 6, 20202
Writing Unit Tests in Flutter with Firebase FirestoreIn this article, we’ll see how to unit test your precious code with firestore without using any external library for mocking firestore.Nov 19, 20202Nov 19, 20202