Hussain Mustafa
Hussain Mustafa
  • 90
  • 562 166
Flutter Stripe Payments Tutorial | Accept Payments Within Flutter Application
💼 Book a meeting: cutt.ly/Pegxp5rA
💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA
In this video we will take a look at integrating Stripe payments within our Flutter application. We will create a Flutter application that will help us implement in-app payments within our application using Stripe payment processor and Flutter. We will discuss how to setup the Flutter Stripe SDK, attain the necessary API Keys, create the required Payment Intent and then show the appropriate payment form to process the payment. Furthermore, we will discuss all of the best practices when it comes to working with Stripe payments within Flutter and integrating the flutter_stripe package. This is an excellent guide for beginner Flutter developers, or anyone looking to learn about implementing payments using Stripe within their Flutter application.
Resources:
Source Code: cutt.ly/mejiU93U
Stripe: stripe.com/
Stripe Create Payment Intent: docs.stripe.com/api/payment_intents/create?lang=curl
Flutter Stripe: pub.dev/packages/flutter_stripe
Dio: pub.dev/packages/dio
Socials:
Website: hussainmustafa.com
Github: github.com/hussain-mustafa990
LinkedIn: www.linkedin.com/in/hussain-mustafa-960920184/
Twitter: Hussain34274892
Buy Me A Coffee: www.buymeacoffee.com/hussainmustafa
#flutter #learnflutter #flutterdevelopment #fluttertutorialforbeginners
Переглядів: 1 511

Відео

Do THIS To 10x Your App Revenue
Переглядів 68714 днів тому
Try Superwall: rebrand.ly/SuperwallHussain In this video I'll be discussing Superwall, a fantastic tool to build & remotely manage paywalls for your applications. We will take a look at creating, displaying & managing paywalls within our Flutter application using Superwall. Furthermore, I'll show you all the best practices when it comes to implementing Paywalls using Superwall, and then setting...
Flutter URL Launcher Tutorial | Launch Web, Email, Phone & SMS URL's within Flutter
Переглядів 55814 днів тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video we will take a look at launching URLS from within our Flutter application. We will create a Flutter application that will help us learn everything when it comes to implementing url launch actions within out application. We will discuss how to launch urls of different types such as web, email, sms, telep...
Cool Tools That've 10x My Productivity
Переглядів 94814 днів тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video I'll be discussing some of the cool tools I've been using lately. We will take a look at both dev and non-dev tools that have helped me increase my productivity, and produce more high quality results for my personal and professional projects. These tools include things such as PocketBase an excellent ba...
Flutter Animations Tutorial | Beginner Friendly Animation Guide Flutter
Переглядів 1,1 тис.21 день тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video we will take a look at working with animations within Flutter. We will create a Flutter application that will help us learn everything when it comes to implementing Animations within our Flutter applications. We will discuss about Implicit vs Explicit Animations, as well as widgets provided to us by Flu...
Dart Null Safety Introduction | Flutter Null Safety Explained
Переглядів 61728 днів тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video we will discuss the concept of null safety in Dart/Flutter. We will be taking a look at all the important concepts of null safety within Dart such as Nullable vs. Non-Nullable Variables, Null Aware Operators, Error Handling, Function Calling, and late keyword. I'll be sharing with you guys details regar...
Flutter Bottom Modal Sheet Tutorial | Popup Modal Flutter Guide
Переглядів 624Місяць тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video we will take a look at working with Bottom Modal Sheet within Flutter. We will create a Flutter application that features a Bottom Modal Sheet Widget, and through building the application learn all about BottomModalSheets. We will learn all of the important concepts when it comes to working with Popup m...
Flutter Grid View Tutorial | ScrollableGrid View Builder Guide
Переглядів 616Місяць тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video we will take a look at working with Grid Views within Flutter. We will create a Flutter application that features an Instagram like Grid View, and through building the application learn all about Grid View Widget in Flutter. We will learn all of the important concepts when it comes to working with GridV...
Flutter Async/Await & Futures Tutorial - Dart Asynchronous Programming Guide
Переглядів 1,4 тис.Місяць тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video we will discuss the concept of asynchronous programming in Dart/Flutter. We will be taking a look at all the important concepts of async programming such as Async & Await, Futures, Error Handling & Method Chaining. I'll be sharing with you guys details regarding problems that most people face when tryin...
Flutter Pin Input Field Tutorial | Flutter OTP Verification Screen Guide
Переглядів 1,8 тис.Місяць тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video we will take a look at creating an OTP verification screen using Flutter. We will be creating a fully functional One Time Password Verification screen using the PinInput widget & Flutter development framework. We will utilize the PinInput package to achieve this functionality within our application. The...
Flutter Data Table Tutorial | Flutter Table Widget Guide
Переглядів 1,5 тис.Місяць тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video we will take a look at creating Data Tables within Flutter. We will be creating a fully functional data table in Flutter using the Data Table widget provided to us by the framework. The data table will display information to the user in the form of rows & columns, and we'll also take a look at sorting d...
5 Tips to become a Flutter Master, Secrets I've learned over 6 YEARS.
Переглядів 3,4 тис.Місяць тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video I share my top 5 tips to become a senior Flutter developer. I'll be sharing with you guys details regarding problems that most people face when learning/developing applications using Flutter, and how to overcome these issues. Moreover we will talk about what you can do as a developer to increase your pr...
Python Image Captioning Tutorial | Image To Text Blip Python Guide
Переглядів 409Місяць тому
💼 Book a meeting: cutt.ly/Pegxp5rA In this video we will build a python script that will allow us to caption any image that we pass to it, and provide us with a description of what the image is. We will take a look at working with the Blip model as well as Huggingfaces transformers library to build this script. We will also build a gradio interface that will allow us to create a web UI through ...
Do this to Land a Flutter developer Job Today!
Переглядів 2,6 тис.Місяць тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video I talk about how to secure a job as a Flutter developer. I'll also be showcasing to you some guys the process I've followed in the past to secure high-paying Flutter development positions. I'll be sharing tips regarding how beginners can land their first job in the developer market, and how they can pos...
Flutter Camera App Tutorial | Access Device Camera, Take & Save Pictures/Video
Переглядів 1,2 тис.Місяць тому
💼 Book a meeting: cutt.ly/Pegxp5rA 💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA In this video we will take a look at creating a camera app using Flutter. We will be creating a fully functional application that will allow the user to access a live feed of the devices camera, and allow the user to take a picture using the device camera and then save this image into the devices photo gallery/on dev...
Flutter Search Bar TextField Tutorial - Search & Filter Data In Flutter
Переглядів 2,1 тис.Місяць тому
Flutter Search Bar TextField Tutorial - Search & Filter Data In Flutter
My Visual Studio Code Setup for Mobile App Development
Переглядів 2,7 тис.2 місяці тому
My Visual Studio Code Setup for Mobile App Development
Complete Flutter Riverpod Course | Riverpod State Management Flutter Tutorial
Переглядів 7 тис.2 місяці тому
Complete Flutter Riverpod Course | Riverpod State Management Flutter Tutorial
Record Audio Flutter App Tutorial | Capturing & Playing Audio Using Flutter
Переглядів 2,1 тис.2 місяці тому
Record Audio Flutter App Tutorial | Capturing & Playing Audio Using Flutter
Flutters Next Big Release? Whats new in Flutter 3.22. (Google IO 2024)
Переглядів 5 тис.2 місяці тому
Flutters Next Big Release? Whats new in Flutter 3.22. (Google IO 2024)
Python Local Text To Speech Coqui TTS | Generate Audio From Text Using Python
Переглядів 2,7 тис.2 місяці тому
Python Local Text To Speech Coqui TTS | Generate Audio From Text Using Python
Internet Connection Check Flutter | Check Internet Connection Like A Pro Flutter Develope
Переглядів 3,4 тис.2 місяці тому
Internet Connection Check Flutter | Check Internet Connection Like A Pro Flutter Develope
Google Kills Flutter? What Is Happening With Flutter.
Переглядів 14 тис.2 місяці тому
Google Kills Flutter? What Is Happening With Flutter.
Flutter Toast Message Tutorial | Popup Messages Flutter Guide
Переглядів 1,5 тис.2 місяці тому
Flutter Toast Message Tutorial | Popup Messages Flutter Guide
Python Age & Gender Detection Tutorial | Python OpenCV & CNN Guide
Переглядів 9352 місяці тому
Python Age & Gender Detection Tutorial | Python OpenCV & CNN Guide
Flutter Local Authentication Tutorial - Flutter Face ID & Fingerprint Authentication Guide
Переглядів 6 тис.2 місяці тому
Flutter Local Authentication Tutorial - Flutter Face ID & Fingerprint Authentication Guide
These Dart Tips Will Change Your Life
Переглядів 1,4 тис.2 місяці тому
These Dart Tips Will Change Your Life
Python RAG Tutorial | AI For PDF using Python
Переглядів 2 тис.2 місяці тому
Python RAG Tutorial | AI For PDF using Python
Flutter SQFlite CRUD Tutorial | SQL Database Storage In Flutter using SQLite
Переглядів 9 тис.2 місяці тому
Flutter SQFlite CRUD Tutorial | SQL Database Storage In Flutter using SQLite
The Ultimate Flutter Dev Dependency
Переглядів 1,2 тис.3 місяці тому
The Ultimate Flutter Dev Dependency

КОМЕНТАРІ

  • @francislydz4234
    @francislydz4234 День тому

    klukluklukluklukuluklluk

  • @algorithmo134
    @algorithmo134 День тому

    Thank you. I subscribed to your channel. I am having issue with gallery picker. I have added the ios configurations code needed for ios permission but it still ask me to enable permissions. How can I resolve this?

    • @m_hussain_mustafa
      @m_hussain_mustafa День тому

      Have you added the appropriate permission within the info.plist file.

    • @algorithmo134
      @algorithmo134 День тому

      @@m_hussain_mustafa I followed your video and added <key>NSPhotoLibraryUsageDescription</key> <string>Privacy - Photo Library Usage Description</string> <key>NSMotionUsageDescription</key> <string>Motion usage description</string> <key>NSPhotoLibraryAddUsageDescription</key> <string>NSPhotoLibraryAddUsageDescription</string>

  • @algorithmo134
    @algorithmo134 День тому

    Please help. I am using ios simulator and it says media access is required. I do not see my app name in the settings. Also I can't register for ios in Firebase since the flutterfire configure automatically generate the info plist file for me.

  • @angelromerobarragan1146
    @angelromerobarragan1146 День тому

    what extensions do you use?

    • @m_hussain_mustafa
      @m_hussain_mustafa День тому

      I already have a video on my channel showcasing my vscode and flutter development setup.

  • @lucameinardi197
    @lucameinardi197 День тому

    Whi I have this problem, I can't start the program E/flutter (28797): [ERROR:flutter/runtime/dart_isolate.cc(146)] Could not prepare isolate. E/flutter (28797): [ERROR:flutter/runtime/runtime_controller.cc(487)] Could not create root isolate. E/flutter (28797): [ERROR:flutter/shell/common/shell.cc(686)] Could not launch engine with configuration.

  • @gustavozanfrapaitch5477
    @gustavozanfrapaitch5477 День тому

    Thanks for that! Awesome! Would be great to see another video showing the Google Play side, as creating products, not only subscriptions but also consumable, and how to implement it in your app.

    • @m_hussain_mustafa
      @m_hussain_mustafa День тому

      Thank you. The logic should be the same for both iOS and Android, as well as implementing consumables. But I'll try to create a more detailed video on this topic.

    • @gustavozanfrapaitch5477
      @gustavozanfrapaitch5477 День тому

      @@m_hussain_mustafa Cool! Thanks again! I feel that there's a lack of this kind of content for Flutter in general. Some tutorial about it will certainly help a lot of people.

  • @srinuvasarao5183
    @srinuvasarao5183 2 дні тому

    Bro if Possible can you make a video on build flavors in flutter on your next video. At present I following all your videos which are very very useful for , Your excellently explaining all so kindly make a video on build flavors which will be very helpful to the people like me who are waiting to learn it.

    • @m_hussain_mustafa
      @m_hussain_mustafa 2 дні тому

      Will try

    • @srinuvasarao5183
      @srinuvasarao5183 2 дні тому

      @@m_hussain_mustafa Yes bro Thank you soo much make a try because it is one of the important concept in flutter may be so many people like me are searching for this concept, but no body is explaining properly , after watching all your videos I'm expecting that your going to do it great.

  • @arushigupta8399
    @arushigupta8399 2 дні тому

    i keep getting 404 error from Gemini when I submit an image

  • @safabeauty8910
    @safabeauty8910 2 дні тому

    Thank you!

  • @vihangaharshana
    @vihangaharshana 2 дні тому

    thanks man i been trying to make the splash screen work for couple hours now. finally fixed it

  • @mr_ambivalence
    @mr_ambivalence 2 дні тому

    Any idea why it gives the "The getter 'docs' isn't defined for the type 'Object'. Try importing the library that defines 'docs', correcting the name to the name of an existing getter, or defining a getter or field named 'docs' " error for the line List todos = snapshot.data?.docs ?? [];

  • @mr_ambivalence
    @mr_ambivalence 3 дні тому

    Thank you for the great tutorail but can you please make the font size greater next time. It's problenatic to make it out when not in the full screen mode

  • @binsu6032
    @binsu6032 3 дні тому

    I learning your Flutter Course at Udemy and it great. It's helped me very much about my project. Hope you will have more video about Flutter. Thank you so much <3

  • @armenbabayan1458
    @armenbabayan1458 4 дні тому

    God bless you bro

  • @Andy-su9tn
    @Andy-su9tn 4 дні тому

    Hi how are things. I have been watching your videos and they are excellent. You could make a video tutorial of an example of a Blog app or similar where the bloc pattern could be implemented with firebase, basic functions such as (Create data, Get data, Update data, delete data, among others). 👍

    • @m_hussain_mustafa
      @m_hussain_mustafa 4 дні тому

      Thanks for the suggestion will try to create a video on this topic. :)

    • @Andy-su9tn
      @Andy-su9tn 3 дні тому

      @@m_hussain_mustafa excellent ☺️

  • @saqib2789
    @saqib2789 4 дні тому

    For me after adding the flutter_stripe package, I am unable to build apk/aab, when I try to do that it gives me a lot of error and at the last : *Your project needs higher version of Kotlin*

  • @gertoishuv9235
    @gertoishuv9235 5 днів тому

    Amazing! Phenomenal tutorial. Do not get scared by the length of the video. there is no dragging it out, he is just covering everything you need to know. Great job!

  • @BhagavathiRaja-n7v
    @BhagavathiRaja-n7v 5 днів тому

    Please add a time frames, it really helpful for us

  • @user-br5yx4qg3k
    @user-br5yx4qg3k 5 днів тому

    hi sir one doubt reply if you can. in my app there is premium subsctiption . its for learning purpost but will hosted in amazon appstore or play store. so the thing is to implment this feature do i have to regist in the console in app purchaes. users dont have to give the real money they can use the test mode and get the premium. so what should i do

  • @aestheticwildcat
    @aestheticwildcat 6 днів тому

    Hi, can you please make a video on how we can collaborate on Firebase with Flutter! I am working on an app with my team and facing some problems.

    • @m_hussain_mustafa
      @m_hussain_mustafa 6 днів тому

      Hi I already have multiple videos in Firebase and flutter on my channel.

  • @sa1n1v1pul
    @sa1n1v1pul 6 днів тому

    Sir where can i get the google maps api key.....your any video regarding this ??

  • @f-MoneyOfficial
    @f-MoneyOfficial 6 днів тому

    Thank you so much bro ❤

  • @umairop6252
    @umairop6252 6 днів тому

    As bro these api are for test, what I have to do for production mode . Kindly guide ?

    • @m_hussain_mustafa
      @m_hussain_mustafa 6 днів тому

      The video details the changes you have to make in production mode. Namely using production api keys instead of testing, and creating the payment intent on server side.

    • @umairop6252
      @umairop6252 5 днів тому

      ​@@m_hussain_mustafaok bro thank you so much , as you have explained very well , why do we have to deploy payment intent on the server side , now by searching I came to know how server side functions actually work and how to deploy it . 🎉❤

  • @WikkiOnIlluminati
    @WikkiOnIlluminati 7 днів тому

    You did a great job making this video.

  • @dhianprameswari3524
    @dhianprameswari3524 7 днів тому

    i got this error please help : Exception has occurred. OpenAIServerError (status code :500 message :{message: null, code: null, type: null} )

  • @parthrathod625
    @parthrathod625 7 днів тому

    As always great explanation.....🙏🏻🙏🏻😊😊

  • @tjselevani
    @tjselevani 7 днів тому

    this is exactly what I needed, thanks so much!!

  • @agungeka9281
    @agungeka9281 7 днів тому

    Thank you Hussain, its really helpful. With love from IDN

  • @dhianprameswari3524
    @dhianprameswari3524 7 днів тому

    can i use this but iwth gemini ai key instead ?

    • @m_hussain_mustafa
      @m_hussain_mustafa 7 днів тому

      I already have another tutorial on my channel on Gemini API check that out.

  • @user-hz4iq6uu9k
    @user-hz4iq6uu9k 8 днів тому

    We want more firebase content !

  • @user-hz4iq6uu9k
    @user-hz4iq6uu9k 8 днів тому

    Amazing Work !! Mustafa Sir Finally Completed it today !

  • @Dabayare
    @Dabayare 8 днів тому

    If you run flutter doctor now. It will show up more issues than I ever saw before.

    • @m_hussain_mustafa
      @m_hussain_mustafa 8 днів тому

      That has nothing to do with Flutter dying. Nothing is happening to Flutter.

  • @molvanaro33
    @molvanaro33 8 днів тому

    how to config firebase app (android and ios) with project?

    • @m_hussain_mustafa
      @m_hussain_mustafa 8 днів тому

      I show exactly that in this video.

    • @molvanaro33
      @molvanaro33 8 днів тому

      @@m_hussain_mustafa sry that my bad, btw thank you so much🤝

  • @victorozigbu1594
    @victorozigbu1594 8 днів тому

    heyyy Hussain my chat messages keeps on returning empty

    • @m_hussain_mustafa
      @m_hussain_mustafa 8 днів тому

      In firebase do your messages have content in them?

    • @victorozigbu1594
      @victorozigbu1594 8 днів тому

      @@m_hussain_mustafa yes, thank you i just resolved it

  • @destroyer6679
    @destroyer6679 8 днів тому

    Best video for google maps integration with flutter app. Thanks

  • @MeongBiyu
    @MeongBiyu 9 днів тому

    can you do step by step tutoria to obfuscate flutter apps both on android and ios?

    • @m_hussain_mustafa
      @m_hussain_mustafa 9 днів тому

      Hi thanks for the comment. I'll try my best to create a video on this topic.

  • @ManishRaichura
    @ManishRaichura 9 днів тому

    Thank you for this code easily to understand it.

  • @aliahmedburney3951
    @aliahmedburney3951 9 днів тому

    31:44 I'm stuck in an error of media query. when I write: MediaQuery.of(context).size.width*0.3 the error occurs on context

  • @CMSWebDev
    @CMSWebDev 10 днів тому

    Best Tutorial for Beginners I must say.❤ Keep making such videos on such advance Flutter topics.

  • @muhammadaqsam8523
    @muhammadaqsam8523 10 днів тому

    I have not recieve any response from gpt and my debug console look like this : Error 429 - You exceeded your current quota, please check your plan and billing details

    • @m_hussain_mustafa
      @m_hussain_mustafa 10 днів тому

      The error says you've reached your free quota limit for ChatGPT API, you have to enable billing and subscribe to a plan to proceed further.

    • @shaikshaheera5569
      @shaikshaheera5569 8 днів тому

      @@m_hussain_mustafa don't we have any free models??

  • @shafqatkhan8766
    @shafqatkhan8766 10 днів тому

    How to do that user can upload pdf file and gemini gives reponse on the basis of text in pdf with user prompt about pdf?

  • @jainambarbhaya1736
    @jainambarbhaya1736 10 днів тому

    perfect tutorial

  • @MuhammadAhmad-zc1il
    @MuhammadAhmad-zc1il 11 днів тому

    Please create a video on pdf generator and viewer in flutter which can also save pdf file.

  • @riteshjadhav5593
    @riteshjadhav5593 11 днів тому

    F for Flutter, F for Future - So guys don't worry we are the Future.

  • @geoffbomford2927
    @geoffbomford2927 11 днів тому

    Thanks @m_hussain_mustafa, that was an excellent tutorial

  • @KhyleSewpersaud
    @KhyleSewpersaud 11 днів тому

    thanks

  • @KhyleSewpersaud
    @KhyleSewpersaud 11 днів тому

    thanks

  • @HassanAli-od8gx
    @HassanAli-od8gx 11 днів тому

    Most Awaited Tutorial♥ Looking forward to get the Push Notifications using Firebase tutorial soon.

  • @just_a_random_guy8174
    @just_a_random_guy8174 12 днів тому

    i am getting a problem, whenever i send an image a 404 error is returned Please help!!

  • @phucgo6180
    @phucgo6180 12 днів тому

    This is the best thing comes to me for a couple of months. I have one question, do we have to pay for any? Like Google API? Thank you for the tutorial !