Rohit Semriwal
Rohit Semriwal
  • Видео 65
  • Просмотров 603 108
Ecommerce App using Flutter and NodeJS | Part 2 - Frontend | Ep. 7 - Payment Gateway | Hindi
Source Code: github.com/rohitsemriwal/ecommerce-yt
For 1 on 1 sessions: topmate.io/rohitsemriwal
Join the Telegram group: t.me/+uOZQTwk5cFo2NTM1
In this video, we'll be integrating Razorpay Payment Gateway in our Ecommerce App as well as work on some minor bug fixes.
Chapters
00:00 Introduction
00:09 Minor Fix in Orders
02:36 Payment Gateway Flow
04:00 Razorpay Dashboard
05:38 Creating Order in Backend
12:53 Adding new properties in Frontend
17:23 Payment Gateway Frontend
30:31 Updating order after payment
45:51 Everything in action
48:17 Faltu Gyaan 😂
48:52 Wrapping Up
Don't forget to subscribe so you don't miss out on any future updates.
#flutter #nodejs #ecommerceapp
Просмотров: 2 175

Видео

Ecommerce App using Flutter and NodeJS | Part 2 - Frontend | Ep. 6 - Handling Orders | Hindi
Просмотров 1,3 тыс.Год назад
Source Code: github.com/rohitsemriwal/ecommerce-yt For 1 on 1 sessions: topmate.io/rohitsemriwal Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 In this video, we'll be creating the order flow and fixing some bugs. Chapters 00:00 Introduction 00:21 Order Model 08:30 Order Repository 12:29 Order Detail Screen 31:22 Order Cubit and Placing the Order 42:23 Order Placed Screen 45:36 Clearing the Ca...
Ecommerce App using Flutter and NodeJS | Part 2 - Frontend | Ep. 5 - User Profile | Hindi
Просмотров 1,2 тыс.Год назад
Source Code: github.com/rohitsemriwal/ecommerce-yt For 1 on 1 sessions: topmate.io/rohitsemriwal Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 In this video, we'll be polishing our previously created cart feature, showing the products that belong to a specific category and creating the user profile screen. Chapters 00:00 Introduction 00:31 Minor changes in Cart 11:36 Products related to categ...
Ecommerce App using Flutter and NodeJS | Part 2 - Frontend | Ep. 4 - Product Details & Cart | Hindi
Просмотров 1,7 тыс.Год назад
Source Code: github.com/rohitsemriwal/ecommerce-yt For 1 on 1 sessions: topmate.io/rohitsemriwal Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 In this video, we'll create a Product Details Screen and handle Cart interaction. This also includes some minor changes to our backend. Chapters 00:00 Introduction 00:22 Product Details 12:13 Minor Changes in Backend - I 15:39 Cart Item Model 19:19 Car...
Ecommerce App using Flutter and NodeJS | Part 2 - Frontend | Ep. 3 - Categories and Products | Hindi
Просмотров 1,8 тыс.Год назад
For 1 on 1 sessions: topmate.io/rohitsemriwal Source Code: github.com/rohitsemriwal/ecommerce-yt Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 In this video, we'll be creating the Category and Product screens and logic for our ecommerce app. Chapters 00:00 Introduction 00:23 Home Screen UI 08:08 Category Model 09:22 Category Repository 12:36 Category UI 13:26 Category Logic (Cubit) 26:52 Prod...
Ecommerce App using Flutter and NodeJS | Part 2 - Frontend | Ep. 2 - Sign Up and Persistence | Hindi
Просмотров 1,8 тыс.Год назад
For 1 on 1 sessions: topmate.io/rohitsemriwal Source Code: github.com/rohitsemriwal/ecommerce-yt Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 In this video, we'll be creating the Sign Up flow and setting up User Persistence in our Ecommerce App. Chapters 00:00 Introduction 00:27 Form Validation 08:08 Sign Up Screen 16:38 Navigating to Home 24:57 User Persistence 35:05 Splash Screen 42:40 Sig...
Ecommerce App using Flutter and NodeJS | Part 2 - Frontend | Ep. 1 - Setting Up | Hindi
Просмотров 4,5 тыс.Год назад
Source Code: github.com/rohitsemriwal/ecommerce-yt Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 In this video, we'll be setting up the frontend for our ecommerce app using Flutter. Chapters 00:00 Introduction 00:44 Launch Backend 01:51 Folder Structure 03:15 API Setup in Flutter 16:19 User Model 18:25 User Repository 27:55 Generated Routes 32:41 Log In UI 35:29 UI Constants 43:20 UI Componen...
Ecommerce App using Flutter and NodeJS | Part 1 - Backend | Hindi
Просмотров 10 тыс.Год назад
Source Code: github.com/rohitsemriwal/ecommerce-yt Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 In this video, we'll be setting up a simple backend for our Ecommerce App using NodeJS. Chapters 00:00 Introduction 01:51 Setup 11:33 Connecting to MongoDB 14:47 Users 41:26 Categories 55:38 Products 01:06:00 Carts 01:27:25 Orders 01:44:00 Wrapping Up Don't forget to subscribe so you don't miss ou...
1 on 1 Video Call App using ZEGOCLOUD in Flutter | ZEGOCLOUD UI Kit | Hindi
Просмотров 3,8 тыс.Год назад
Sign up for 10,000 free minutes: bit.ly/3jyzOPl Find out more about ZEGOCLOUD: bit.ly/3VFR96F How to build video call app: bit.ly/3WLEbVO In this video, we'll be creating a simple 1 on 1 Video Call app using ZegoCloud. ZEGOCLOUD is a global cloud communication service provider that was founded in June 2015. ZEGOCLOUD enables enterprises and developers to easily and quickly obtain real-time audi...
API Handling using flutter_bloc and dio | Cubit + Dio with Interceptor | Hindi
Просмотров 21 тыс.2 года назад
Sign up for 10,000 free minutes: bit.ly/3jyzOPl Find out more about ZEGOCLOUD: bit.ly/3VFR96F How to build video call app: bit.ly/3WLEbVO Source Code: github.com/rohitsemriwal/api-handling-bloc-yt Join the Telegram Group: t.me/ uOZQTwk5cFo2NTM1 If you wanna learn 1 on 1 from me, DM me on Instagram (@rohitsemriwal): rohitsemriwal Chapters: 00:00 Introduction 00:19 Folder Structure ...
Local Notifications in Flutter | flutter_local_notifications package | Hindi
Просмотров 14 тыс.2 года назад
Sign up for 10,000 free minutes: bit.ly/3jyzOPl Find out more about ZEGOCLOUD: bit.ly/3VFR96F How to build video call app: bit.ly/3WLEbVO Source Code: github.com/rohitsemriwal/local-notifications-yt If you wanna learn 1 on 1 from me, DM me on Instagram (@rohitsemriwal): rohitsemriwal Chapters: 00:00 Introduction 00:11 Setup 00:42 Initializing Local Notifications 06:33 Showing Noti...
Making a Chat App in Flutter v2 #11 | Some small fixes | Hindi
Просмотров 5 тыс.2 года назад
Sign up for 10,000 free minutes: bit.ly/3jyzOPl Find out more about ZEGOCLOUD: bit.ly/3VFR96F How to build video call app: bit.ly/3WLEbVO GitHub: github.com/slantcode/chatapp If you wanna learn 1 on 1 from me, DM me on Instagram (@rohitsemriwal): rohitsemriwal Chapters: 00:00 Introduction 00:45 Problem 1 - Needs Index for every new user 09:58 Problem 2 - Image Cropper uses a diffe...
Firebase with Flutter | Ep. 5 - Firebase Messaging | Send Push Notifications using Firebase | Hindi
Просмотров 7 тыс.2 года назад
Sign up for 10,000 free minutes: bit.ly/3jyzOPl Find out more about ZEGOCLOUD: bit.ly/3VFR96F How to build video call app: bit.ly/3WLEbVO GitHub Link: github.com/rohit-semriwal/firebase-series-yt Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 Paid Flutter & Node.js Courses available, for details DM me on Instagram (@rohitsemriwal): rohitsemriwal or Email me: rohitsemriwal@gmail.c...
Firebase with Flutter | Ep. 4 - Firebase Storage | Uploading Images to Firebase Storage | Hindi
Просмотров 6 тыс.2 года назад
Sign up for 10,000 free minutes: bit.ly/3jyzOPl Find out more about ZEGOCLOUD: bit.ly/3VFR96F How to build video call app: bit.ly/3WLEbVO GitHub Link: github.com/rohit-semriwal/firebase-series-yt Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 Paid Flutter & Node.js Courses available, for details DM me on Instagram (@rohitsemriwal): rohitsemriwal or Email me: rohitsemriwal@gmail.c...
Firebase with Flutter | Ep. 3 - Cloud Firestore | Part 2 - Filtering and Ordering Data | Hindi
Просмотров 4,7 тыс.2 года назад
Sign up for 10,000 free minutes: bit.ly/3jyzOPl Find out more about ZEGOCLOUD: bit.ly/3VFR96F How to build video call app: bit.ly/3WLEbVO GitHub Link: github.com/rohit-semriwal/firebase-series-yt Join the Telegram group: t.me/ uOZQTwk5cFo2NTM1 Paid Flutter & Node.js Courses available, for details DM me on Instagram (@rohitsemriwal): rohitsemriwal or Email me: rohitsemriwal@gmail.c...
Firebase with Flutter | Ep. 3 - Cloud Firestore | Part 1 - Basic CRUD and StreamBuilder | Hindi
Просмотров 11 тыс.2 года назад
Firebase with Flutter | Ep. 3 - Cloud Firestore | Part 1 - Basic CRUD and StreamBuilder | Hindi
Firebase with Flutter | Ep. 2 - Firebase Auth | Part 2 - Sign In with Phone Number | Hindi
Просмотров 8 тыс.2 года назад
Firebase with Flutter | Ep. 2 - Firebase Auth | Part 2 - Sign In with Phone Number | Hindi
Firebase with Flutter | Ep. 2 - Firebase Auth | Part 1 - Sign In with Email/Password | Hindi
Просмотров 14 тыс.2 года назад
Firebase with Flutter | Ep. 2 - Firebase Auth | Part 1 - Sign In with Email/Password | Hindi
Firebase with Flutter | Ep. 1 - Setting up a Project | Firebase CLI Method | Hindi
Просмотров 27 тыс.2 года назад
Firebase with Flutter | Ep. 1 - Setting up a Project | Firebase CLI Method | Hindi
Generated Routes in Flutter | Managing Routes like a Pro | Hindi
Просмотров 11 тыс.2 года назад
Generated Routes in Flutter | Managing Routes like a Pro | Hindi
Phone Authentication using BLoC | BLoC Explanation and Usage | Hindi
Просмотров 19 тыс.2 года назад
Phone Authentication using BLoC | BLoC Explanation and Usage | Hindi
BLoC in Flutter | Ep. 3 - Form Validation using BLoC | BLoC Explanation and Usage | Hindi
Просмотров 30 тыс.2 года назад
BLoC in Flutter | Ep. 3 - Form Validation using BLoC | BLoC Explanation and Usage | Hindi
BLoC in Flutter | Ep. 2 - Using Cubits | BLoC Explanation and Usage | Hindi
Просмотров 24 тыс.2 года назад
BLoC in Flutter | Ep. 2 - Using Cubits | BLoC Explanation and Usage | Hindi
BLoC in Flutter | Ep. 1 - BLoC, Events and States | BLoC Explanation and Usage | Hindi
Просмотров 82 тыс.2 года назад
BLoC in Flutter | Ep. 1 - BLoC, Events and States | BLoC Explanation and Usage | Hindi
Notes App using Flutter & Node.js | Frontend Ep. 3 - Finishing | BLoC Course Coming Soon! | Hindi
Просмотров 4 тыс.2 года назад
Notes App using Flutter & Node.js | Frontend Ep. 3 - Finishing | BLoC Course Coming Soon! | Hindi
Notes App using Flutter & Node.js | Frontend Ep. 2 - Add, Update and Delete using API | Hindi
Просмотров 4,1 тыс.2 года назад
Notes App using Flutter & Node.js | Frontend Ep. 2 - Add, Update and Delete using API | Hindi
Notes App using Flutter & Node.js | Frontend Ep. 1 - Models and working with User Interface | Hindi
Просмотров 6 тыс.2 года назад
Notes App using Flutter & Node.js | Frontend Ep. 1 - Models and working with User Interface | Hindi
Notes App using Flutter & Node.js | Backend Ep. 4 - Deploying Node.js Server on Heroku | Hindi
Просмотров 5 тыс.2 года назад
Notes App using Flutter & Node.js | Backend Ep. 4 - Deploying Node.js Server on Heroku | Hindi
Notes App using Flutter & Node.js | Backend Ep. 3 - Creating Routes and Handling Data | Hindi
Просмотров 8 тыс.2 года назад
Notes App using Flutter & Node.js | Backend Ep. 3 - Creating Routes and Handling Data | Hindi
Notes App using Flutter & Node.js | Backend Ep. 2 - Connecting to MongoDB and using Postman | Hindi
Просмотров 7 тыс.2 года назад
Notes App using Flutter & Node.js | Backend Ep. 2 - Connecting to MongoDB and using Postman | Hindi

Комментарии

  • @usmanabbas7452
    @usmanabbas7452 4 дня назад

    Help ful video

  • @jubairshompod3353
    @jubairshompod3353 5 дней назад

    i am form bangladesh

  • @jubairshompod3353
    @jubairshompod3353 5 дней назад

    thanks vai

  • @Webdesignanddevelopment
    @Webdesignanddevelopment 8 дней назад

    MasahAllah, helpful tutorial. Thanks

  • @thefearlesspredators.7803
    @thefearlesspredators.7803 19 дней назад

    Your excellent explainer 🤙🏻

  • @flutterdeveloper786
    @flutterdeveloper786 21 день назад

    Amazing video. I am really happy to watch this video and now bloc part has been cleared. Completely understandable video and well explained. I appreciate . I would request to you please make a video on SOLID principles and flutter_isolate . I really need to understand a video on isolate.. Please make one video on this. Thanks.

  • @piyushkumar3997
    @piyushkumar3997 22 дня назад

    love the teaching way

  • @piyushkumar3997
    @piyushkumar3997 25 дней назад

    completed this series i loved it just shared preference and login is missing you should add

  • @piyushkumar3997
    @piyushkumar3997 27 дней назад

    User render as alternative

  • @sapy4124
    @sapy4124 29 дней назад

    Nice explanation bro

  • @nicedoodly6392
    @nicedoodly6392 Месяц назад

    very very thanks bro

  • @diwakaryadav8011
    @diwakaryadav8011 Месяц назад

    flutter, node js and CURD applied by using mysql

  • @Admin_REX
    @Admin_REX Месяц назад

    rohit bhai ek no yrr maza aagya kya simple way mai bataya aap ne thanks

  • @Manishkumar-wt9tf
    @Manishkumar-wt9tf Месяц назад

    Thank you sir for this this series. By the way when did you start learning flutter?

  • @MohsinIkram-y7j
    @MohsinIkram-y7j Месяц назад

    Truly Jem..... Hats off...

  • @Syed-l6h
    @Syed-l6h Месяц назад

    very good learning material on bloc and cubit

  • @IndianAkkiPrajapati
    @IndianAkkiPrajapati Месяц назад

    complete flutter apse kaise pde

  • @arafatsaleh1218
    @arafatsaleh1218 Месяц назад

    thank you so much keep going you are our hero !!

  • @Manishkumar-wt9tf
    @Manishkumar-wt9tf Месяц назад

    Ye thora tough laga compare to part 1, lagta 4, 5 bar dekhne ke bad 100 percent samajh aa jaye.😁

  • @mvjadav6391
    @mvjadav6391 Месяц назад

    Can you please make Form Validation using Cubit?

  • @mvjadav6391
    @mvjadav6391 Месяц назад

    Can you please make Form Validation using Cubit?

  • @Manishkumar-wt9tf
    @Manishkumar-wt9tf Месяц назад

    update order status me catch wala block execute ho raha hai, baki code same hai

  • @rahulberarollno-2046
    @rahulberarollno-2046 Месяц назад

    What a Explanation 🎉❤

  • @Manishkumar-wt9tf
    @Manishkumar-wt9tf Месяц назад

    sir, mere suggestion nhi aa rha hai, jise findById(), solution?

  • @dooglive922
    @dooglive922 Месяц назад

    Can you put English subtitles?

  • @hammadrafaqat9346
    @hammadrafaqat9346 2 месяца назад

    aslam o alaikum.sir homepage py chats ni show ho rai ...issue smjh ni a rha

  • @programmerworld5018
    @programmerworld5018 2 месяца назад

    are you using mongoDB???

  • @DhruvinPanchani
    @DhruvinPanchani 2 месяца назад

    nnice

  • @DhruvinPanchani
    @DhruvinPanchani 2 месяца назад

    Very nice

  • @DhruvinPanchani
    @DhruvinPanchani 2 месяца назад

    Very very nice bro It's very Use full.

  • @dpxy1599
    @dpxy1599 2 месяца назад

    bhai code bhi de diya kar

  • @dpxy1599
    @dpxy1599 2 месяца назад

    Kaafi clear ho chuka hai ab bas khud se implement karna baki h

  • @anushkasingh5489
    @anushkasingh5489 2 месяца назад

    Will we use any restful api in this?? In upcoming lectures?

  • @vishalgarna12
    @vishalgarna12 2 месяца назад

    Maja abhi gayo baapu

  • @WildleTrot
    @WildleTrot 2 месяца назад

    when i enter the phone number other than the testing number which i enter in firebase it gives this error SMS verification code request failed: unknown status code: 17499 BILLING_NOT_ENABLED

  • @manishgautam2424
    @manishgautam2424 2 месяца назад

    i am facing issue with compute as i want to refresh accesstoken and want to store there in hivebox but the issue is that i am running dio and interceptor in compute

  • @sasee-9977
    @sasee-9977 3 месяца назад

    Ios please

  • @nomanbaloch6063
    @nomanbaloch6063 3 месяца назад

    sir ak getX ki bhi series start karain, waqai main aapka samjhaya hua achay se samjh ata hai

  • @BigBrainsz
    @BigBrainsz 3 месяца назад

    I am also a flutter tutor... But bruh youhhh ..... Really Jem :) Means it's totally simplest tutorial and the way you explained and later at the end you provided the summary that explains what we have just did is extremely awesome teaching method... Simply Loved it.

  • @ahadmemon2423
    @ahadmemon2423 3 месяца назад

    Hey, restarting app creates new chatroom for the users which should not be there, kya error hoga ? Aur listview mein bhi data null show ho raha hai chatroom mein

  • @testid02
    @testid02 3 месяца назад

    best

  • @tarunjain134
    @tarunjain134 3 месяца назад

    How much javascript is needed to start with nodejs backend in flutter?.

  • @syedzakriya4697
    @syedzakriya4697 3 месяца назад

    Ultimate explanation bhai... Thank you for the video.... keep up the good work

  • @jagwindersingh836
    @jagwindersingh836 3 месяца назад

    Bohut accha padhate ho bhai.tum jio hazaron saal.saal mein din ho ek hazaar.

  • @nbits7433
    @nbits7433 3 месяца назад

    Great work.

  • @bilalnadeem1885
    @bilalnadeem1885 4 месяца назад

    ❤❤

  • @RajatKumar-jj8zr
    @RajatKumar-jj8zr 4 месяца назад

    love from nepal

  • @vedcreators-hx8ic
    @vedcreators-hx8ic 4 месяца назад

    Aapke explain karne ka tarika sabse best hai❤ Please yaar aap video upload karo Aapko video kare kafi time ho gya hai atleast 5 5 minutes ki video karo chalega

  • @paprighosh6063
    @paprighosh6063 4 месяца назад

    sir can we store data and access data in firebase only for 30 days? please sir reply it is very urgent🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏