Learn Pain Less
Learn Pain Less
  • 111
  • 285 274
[FDC-2] Shopping app flutter | Shopping app UI design challenge from Dribbble: Flutter for Beginners
#Flutter #FlutterTutorial
[FDC-2] Shopping app flutter | Shopping app UI design challenge from Dribbble: Flutter for Beginners
This is second video of *flutter ui challenge* series, more are coming.
This tutorial is for absolute beginners or beginners.
In this video, I have designed Shopping app in flutter a random design from Dribbble without using any third-party library or tool,
Here is the Link to Design and Design credit goes to *YueYue* on Dribbble.
dribbble.com/shots/23844327-Essentials-Shopping-App-Design
*Github Code Link*
github.com/learnpainless/Flutter-Design-Challenge-2
--------------------------------------------------------------------------------------------------
*Other Resources:*
Dart Beginners Course Notes (Google Drive Link)
learnpainless.page.link/dart-course-code-notes
Dart Beginners Course Code (Github Link)
learnpainless.page.link/dart-course-code-github
Hello friends, I m #Pawneshwer #Gupta, #FullStackDeveloper. And recently I noticed that many developers are shifting from Android and iOS to Flutter. So I decided to make video series on Flutter so I can help you all.
About #ProlongServices, initially I built this website to do the paid task (like #SoftwareDevelopment, #WebDevelopment, etc.), but after that, I started to teach other users, so I can help them grow. And I will make videos on other topics as well.
Thank you for watching it.
---------------------------------------------------------------------
Some other videos:
AppBar underneath main content - Custom appbar in flutter
th-cam.com/video/1hzPMX0sR2M/w-d-xo.html
How to Fetch preview of link in flutter
th-cam.com/video/sZQ4Ddtz2A4/w-d-xo.html
How to greyscale a widget in flutter. (make any flutter widget look like disabled state)
th-cam.com/video/tINk9Tdys2Q/w-d-xo.html
How to make Custom Dialog in flutter (Replace your boring AlertDialog with Attractive custom dialog)
th-cam.com/video/IYrX5a-2jL8/w-d-xo.html
---------------------------------------------------------------------
Searched Queries:
flutter ui design
flutter app design
flutter design
ui design
flutter ui
shopping app ui design
flutter ui challenge
flutter tutorial
flutter shopping app
flutter app
flutter ui design tutorial
shopping app design
ui design in flutter
flutter design challenge
mobile app design
mobile design
how to design shopping app in flutter
flutter tutorial for beginners
flutter ui challenges
---------------------------------------------------------------------
Social Links:
TH-cam: th-cam.com/channels/glYchjdo11zTelZVY4QUjA.html
Facebook: ProlongServices/
Twitter: ProlongServices
LinkedIn : www.linkedin.com/company/prolong-services/
Github: github.com/prolongservices
Instagram: prolong.services
Website: prolongservices.com/
Reddit: www.reddit.com/user/prolongservices
Tumblr: www.tumblr.com/blog/prolongservices
Telegram Channel: t.me/ProlongServices_Dev
---------------------------------------------------------------------
Contact Info:
Business Email: sales@prolongservices.com
Support Email: support@prolongservices.com
Whatsapp: +91 9501784647
มุมมอง: 184

วีดีโอ

[FDC 1] - Flutter for Beginners: Build a Finance Tracking App Dribbble Design (iOS Style!)
มุมมอง 2414 หลายเดือนก่อน
#Flutter #FlutterTutorial Learn how to build a finance tracking app with Flutter in this beginner-friendly tutorial! Follow along as we recreate a Dribbble design in iOS style. Perfect for anyone interested in Flutter UI design or wanting to create a finance app with a stunning user interface. [FDC 1] - flutter finance app Design Challenge 1 | Finance Tracker Mobile iOS App Dribbble Design This...
8.2 GitFlow Workflow and GitHub Flow | Git Workflow Best Practices - [Hindi]
มุมมอง 50210 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're exploring two popular and efficient Git workflows: GitFlow and GitHub Flow. These structured approaches to version control are designed to streamline collaboration and keep your codebase organized. Here's what we'll cover in this video: 1️⃣ *GitFlow Workflow:* We'll begin by delving into the GitFlow ...
8.1 Centralized vs Distributed Workflows | Git Workflow Best Practices - [Hindi]
มุมมอง 11810 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're delving into the world of Git workflows and understanding the key differences between centralized and distributed workflows. Git offers flexibility, and we're here to guide you through best practices for choosing the right workflow for your projects. *Here's what we'll cover in this video:* 1️⃣ *Work...
7.3 Resolving Conflicts in Collaborative Environments | Git Hero to Zero Crash Course - [Hindi]
มุมมอง 4911 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're tackling one of the most common challenges in collaborative Git environments-conflict resolution. Discover how to navigate and resolve conflicts gracefully, ensuring your team's code integration remains seamless. *Here's what we'll cover in this video:* 1️⃣ *Conflict Overview:* We'll start by explain...
7.2 Collaborating with Others - Managing Merge Requests and Pull Requests - [Hindi]
มุมมอง 1911 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're diving deep into collaborative Git workflows by exploring how to manage merge requests (for GitLab and Bitbucket) and pull requests (for GitHub). These processes are essential for reviewing and integrating code changes from contributors seamlessly. *Here's what we'll cover in this video:* 1️⃣ *Merge ...
7 1 Working with Remote Repositories fetch, pull, and push | Collaborating with Git - [Hindi]
มุมมอง 3111 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're diving into the world of remote repositories and exploring how to collaborate effectively using Git. Whether you're working with a team or contributing to open-source projects, these skills are essential for seamless collaboration. *Here's what we'll cover in this video:* 1️⃣ *Remote Repositories Ove...
6.3 Amending and Reverting Commits | Git and GitHub Hero to Zero Crash Course - [Hindi]
มุมมอง 2911 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're diving into advanced Git techniques by exploring how to amend and revert commits. These skills are invaluable for maintaining a clean commit history and recovering from mistakes gracefully. *Here's what we'll cover in this video:* 1️⃣ *Amending Commits:* Learn how to make changes to your most recent ...
6.2 Mastering Git History: Explore git log and git reflog - [Hindi]
มุมมอง 16711 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're on a journey through Git's commit history, and we'll show you how to navigate it like a pro using the git log and git reflog commands. Understanding your project's history is a superpower for developers, and we're here to unlock it! *Here's what we'll cover in this video:* 1️⃣ *git log:* We'll start ...
6.1 The Anatomy of a Git Commit - Hash, Author, Date, and Message | Cracking the Code - [Hindi]
มุมมอง 5011 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're diving deep into the inner workings of Git commits, unraveling the secrets behind the Git commit hash, authorship, timestamp, and commit messages. Understanding these elements is essential for tracking changes and collaborating effectively in Git. *Here's what we'll cover in this video:* 1️⃣ *Commit ...
5.2 Merging Branches with git merge and Handling Merge Conflicts | Seamless Branch Management
มุมมอง 2211 หลายเดือนก่อน
5.2 Merging Branches with git merge and Handling Merge Conflicts | Seamless Branch Management 🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're delving into the art of merging branches in Git using the git merge command, and we'll also tackle the inevitable challenge of handling merge conflicts. Mastering these skills is essential for effective coll...
5.1 Understanding Branches, HEAD, and the Master Branch | Mastering Branches in Git
มุมมอง 3011 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're diving deep into the world of Git branches, demystifying concepts like 'HEAD' and explaining the significance of the 'master' branch. Understanding branches is essential for managing code development efficiently, and we're here to guide you through it! *Here's what we'll cover in this video:* 1️⃣ *Br...
4.3 Adding Remote Repositories with git remote | Git and GitHub Hero to Zero Crash Course
มุมมอง 3511 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're diving into the world of remote repositories and how to add them to your local Git project using the git remote command. This is a crucial skill for collaborating with others and sharing your work with the world! *Here's what we'll cover in this video:* 1️⃣ Understanding Remote Repositories: We'll st...
4.2 Cloning Existing Repositories with git clone | Git and GitHub Hero to Zero Crash Course
มุมมอง 2511 หลายเดือนก่อน
*4.2 Cloning Existing Repositories with git clone | Git and GitHub Hero to Zero Crash Course* 🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're diving into the essential skill of cloning existing Git repositories using the git clone command. Cloning is a fundamental operation for collaborating on projects, whether you're contributing to open-source ...
4.1 Starting Fresh: Creating a New Repository with git init, git commit | how to use git
มุมมอง 2111 หลายเดือนก่อน
🚀 Welcome back to our "Git and GitHub Hero to Zero Crash Course" series! In this episode, we're kicking off a new phase of our journey by learning how to create a brand new Git repository from scratch using the git init command. Whether you're starting a new project or wanting to version control an existing one, this video has you covered! *Here's what we'll cover in this video:* 1️⃣ git init: ...
3.3 Customizing Git with Configuration Options | Git Hero to Zero Course
มุมมอง 2511 หลายเดือนก่อน
3.3 Customizing Git with Configuration Options | Git Hero to Zero Course
3.2 Configuring Global and Repository specific Settings | Git and GitHub Hero to Zero Crash Course
มุมมอง 2211 หลายเดือนก่อน
3.2 Configuring Global and Repository specific Settings | Git and GitHub Hero to Zero Crash Course
3.1 Installing Git on Different Operating Systems | Git and GitHub Hero to Zero Crash Course
มุมมอง 2811 หลายเดือนก่อน
3.1 Installing Git on Different Operating Systems | Git and GitHub Hero to Zero Crash Course
2.3 Navigating the Commit History with diff and show | Git and GitHub Hero to Zero Crash Course
มุมมอง 1711 หลายเดือนก่อน
2.3 Navigating the Commit History with diff and show | Git and GitHub Hero to Zero Crash Course
2.2 Basic Git Commands init, add, commit, status, log etc | Git and GitHub Hero to Zero Crash Course
มุมมอง 1911 หลายเดือนก่อน
2.2 Basic Git Commands init, add, commit, status, log etc | Git and GitHub Hero to Zero Crash Course
2.1 The Three Stages of Git Working Directory, Staging Area, and Repository | Mastering Git
มุมมอง 11011 หลายเดือนก่อน
2.1 The Three Stages of Git Working Directory, Staging Area, and Repository | Mastering Git
1.3 Key Terminologies in Git | Git and Github Hero to Zero Crash Course
มุมมอง 5011 หลายเดือนก่อน
1.3 Key Terminologies in Git | Git and Github Hero to Zero Crash Course
1.2 Benefits of Using Git for Version Control | Git and Github Hero to Zero Crash Course
มุมมอง 7711 หลายเดือนก่อน
1.2 Benefits of Using Git for Version Control | Git and Github Hero to Zero Crash Course
1.1 What is Version Control and Why Do We Need It | Git and Github Hero to Zero Crash Course
มุมมอง 19811 หลายเดือนก่อน
1.1 What is Version Control and Why Do We Need It | Git and Github Hero to Zero Crash Course
How I created my Portfolio website using Chat GPT (Without Coding) in Hindi | chatgpt create website
มุมมอง 415ปีที่แล้ว
How I created my Portfolio website using Chat GPT (Without Coding) in Hindi | chatgpt create website
How to create Chat GPT app using Open AI APIs in Python Hindi Tutorial | my openai chatbot
มุมมอง 572ปีที่แล้ว
How to create Chat GPT app using Open AI APIs in Python Hindi Tutorial | my openai chatbot
FIX [ERROR] mysqld.exe: Aria recovery failed in XAMPP | MySQL not starting on windows in XAMPP
มุมมอง 2.1Kปีที่แล้ว
FIX [ERROR] mysqld.exe: Aria recovery failed in XAMPP | MySQL not starting on windows in XAMPP
4.6 Mixins in dart | dart full tutorial for beginners in Hindi
มุมมอง 352ปีที่แล้ว
4.6 Mixins in dart | dart full tutorial for beginners in Hindi
4.5 Interfaces in dart | dart full tutorial for beginners in Hindi
มุมมอง 165ปีที่แล้ว
4.5 Interfaces in dart | dart full tutorial for beginners in Hindi
4.4 Polymorphism in dart | dart full tutorial for beginners in Hindi
มุมมอง 273ปีที่แล้ว
4.4 Polymorphism in dart | dart full tutorial for beginners in Hindi

ความคิดเห็น

  • @shahrukhclasses4186
    @shahrukhclasses4186 23 ชั่วโมงที่ผ่านมา

    Change your text style Its not order its just my opinion as your wise

  • @sanjid_mishu
    @sanjid_mishu 23 วันที่ผ่านมา

    Is it applicable for "Intranet" system? where about 100 or more devices are connected on same network?

  • @fatimanancycaballero4378
    @fatimanancycaballero4378 หลายเดือนก่อน

    Ggy

  • @VinayKumar-jl3ff
    @VinayKumar-jl3ff หลายเดือนก่อน

    Bahut achhe se ekdam clean samjhaya hai .. thank you sir❤❤❤

  • @vijendrakumar3408
    @vijendrakumar3408 หลายเดือนก่อน

    apache error in xammp Error: Apache shutdown unexpectedly. This may be due to a blocked port, missing dependencies,

  • @MikeyMcCorry
    @MikeyMcCorry หลายเดือนก่อน

    Thanks!!! This worked great!

  • @thecodeAtlas
    @thecodeAtlas หลายเดือนก่อน

    Aap abstract method bataye lekin ..hide ka kuchh nahi dikhaye ki hide kaise kar rahe hain like print()

  • @ferografico
    @ferografico หลายเดือนก่อน

    very useful, thank you

  • @johnerichoffmanndossantos2084
    @johnerichoffmanndossantos2084 2 หลายเดือนก่อน

    Amazing!

  • @hernangabrielfahnrich7713
    @hernangabrielfahnrich7713 2 หลายเดือนก่อน

    php spark migrate , [Error] Undefined constant "CodeIgniter\Database\MySQLi\MYSQLI_STORE_RESULT" at SYSTEMPATH\Database\Database.php:139

  • @theanthill22
    @theanthill22 2 หลายเดือนก่อน

    Legend. Thanks.

    • @LearnPainLess
      @LearnPainLess 2 หลายเดือนก่อน

      You're welcome!

  • @balthomemmoo4320
    @balthomemmoo4320 2 หลายเดือนก่อน

    Thanks

  • @RamonHenry-ro4kf
    @RamonHenry-ro4kf 2 หลายเดือนก่อน

    This was helpful. For those that want a simpler way to create controllers, models, migrations and filters you may use this command in the terminal: php spark make:filter [NAME OF FILTER]

  • @ghury1
    @ghury1 3 หลายเดือนก่อน

    how to show debug toolbar in browser page as specified in the official documentation?

  • @tarekdhl6446
    @tarekdhl6446 3 หลายเดือนก่อน

    great work thanks , When you try to access your local site from another device on the network,Is he working in local network ????

  • @aleksbaryshnikov
    @aleksbaryshnikov 3 หลายเดือนก่อน

    Thank you man :)

  • @user-ni7ou4dd5w
    @user-ni7ou4dd5w 3 หลายเดือนก่อน

    it worked. thanks How can I enable real ip as well ?

  • @jeyssonperezg
    @jeyssonperezg 3 หลายเดือนก่อน

    Than you!!

  • @beemoRBX
    @beemoRBX 3 หลายเดือนก่อน

    is this still working? i tried it but it still says not secured in my localhost url

  • @Alihasanzadeh-lb7tf
    @Alihasanzadeh-lb7tf 3 หลายเดือนก่อน

    very good,thank you

  • @BaxtianRodriguez
    @BaxtianRodriguez 3 หลายเดือนก่อน

    Que gran ayuda amigo, pensé que había perdido todo por culpa de ese error y fue tan fácil solucionarlo! Gracias

  • @bachtiararyahabibie1324
    @bachtiararyahabibie1324 3 หลายเดือนก่อน

    why ci not set it as default?

  • @ArthurMantis
    @ArthurMantis 3 หลายเดือนก่อน

    Thanks, your video turned my big problem into an easy fix.

  • @cjbaezilla
    @cjbaezilla 4 หลายเดือนก่อน

    master of the universe thanks

  • @nikhilanand7613
    @nikhilanand7613 4 หลายเดือนก่อน

    aapke videos bahut acche hain.... really need such videos in hindi

  • @JOSE20071990
    @JOSE20071990 4 หลายเดือนก่อน

    solved it, thanks!

  • @hellonishant
    @hellonishant 4 หลายเดือนก่อน

    35

  • @hellonishant
    @hellonishant 4 หลายเดือนก่อน

    8:43 khatam tata bye bye good bye... gaya

  • @marciamarques2899
    @marciamarques2899 4 หลายเดือนก่อน

    you are an amazing person, thank you so much you saved my project

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      You are welcome, please keep supporting

  • @LearnPainLess
    @LearnPainLess 4 หลายเดือนก่อน

    [FDC 1] - Flutter Design Challenge 1 | Finance Tracker Mobile iOS App Dribbble Design This tutorial is for absolute beginners or beginners. In this video, I have designed a random design from Dribbble in Flutter without using any third-party library or tool, Here is the Link to Design and Design credit goes to Svetlana Kolpakova on Dribbble. dribbble.com/shots/23845193-Finance-Tracker-Mobile-iOS-App *Github Code Link* github.com/learnpainless/Flutter-Design-Challenge-1

  • @manishgautam2424
    @manishgautam2424 4 หลายเดือนก่อน

    you rocks with open source work

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      Thank you so much for appreciation 😊😊

  • @kelvin198837
    @kelvin198837 4 หลายเดือนก่อน

    Thank you very much! This fixed the issue!

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      Glad it helped!

  • @utpalendukhatua
    @utpalendukhatua 4 หลายเดือนก่อน

    Thank You Thank You

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      You are very welcome

    • @utpalendukhatua
      @utpalendukhatua 4 หลายเดือนก่อน

      @@LearnPainLess 🤗

  • @ShenaLatha
    @ShenaLatha 4 หลายเดือนก่อน

    thank you so much

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      You're welcome!

  • @fathulibad
    @fathulibad 5 หลายเดือนก่อน

    I luv u bro, thankss

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      Happy to help

  • @ingenierocivilizado728
    @ingenierocivilizado728 5 หลายเดือนก่อน

    Very useful! Thank you so much for the video!!

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      Glad it was helpful!

  • @Schlingem
    @Schlingem 5 หลายเดือนก่อน

    Oh my gosh, what a Godsend. Thank you so much! I subscribed because I love how quick and direct this was.

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      Thanks for the sub!

  • @kerem-zk7rl
    @kerem-zk7rl 5 หลายเดือนก่อน

    can you tell me which vscode theme do you use?

  • @tarekhassan6958
    @tarekhassan6958 5 หลายเดือนก่อน

    failed to work

  • @niranjanganjawala254
    @niranjanganjawala254 5 หลายเดือนก่อน

    thanks bro

  • @Nirajjha1
    @Nirajjha1 5 หลายเดือนก่อน

    Thank you so much bhaiya.... you explain very well... It's clear now! ❤❤❤❤

    • @LearnPainLess
      @LearnPainLess 5 หลายเดือนก่อน

      You are welcome 🙏

  • @user-yp6gz4iu1n
    @user-yp6gz4iu1n 5 หลายเดือนก่อน

    thanks wangu. you helped a lot

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      You are welcome, please keep supporting

  • @meralmaradia4774
    @meralmaradia4774 5 หลายเดือนก่อน

    very helpful , detailed explaination

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      Glad it was helpful!

  • @estelalopezmartin
    @estelalopezmartin 5 หลายเดือนก่อน

    Thank you so much. I have been trying to fix this issue multiple times aplying other methods but the problem always come back. I hope this fixed my issue for good.

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      Glad to hear that

  • @hamzabhatti2461
    @hamzabhatti2461 5 หลายเดือนก่อน

    Thank you for explanation😍

    • @LearnPainLess
      @LearnPainLess 5 หลายเดือนก่อน

      You are welcome

  • @shahirhamzi5964
    @shahirhamzi5964 6 หลายเดือนก่อน

    like fuck my xampp cannot start shit

  • @AndreaDellOrco
    @AndreaDellOrco 6 หลายเดือนก่อน

    Thanks!

  • @ChrisPlayzBLOX
    @ChrisPlayzBLOX 7 หลายเดือนก่อน

    it is https but now it says Forbidden You don't have permission to access this resource. Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 Server at localhost Port 443

    • @LearnPainLess
      @LearnPainLess 6 หลายเดือนก่อน

      Have you followed all steps??

  • @coc-heist
    @coc-heist 7 หลายเดือนก่อน

    Thank you ❤

    • @LearnPainLess
      @LearnPainLess 4 หลายเดือนก่อน

      You're welcome 😊

  • @meetrajpopat2348
    @meetrajpopat2348 7 หลายเดือนก่อน

    Great explanation. Make video on how to implement Singleton while creating dio request