Dheeraj Hitech

  • Flutter
  • How To Download
  • Interview Questions
  • IT Jobs
  • Source Code
  • Tech Post

Learn, Apply and Share

Flutter

How to setup Flutter with VSCode Step By Step Guide

Here’s a step-by-step guide to setting up Flutter with VS Code on your computer (Windows, macOS, or Linux). 🧩 Step 1: Install Flutter SDK 🔹 Windows 🔹 macOS 🔹 Linux 🧰 Step 2: Check Flutter Installation Run this command to Read more

By Dheeraj Pal, 2 monthsOctober 31, 2025 ago
Flutter

How to use http in flutter step by step guide

Here’s a step-by-step guide on how to use the http package in Flutter to make network requests (GET, POST, PUT, DELETE).We’ll also create a simple example that fetches and displays data — perfect for a WordPress REST API or any Read more

By Dheeraj Pal, 2 monthsOctober 30, 2025 ago
Flutter

Dio interceptors in flutter example

Here’s a complete, easy-to-understand example of using Dio interceptors in Flutter to handle logging, authentication tokens, and errors 👇 🚀 Step-by-Step Example: Dio Interceptors in Flutter 🧩 Step 1: Add Dependencies In your pubspec.yaml, add Dio: Then run: 🧠 Step Read more

By Dheeraj Pal, 2 months ago
Flutter

How to implement Login and Signup pages using Bloc in Flutter

Let’s go step-by-step through how to implement Login and Signup pages using BLoC in Flutter — following Clean Architecture principles (data → domain → presentation) and explaining each part clearly. 🧱 Project Overview We’ll build: 🗂 Folder Structure (Clean Architecture Read more

By Dheeraj Pal, 2 monthsOctober 28, 2025 ago
Flutter

How to create a login page using flutter step by step guide

let’s build a clean, practical Flutter login page step-by-step. I’ll give you a working example (with full main.dart, login_page.dart, and home_page.dart) plus explanations and tips to extend it for a real backend. 1) Create a new Flutter project Run in Read more

By Dheeraj Pal, 2 months ago
Flutter

What is dependency injection in flutter

Dependency Injection (DI) in Flutter (and more generally in software development) is a design pattern used to make your code more modular, testable, and maintainable by separating object creation from object usage. Let’s break that down 👇 🧩 What It Read more

By Dheeraj Pal, 2 months ago
Flutter

how to use solid principles in flutter

Applying SOLID principles in Flutter (or Dart) helps you write cleaner, scalable, and maintainable code, especially as your app grows. Let’s go through each principle with Flutter-specific examples 👇 🧱 1. S — Single Responsibility Principle (SRP) A class should Read more

By Dheeraj Pal, 2 monthsOctober 25, 2025 ago
Flutter

How to use bloc in flutter step by step guide

🧠 What is BLoC? BLoC is an architectural pattern that helps separate your app’s business logic (data processing, state changes) from the UI.It uses Streams and Events to handle data and state reactively. 🧩 Step 1: Create a New Flutter Read more

By Dheeraj Pal, 2 monthsOctober 24, 2025 ago
Flutter

bloc example with dummy api for login screen

Here’s a complete Flutter BLoC example showing how to implement a login screen with a dummy API (simulated network call).This includes:✅ LoginBloc (handles login events and states)✅ LoginRepository (fake API call)✅ LoginScreen (UI with BlocBuilder & BlocListener) 🧱 Folder structure Read more

By Dheeraj Pal, 2 monthsOctober 16, 2025 ago
Flutter

How to use bloc in flutter application step by step guide

Using BLoC (Business Logic Component) in a Flutter application helps you separate presentation and business logic, making your app more scalable and maintainable. Here’s a step-by-step guide to using the BLoC pattern in Flutter using the flutter_bloc package. Step-by-Step Guide Read more

By Dheeraj Pal, 2 monthsOctober 13, 2025 ago

Posts pagination

Previous 1 … 3 4 5 … 11 Next
Recent Posts
  • How to solved admob dublicate account issue
  • How to delete your Google AdMob Account
  • How to use GIT on Windows Step By Step Guide
  • How to download and install latest version of GIT on Windows
  • How to download and install Jupyter Notebook on Windows
  • How to publish app on Apple App Store
  • How to publish app on playconsole step by step guide
  • How to download and install latest version of Pycharm on Windows
  • How to create Java based school database management system project
Categories
  • Flutter (44)
  • How To Download (16)
  • Interview Questions (1)
  • IT Jobs (3)
  • Source Code (10)
  • Tech Post (28)
  • Privacy Policy
  • About Us
  • Advertise With Us
  • Contact US
Hestia | Developed by ThemeIsle