RHRifat Hossainincodewithrifat.hashnode.dev·Aug 24, 2025 · 4 min readFlutter in 2025: Is It Still the Best Choice for Mobile App Development?I often get this question from juniors or students who are just stepping into mobile app development: “Bhaiya, is Flutter still worth learning in 2025? Or should I go with something else?” Let me share my honest thoughts as someone who has been build...00
RHRifat Hossainincodewithrifat.hashnode.dev·Aug 19, 2025 · 2 min readGeneric Type Parameter - T আসলে কী?T এখানে একটা Generic Type Parameter।মানে, এটা একটা প্লেসহোল্ডার যেটা তুমি যখন মেথড কল করবে তখন সেটার জায়গায় যে টাইপ দিবে, সেটা দিয়ে মেথডটা কাজ করবে। উদাহরণ: static Future<T> runAsyncTask<T>( BuildContext context, Future<T> Function() task, ) asyn...00