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 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 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. 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, 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. 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 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: 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 Read more

By Deepika, 1 yearAugust 19, 2024 ago
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, 1 yearAugust 17, 2024 ago
FLUTTER

What is package in Flutter (Dart) with example in 2024

In Flutter (and Dart, the language Flutter uses), a package is a collection of reusable code, libraries, and resources that can be shared across multiple projects. Packages simplify the development process by allowing you to use pre-built solutions for common Read more

By Deepika, 1 yearAugust 17, 2024 ago
FLUTTER

What is class in Flutter(Dart) with example step by step

In Flutter, a class is a fundamental concept in Dart (the programming language used by Flutter) and is used to define the structure and behavior of objects. A class serves as a blueprint for creating objects (instances) and can contain Read more

By Deepika, 1 yearAugust 17, 2024 ago
FLUTTER

How to make first project in flutter step by step guide in 2024

Creating your first project in Flutter involves several steps. Here’s a comprehensive step-by-step guide to help you get started with Flutter in 2024: Step 1: Set Up Your Development Environment 1. Install Flutter SDK 2. Install Dart Flutter includes Dart, Read more

By Deepika, 1 yearAugust 17, 2024 ago
FLUTTER

Advantage of Flutter with examples in 2024

Flutter is an open-source UI software development toolkit created by Google. It allows developers to build natively compiled applications for mobile, web, and desktop from a single codebase. Here’s a detailed overview of its advantages, along with examples to illustrate Read more

By Deepika, 1 yearAugust 17, 2024 ago
FLUTTER

Top 15 Amazing Applications Built with Flutter Framework

Top 15 Amazing Applications Built with Flutter Framework – Introduction to Flutter The critical thing to know about Flutter is that it’s a developer-friendly alternative for cross-platform app development introduced by Google. You can develop a flutter app once and cross-compile them Read more

By Deepika, 1 yearJuly 14, 2024 ago
FLUTTER

Login and Signup ui screen in flutter with source code

Creating login and signup beautiful ui design with flutter – The needs of your app will determine the complexity and design of the login/signup pages you create in Flutter. Three distinct Flutter login page user interface samples are provided below: Read more

By Deepika, 1 yearJune 25, 2024 ago
FLUTTER APP

Specialized PDF reader designed specifically for music sheets

Specialized PDF reader designed specifically for music sheets AllegroPDF AllegroPDF is a specialized PDF reader designed specifically for music sheets. Showcase Features Motivation I didn’t fancy the available free solutions and was’t inclined to pay for them. Instead, I embarked Read more

By Deepika, 2 yearsDecember 22, 2023 ago

Posts pagination

Previous 1 2 3 … 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