DeepCrazyWorld
  • FLUTTER
    • FLUTTER APP
      • QRCode
      • Quiz App
      • Chat GPT
      • PDF App
      • News App
      • Fitness App
      • Weather App
      • BMI Calculator
      • GAME APP
      • Ecommerce App
      • wallpaper App
      • Finance app
      • Chat App
      • Wallet App
      • Taxi App
      • Quran app
      • Music player app
    • FLUTTER UI
      • Splash Screen
      • Onboarding Screen
      • Login Screen
      • Card Design
      • Drawer
  • PROJECT
    • Android Projects
    • College Projects
    • FLUTTER APP
    • Project Ideas
    • PHP Projects
    • Python Projects
  • SOURCE CODE
  • ANDROID
    • ANDROID APP
    • GAME APP
    • ANDROID STUDIO
  • MCQ
    • AKTU MCQ
      • RPA MCQ
      • COA MCQ
      • HPC MCQ
      • SPM MCQ
      • Renewable Energy All MCQ
      • Data Compression MCQ
      • Data Structure MCQ
      • Digital Image Processing MCQ
      • Software Engineering MCQ
      • Machine Learning MCQ
      • Artificial Intelligence MCQ
    • D PHARMA MCQ
      • Pharmaceutics – I MCQ
      • Pharmacognosy MCQ
      • Pharmaceutical Chemistry MCQ
      • Biochemistry and Clinical Pathology MCQ
      • Human Anatomy and Physiology MCQ
      • Heath Education and Community Pharmacy MCQ
  • INTERVIEW QUESTIONS
    • Flutter Interview Questions
    • INTERVIEW QUESTIONS
    • Python Interview Questions
    • Coding ninjas solution
  • MORE
    • WORDPRESS
      • SEO
      • TOP 10 WORDPRESS THEME
    • PRODUCTIVITY
    • Program
    • QUOTES

Application Development

FLUTTER

How to Make a ToDo App with Flutter with source Code StepWise in 2024

Creating a ToDo app with Flutter is a great way to get familiar with this powerful framework for building cross-platform mobile applications. Below, I’ll provide a step-by-step guide along with the source code for building a simple ToDo app in Read more…

By Deepika, 11 monthsAugust 17, 2024 ago
FLUTTER

Implementing a Dynamic FAQ Screen UI in Flutter Using ExpansionTile

FAQs (Frequently Asked Questions) are a crucial part of any application, providing users with instant answers to common queries. In this guide, we will implement an FAQ screen in Flutter using the ExpansionTile widget, making it both visually appealing and Read more…

By Deepika, 4 monthsMarch 29, 2025 ago
FLUTTER UI

Creating an Instruction UI Screen in Flutter Application

Creating an Instruction UI Screen in Flutter with source code – When designing a user-friendly instruction screen in a Flutter application, it’s essential to focus on clear communication, intuitive design, and seamless navigation. This guide will walk you through creating Read more…

By Deepika, 4 monthsMarch 29, 2025 ago
FLUTTER

Animated Backgrounds in Flutter: A Complete Guide

If you’re looking to add an animated background to your Flutter app, you can use the animated_background package or custom animations using widgets like Stack, AnimatedContainer, and Lottie. 1. Using animated_background Package The animated_background package allows you to create particle-based Read more…

By Deepika, 4 monthsMarch 15, 2025 ago
FLUTTER APP

How to make Diary App using flutter stepwise using getx

Creating a Diary App using Flutter with GetX involves several steps. Here’s a step-by-step guide to get you started: Step 1: Setup Your Flutter Project Then run: Step 2: Define Your Data Model Create a model class to represent a Read more…

By Deepika, 11 monthsAugust 31, 2024 ago
FLUTTER APP

How to Create Music Player UI screen with fully functional in flutter

To create a fully functional music player UI in Flutter using GetX, follow these steps: How to Create Music Player UI screen with fully functional in flutter with step by step 1. Set Up Your Flutter Project Create a new Read more…

By Deepika, 11 monthsAugust 30, 2024 ago
FLUTTER UI

How to make ListView Builder Ui in flutter with Source Code

To create a beautiful ListView in Flutter that displays a list of books, ListView ui in Flutter – where each row contains an image (loaded using CachedNetworkImage), a title, and a formatted date and time, follow these steps. The CachedNetworkImage Read more…

By Deepika, 11 monthsAugust 29, 2024 ago
FLUTTER UI

Create a TabBar View in flutter with fully functional stepwise

To create a TabBar view in Flutter where each tab displays different content and the tab’s color and text color change when selected, you can follow these steps. We’ll implement three tabs and customize their appearance and behavior. Step-by-Step Guide Read more…

By Deepika, 11 monthsAugust 28, 2024 ago
FLUTTER UI

How to create TabBar view in flutter with source code step wise

To create a TabBar view in Flutter where each tab displays different content and the tab’s color and text color change when selected, you can follow these steps. We’ll implement three tabs and customize their appearance and behavior. Step-by-Step Guide Read more…

By Deepika, 11 monthsAugust 27, 2024 ago
FLUTTER APP

How to make Heart rate measure app with Flutter stepwise

Creating a heart rate measurement app using Flutter involves integrating hardware access, such as a camera and a light sensor, as these are typically used for photoplethysmography (PPG) to measure heart rates. In Flutter, you can utilize plugins to access Read more…

By Deepika, 11 monthsAugust 26, 2024 ago
Chat GPT

How to make ChatGpt App in flutter with source code Stepwise

Creating a ChatGPT app in Flutter involves setting up a basic Flutter project, integrating with the OpenAI API, and designing a user interface that can handle chat messages. Below is a stepwise guide to help you build a basic ChatGPT Read more…

By Deepika, 11 monthsAugust 25, 2024 ago
FLUTTER UI

How to make Login Screen with flutter with validation

Creating a Login Screen with flutter with validation – Here’s a step-by-step guide to creating a login screen in Flutter with validation, using the provided code: 1. Set Up Your Flutter Project Make sure you have a Flutter project set Read more…

By Deepika, 11 monthsAugust 24, 2024 ago
FLUTTER APP

Create custom social login button Google, Facebook and Apple ui in Flutter

Let’s create custom social login buttons for Google, Facebook, and Apple in Flutter without using any external packages. Step 1: Set Up Your Flutter Project If you haven’t already, start by creating a new Flutter project. Step 2: Design the Read more…

By Deepika, 11 monthsAugust 24, 2024 ago
Calculator App

How to make Advanced Calculator app in flutter with source code stepwise

Creating an advanced calculator app in Flutter involves additional features beyond basic arithmetic, such as scientific functions (e.g., trigonometry, logarithms) and better state management. Below is a step-by-step guide with source code. Step 1: Set Up a New Flutter Project Read more…

By Deepika, 11 monthsAugust 23, 2024 ago
Calculator App

How to make simple Calculator app in flutter with source code stepwise

Creating a simple calculator app in Flutter involves setting up the user interface and implementing the basic arithmetic operations. Below is a step-by-step guide with the source code. Step 1: Set Up a New Flutter Project Step 2: Update pubspec.yaml Read more…

By Deepika, 11 monthsAugust 22, 2024 ago
FLUTTER APP

How to Create Image to Text App in Flutter with source code stepwise

Creating an image-to-text app in Flutter involves using Optical Character Recognition (OCR) technology to extract text from images. Here’s a step-by-step guide to building this app, including the necessary code snippets. Step 1: Set Up Flutter Project Run flutter pub Read more…

By Deepika, 11 monthsAugust 21, 2024 ago

Posts pagination

1 2 … 37 Next
Recent Posts
  • Implementing a Dynamic FAQ Screen UI in Flutter Using ExpansionTile March 29, 2025
  • Creating an Instruction UI Screen in Flutter Application March 29, 2025
  • Animated Backgrounds in Flutter: A Complete Guide March 15, 2025
  • How to make Diary App using flutter stepwise using getx August 31, 2024
  • How to Create Music Player UI screen with fully functional in flutter August 30, 2024
  • How to make ListView Builder Ui in flutter with Source Code August 29, 2024
  • Create a TabBar View in flutter with fully functional stepwise August 28, 2024
  • How to create TabBar view in flutter with source code step wise August 27, 2024
  • How to make Heart rate measure app with Flutter stepwise August 26, 2024
  • How to make ChatGpt App in flutter with source code Stepwise August 25, 2024

  • About
  • Contact
  • Disclaimer
  • Privacy Policy
Hestia | Developed by ThemeIsle