What No One Tells You About Building with Apple’s Screen Time APIUser privacy is a foundational priority in iOS. While building for device usage monitoring and control with Apple Screen Time API I quickly realized that this API was never designed to give third-partJun 2, 2026·16 min read
How to Migrate Your Flutter Apps to Support Android 16KB Page Sizes — A Clear and Simple GuideSep 22, 2025·5 min read
How to create Staggered Animation in Flutter: A Guide to Micro-interactionsA staggered animation consists of sequential or overlapping animations. The animation might be purely sequential, with one change occurring after the next, or it might partially or completely overlap. When the animation is sequential, the elements ar...Jun 3, 2024·10 min read
Ultimate Guide to Flutter Bloc: State Management and TestingIn the Flutter ecosystem, you have several state management options to structure and scale your applications. As a Flutter newbie, you might only be familiar with setState and provider. Flutter Bloc stands out as a popular Flutter state management li...Nov 6, 2023·11 min read
Rive Animation for Flutter: A Beginner's Guide to Creating Stunning Animations with Ease!Animations typically increase the visual appeal of an app or website and improves overall engagement of the users. According to a study by Forrester Research, websites with well-executed animations, experience an increase in user engagement by up to ...Aug 11, 2023·15 min read
Taskbuddy (A Task Management App): AppWrite x Hashnode HackathonWe are thrilled to present our project submission for the Hashnode-Appwrite Hackathon: TaskBuddy, a task management application designed to empower you to reach new heights of productivity. TaskBuddy is a user-friendly Flutter app that offers a seaml...Jun 14, 2023·5 min read
Efficient CRUD Operations in Flutter: A Guide to Implementing HTTP Requests with Clean Architecture and DioIn the dynamic world of Flutter app development, the ability to perform efficient CRUD operations is a game-changer. Seamlessly integrating HTTP requests with the power of Clean Architecture and the Dio library can elevate your Flutter applications t...May 17, 2023·14 min read
Maximizing Your Flutter App's Performance with (Async)NotifierProvider, Freezed & Riverpod Code GeneratorsA Beginner's Guide to Using (Async)NotifierProvider, Freezed & Riverpod Code Generators for Efficient State ManagementMar 25, 2023·9 min read