About Me

I have decades of experience is software development using .Net Technologies, PHP and wordpress. I love coding and discovering new tech.

Category: Flutter

Coding, Flutter

Flutter Basics: Conditions and Switch Statements (Quick Reference)

Posted on July 18, 2025  - By Kaustav Halder - 0 Comments

In Dart (and most programming languages), conditional logic controls what happens when. Whether you’re checking values or switching between states, these tools help make decisions in your app. So we use them in checks and validations and make other cool...

Coding, Flutter

Flutter Basics: Variables and Loops (Quick Reference)

Posted on July 11, 2025  - By Kaustav Halder - 0 Comments

If you’re just starting with Flutter or need a quick refresher on Dart fundamentals, this post covers the essentials of variables and loops. It’s designed for fast reference, without unnecessary extras. Dart and Flutter Flutter apps are built using Dart,...