Rohit Semriwal
Rohit Semriwal
  • Видео 65
  • Просмотров 577 479
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 056

Видео

Ecommerce App using Flutter and NodeJS | Part 2 - Frontend | Ep. 6 - Handling Orders | 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 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,1 тыс.Год назад
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,6 тыс.Год назад
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,7 тыс.Год назад
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,7 тыс.Год назад
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,2 тыс.Год назад
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
Просмотров 9 тыс.Год назад
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,7 тыс.Год назад
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
Просмотров 20 тыс.Год назад
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 тыс.Год назад
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 тыс.Год назад
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
Просмотров 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. 4 - Firebase Storage | Uploading Images to Firebase Storage | 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 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,4 тыс.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
Просмотров 10 тыс.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
Просмотров 7 тыс.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
Просмотров 13 тыс.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
Просмотров 25 тыс.2 года назад
Firebase with Flutter | Ep. 1 - Setting up a Project | Firebase CLI Method | Hindi
Generated Routes in Flutter | Managing Routes like a Pro | Hindi
Просмотров 10 тыс.2 года назад
Generated Routes in Flutter | Managing Routes like a Pro | Hindi
Phone Authentication using BLoC | BLoC Explanation and Usage | Hindi
Просмотров 18 тыс.2 года назад
Phone Authentication using BLoC | BLoC Explanation and Usage | Hindi
BLoC in Flutter | Ep. 3 - Form Validation using BLoC | BLoC Explanation and Usage | Hindi
Просмотров 29 тыс.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
Просмотров 23 тыс.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
Просмотров 79 тыс.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
Просмотров 3,8 тыс.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 тыс.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
Просмотров 7 тыс.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

Комментарии

  • @BigBrainsz
    @BigBrainsz День назад

    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 2 дня назад

    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

  • @user-bw2wl7ug3g
    @user-bw2wl7ug3g 3 дня назад

    best

  • @tarunjain134
    @tarunjain134 14 дней назад

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

  • @syedzakriya4697
    @syedzakriya4697 14 дней назад

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

  • @jagwindersingh836
    @jagwindersingh836 17 дней назад

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

  • @nbits7433
    @nbits7433 20 дней назад

    Great work.

  • @flutterdart.live_
    @flutterdart.live_ 21 день назад

    bhai Dart OOPs Concepts ki playlist banao. explain ways accha hain... Thank You.

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

    ❤❤

  • @RajatKumar-jj8zr
    @RajatKumar-jj8zr 25 дней назад

    love from nepal

  • @vedcreators-hx8ic
    @vedcreators-hx8ic 26 дней назад

    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 29 дней назад

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

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl Месяц назад

    Could not find the correct Provider<StateStreamable<Object?>> above this BlocBuilder<StateStreamable<Object?>, Object?> Widget This happens because you used a `BuildContext` that does not include the provider of your choice. There are a few common scenarios: sir i m getting this in this code what is solution?

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

    Best I think you have to start again uploading videos

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl Месяц назад

    sir i have a que in companies which concepts are used to builtd the app i.e provider? bloc? cubid? or else? i am a novice and wanna learn flutter in a way that can be used by comapnies

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl Месяц назад

    super explanation on this topic i have ever seen on youtube..wonderful

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

    I managed to get the test ad unit running and it got displayed in my home page. But upon starting the app again, the ad is not displayed but there is the log message saying Homepage bannerAd loaded! Please help. I tried adding delay but upon starting anew, ad does not show up.

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

    How can I schedule an everyday notification on a particular time

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

    teaching skills👌👌...thank you very much sir

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

    i think you deserve millions of subscribers due to your nice teaching style ❤️💐

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

    main bohat kum logon ka fan hota hu lakin ap ka ho gya hu stay blessed sir nice teaching style ❤️❤️❤️😁

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

    nice

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

    i also don't usually comment on youtube. but you, my friend, your video is AWESOME.

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

    sir isse abhi or describe kro bhaut accha [daya apne lekin kch concept miss ho rhe abhi to sir toda or details m pdao apka pdane ka terika bhaut accha h

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

    Can somone explain ? If i register new acc and then login . Error shows supplied auth credential is incorrect or has expired ?

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

    The problem is my home page are not showing last message ? What is the reason

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

    ThankYou Sir......U are the best teacher👍👍🙏🙏👌👌💪💪💪💪💪

  • @YashBhalodiya-xe2qp
    @YashBhalodiya-xe2qp 2 месяца назад

    else { try { await FirebaseAuth.instance.createUserWithEmailAndPassword( email: email, password: password, ); log("User Created!"); } on FirebaseAuthException catch (ex) { log(ex.code.toString()); } } When I press the button, why do I get `[log] channel-error`?

  • @DarshanJethva-ii5bu
    @DarshanJethva-ii5bu 2 месяца назад

    bro why did you not use multer for file upload ?

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

    Bhut videos dekhi thi kuch smj ni aaya ....Bhai kamaal ki video thi sab smj aagya 🙏thanks

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

    import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:myapp/blocs/internet_bloc/internet_event.dart'; import 'package:myapp/blocs/internet_bloc/internet_state.dart'; import 'package:connectivity_plus/connectivity_plus.dart'; class InternetBloc extends Bloc<InternetEvent, InternetState> { final Connectivity _connectivity = Connectivity(); InternetBloc() : super(InternetInitialState()) { on<InternetLostEvent>((event, emit) => emit(InternetLostState())); on<InternetGainedEvent>((event, emit) => emit(InternetGainedState())); _connectivity.onConnectivityChanged.listen((List<ConnectivityResult> results) { if (results.contains(ConnectivityResult.none)) { add(InternetLostEvent()); } else { add(InternetGainedEvent()); } }); } } // FOR connectivity_plus

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

    clear sir make a series on bloc clean architecture

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

    Reall device mai banner ad nahi dikha raha hai debug pe dekhata hai keise fix karu?

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

      Upload your app to the Play Store. Ads won't work on a real device without uploading to the Play Store.

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

      @@RohitSemriwal upload hai lekin ye mai usi app ko pehele java me tha ab flutter mai code kar raha hu

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

    This playlist is too underrated!

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

    You are the boss of teaching, i wont say only flutter or bloc, but your teaching power is God gifted, best of luck

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

    Badiya bro

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

    Best tutorial bro ❤❤❤

  • @PriyaGupta-pf7ub
    @PriyaGupta-pf7ub 3 месяца назад

    It was awesome video. Clearly explained. Thanks for such a video. 😊

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

    bhai, I have one question regarding bloc! Let's say I'm using UserBloc and there is a state called UserInvalidFormState in it jisko main tab emit krta hoon jab user apni profile detail update kar raha aur tab koi error rehta validation related but iss se hota kya hain ki UserLoggedInState is no longer available where I'm displaying user profile detail, toh bhai iss problem ko kaise tacle karre?

  • @user-ok3uw5el4h
    @user-ok3uw5el4h 3 месяца назад

    sir raise crypto apps main realtime update Hota hai too uske like hame timer hi use Karna hoga na

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

      You should use socket connections for that. Timers will be too expensive.

    • @user-ok3uw5el4h
      @user-ok3uw5el4h 3 месяца назад

      @@RohitSemriwal do you have any video about it or please make one

  • @PriyaGupta-pf7ub
    @PriyaGupta-pf7ub 4 месяца назад

    Best video😊

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

    bhai, kahan chale gaye aap! It's been a long time since you have released any video

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

      I've been busy with work.. I'll be uploading a new video next week!

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

      @@RohitSemriwal glad to hear that, bhai! Bhai agar ho sake toh kuch complete app development par tutorial lekar aayo jaise pelhe lekar aaye aap (flutter complete app + Rest API + BLOC state management)

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

      Bhai chahiye Iss par aap paid course le aayo, I will be happy to purchase it

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

      @@shaktigoyal1450 Coming soon!

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

    Bro multi provider bi suna tha , wo kia hota ha

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

    Since no one has posted about the delete statement and i have figured it out on my own toh, i am leaving the line of code for you guys but check it only after you tried to yourself first . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . here, you go snapshot.data!.docs[index].reference.delete();

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

    what is the name of the theme you are using?

  • @user-nv7sb4zq5s
    @user-nv7sb4zq5s 4 месяца назад

    best teacher

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

    Is Coingeco API free? Bro..

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

    Target of URI doesn't exist: 'package:firebase_core/firebase_core.dart'.

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

    type 'null' is not a subtype of type 'bool' it is showing error when i hit the login button but in console show sucess true and login body data in console is correct . How to fix this error . Reply sir please...