Pagination Problem in Flutter (You have skipped it)Pagination is one of the most important features for large data collection visualization. For instance, if we have a list of products with…Dec 10, 20242Dec 10, 20242
Published inFlutter CommunityDesign System from scratch in FlutterInitially, many solutions are available to create a Design System for your app in Flutter. I want to share my experience with Design…Nov 6, 202417Nov 6, 202417
Writing a Simple Dependency Injector in FlutterIf you want to use this feature in your project without writing all code again, you can use my kinject package in your project.Aug 24, 20241Aug 24, 20241
Published inFlutter CommunityDio + JWT in Flutter — Solution of async hellAs an introduction, JWT is JSON Web Token, mainly used for authorization in the backend services to know the user and his/her privileges…Aug 16, 20242Aug 16, 20242
Published inFlutter CommunityNew features in Dart 3.0In this article, I will write about new awesome features in Dart language.May 18, 2023May 18, 2023
Published inFlutter CommunityEnhance your app with Firebase Dynamic Link + Riverpod + GoRouter (Part 1 — Android)Deep link is one of the most essential functionalities in mobile apps. But, it seems difficult to developers. In this tutorial, we will…Oct 22, 20221Oct 22, 20221
Published inFlutter CommunityBloc Testing: Write Your First Simple Unit Test in FlutterDuring the development, we need to be sure that everything works fine. So, we need to test our code. There are several testing stages and…Jan 24, 20212Jan 24, 20212