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

FLUTTER APP

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 diary entry. For simplicity, let’s assume each entry has a Read more

By Deepika, 12 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 Flutter project if you haven’t already: 2. Add Dependencies Update Read more

By Deepika, 12 monthsAugust 30, 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 the camera and sensors. Here’s a step-by-step guide on how Read more

By Deepika, 12 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 app in Flutter with source code. Step 1: Set Up Read more

By Deepika, 12 monthsAugust 25, 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 UI for the Buttons We’ll create custom widgets for Google, Read more

By Deepika, 12 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 Step 2: Update pubspec.yaml Add the math_expressions package to handle Read more

By Deepika, 12 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 Add any necessary dependencies if you’re planning to use external Read more

By Deepika, 1 yearAugust 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 get to install the dependencies. Step 2: Set Up Firebase Read more

By Deepika, 1 yearAugust 21, 2024 ago
FLUTTER APP

How to make review and rating ui with flutter stepwise

Creating a review and rating UI in Flutter involves several steps. Below is a step-by-step guide to help you build a basic UI for a review and rating system. 1. Set Up Your Flutter Project 2. Add Dependencies 3. Design the UI 4. Build the Review and Rating UI 5. Read more

By Deepika, 1 yearAugust 20, 2024 ago
FLUTTER APP

How to Make Image to Pdf Converter app in Flutter with Source Code

Creating an image-to-PDF converter app in Flutter involves several steps. Here’s a step-by-step guide, along with the necessary code snippets, to help you build this app. Step 1: Set Up Flutter Project Run flutter pub get to install the dependencies. Step 2: Implement UI Step 3: Handle Permissions (Android) Step Read more

By Deepika, 1 yearAugust 20, 2024 ago
BottomNavigationBar

How to make custom BottomNavigationBar in flutter with source code

To create a bottom sheet with the given BottomNavigationBar code in a Flutter application, you can follow these steps: Here is a step-by-step guide: Step 1: Set Up Your Flutter Project If you haven’t already set up a Flutter project, you can create one using the following command in your Read more

By Deepika, 1 yearAugust 19, 2024 ago
FLUTTER APP

Creating a Ludo app in Flutter with Source Code Step by step

Creating a Ludo app in Flutter is a comprehensive task that involves building a user interface, implementing game logic, managing state, and possibly integrating multiplayer functionality. Here’s a step-by-step guide to help you create a basic Ludo game in Flutter. Prerequisites Step 1: Project Setup Step 2: Basic UI Layout Read more

By Deepika, 1 yearAugust 19, 2024 ago
FLUTTER APP

How to make Ludo app in Flutter with Source Code Step by step

Creating a Ludo app in Flutter is a more complex task, as it involves implementing game logic, UI design, and multiplayer features. Below is a simplified step-by-step guide to help you build a basic Ludo app in Flutter. This guide will focus on setting up the project, creating the game Read more

By Deepika, 1 yearAugust 19, 2024 ago
FLUTTER APP

How to make PDF Reader app in Flutter with Source Code Step by step

Creating a PDF Reader app in Flutter involves setting up your project, adding necessary dependencies, writing the code, and testing the app. Below is a step-by-step guide to help you build a basic PDF Reader app in Flutter. Step 1: Set Up Your Development Environment Step 2: Create a New Read more

By Deepika, 1 yearAugust 19, 2024 ago
FLUTTER APP

How to make QR Scanner app in Flutter with Source Code Step by step

Creating a QR Scanner app in Flutter involves several steps, including setting up your development environment, creating a new Flutter project, adding dependencies, writing the code, and testing the app. Below is a step-by-step guide to help you build a simple QR Scanner app. Step 1: Set Up Your Development Read more

By Deepika, 1 yearAugust 19, 2024 ago

Posts pagination

1 2 … 4 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