amplifyabhi coding
amplifyabhi coding
  • 404
  • 980 688
Flutter Unmodifiable vs Immutable List | Key Differences Explained with Examples | amplifyabhi
In this Flutter tutorial, we explain the key differences between unmodifiable lists and immutable lists.
Understanding these two concepts is crucial when working with lists in Flutter and Dart, especially when you want to control whether a list can be modified or not.
We will walk through examples of when to use an unmodifiable list, when an immutable list is more appropriate, and how they affect data management in real-time applications.
Learn how to efficiently protect your data from unintended modifications while ensuring flexibility in your Flutter apps.
What is unModifiable list ???
Difference between unModifiable and Immutable ???
Join this channel to get access to perks:
ua-cam.com/channels/WCLzrDi9TVkAsE-l4ZAHVQ.htmljoin
#amplifyabhi
*** Support Channel @ :- www.buymeacoffee.com/abhiapps ***
For more interesting tutorials @ - bit.ly/2SmKtdK
*** Visit my website ***
androidcoding.in/
*** Follow us on social media ***
ua-cam.com/users/androidcodingin
androidcodingen
telegram.me/androidcodingin
androidcoding.in/
medium.com/androidcoding-in
androidcoding.in
in.pinterest.com/abhishekpandravada/androidcodingin/
*** Join Our Group ***
bit.ly/3CQ39do
*** Tutorial Collection ***
Android - Kotlin Complete Course Latest *** - bit.ly/3jYr3uK
Flutter series - bit.ly/2WmLGFM
GetX Library - bit.ly/3CVaTuP
Python Free Course - bit.ly/3iRNEKb
Firebase series - bit.ly/3fzY64T
Retrofit series - bit.ly/392hQvs
Java series - bit.ly/3ezLKIq
Php series - bit.ly/3fzWNTg
Kotlin series - bit.ly/3fz7aXH
Android series - bit.ly/2WoNRbS
Database series - bit.ly/3h0ZWvO
Databinding - bit.ly/30jv4zS
*** Free Courses ***
Flutter - bit.ly/2WmLGFM
Android Kotlin - bit.ly/3jYr3uK
Python Free Course - bit.ly/3iRNEKb
More Interesting tutorials :
Flutter Video Player : ua-cam.com/video/dXxe7E6WPUM/v-deo.html
Flutter Fetch Location : ua-cam.com/video/4E3saOmv7ow/v-deo.html
Flutter Grant Permission : ua-cam.com/video/jP0U03OqVW4/v-deo.html
Flutter Send SMS/MMS : ua-cam.com/video/XR4RhZTyeKM/v-deo.html
Flutter Process Time Out : ua-cam.com/video/WwbUtmuSebg/v-deo.html
Flutter Unit Testing : ua-cam.com/video/euor6NcjTAU/v-deo.html
Flutter Send SMS / MMS : ua-cam.com/video/XR4RhZTyeKM/v-deo.html
Flutter process timed out issue !!!!! : ua-cam.com/video/S5qqwq6Ge7Q/v-deo.html
Flutter Show Password : ua-cam.com/video/RUQEmu9w8cE/v-deo.html
Flutter OTP Screen Implementation : ua-cam.com/video/ebdZTfoQzEc/v-deo.html
Flutter shimmer effect animation : ua-cam.com/video/bWZ8GssQ7Ms/v-deo.html
Flutter local json : ua-cam.com/video/aL9d2FuB1x4/v-deo.html
Flutter Stepper Implementation : ua-cam.com/video/uy4NfeTgxPo/v-deo.html
Flutter credit card view design : ua-cam.com/video/Ij1PCyLL4Eg/v-deo.html
Flutter drop-down tutorial : ua-cam.com/video/YBK-3AVF81k/v-deo.html
Flutter action chips : ua-cam.com/video/v2DCPNFDavw/v-deo.html
Flutter expandable listview : ua-cam.com/video/oeKYzetQsxs/v-deo.html
Flutter listview : ua-cam.com/video/D10c15VKF20/v-deo.html
Flutter swipeable listview : ua-cam.com/video/snmeSAinGP4/v-deo.html
Flutter theme : ua-cam.com/video/dbhl2ssz4xc/v-deo.html
Flutter local notifications : ua-cam.com/video/8yJKWy9G9ew/v-deo.html
Flutter slide tutorial : ua-cam.com/video/sv-SxqAfh6k/v-deo.html
GridView Orientation : ua-cam.com/video/5ekL56y2AIM/v-deo.html
Animation : ua-cam.com/video/LsEUmnSmMPI/v-deo.html
ExoPlayer : ua-cam.com/video/kqZOjrYQSL0/v-deo.html
Flutter Splash Screen : ua-cam.com/video/KVKZ9Nol37k/v-deo.html
Flutter Doctor command Issue : ua-cam.com/video/kIcwX_w3Xw8/v-deo.html
Sha 1 Generation : ua-cam.com/video/4tL0KWvxrhE/v-deo.html
Text Controllers : ua-cam.com/video/HJRowyHurww/v-deo.html
Room database : ua-cam.com/video/2bdwueEvrMI/v-deo.html
Realm database : ua-cam.com/video/bsDBVDF6waY/v-deo.html
Audio Player : ua-cam.com/video/e_UcL5DIjfU/v-deo.html
Bottom Sheet : ua-cam.com/video/ITHnPVDZIXc/v-deo.html
Linear Progress : ua-cam.com/video/MtJlX5kQa3Y/v-deo.html
Http Network calls : ua-cam.com/video/CI5jQSQdq7k/v-deo.html
BLoC Pattern : ua-cam.com/video/dj8TqRlSMGs/v-deo.html
Google Maps : ua-cam.com/video/ryd5uUc6auU/v-deo.html
Sqlite Database : ua-cam.com/video/FoQoNrDJfbk/v-deo.html
Bottom Navigation Tutorial : ua-cam.com/video/XgNReTVunf4/v-deo.html
Charts : ua-cam.com/video/nCmihMrWS38/v-deo.html
#course #free #android #iOS #flutter #flutterdev #trending
Переглядів: 61

Відео

Flutter Mutable vs Immutable | Key Differences Explained with ListView Example | amplifyabhi
Переглядів 11021 день тому
In this video, we dive deep into the key differences between mutable and immutable objects in Flutter. Learn how these concepts impact your Flutter development, especially when working with widgets like ListView. We’ll explore practical examples to show how mutability and immutability affect performance, state management, and UI updates. Questions covered in the video: • What is the difference ...
Flutter Network Status Checker - Best Way to Check Internet Connection | amplifyabhi
Переглядів 203Місяць тому
Source Code : androidcoding.in/2024/09/28/flutter-network-status-checker/ In this Flutter tutorial, we will learn how to check the internet connection in your Flutter app using the `internet_connection_checker` package. We will go step by step to implement network connection detection for both Android and iOS. This tutorial is perfect for beginners and intermediate Flutter developers who want t...
Mastering Future Chaining in Dart: The Ultimate Guide to Using then | amplifyabhi
Переглядів 1362 місяці тому
In this tutorial, we’ll dive into Future Chaining in Dart using the then method. You’ll learn how to chain multiple asynchronous operations, handle results from previous operations, and manage errors effectively. Whether you’re new to asynchronous programming or looking to sharpen your skills, this guide will provide clear, step-by-step instructions and practical examples to help you master fut...
How to Use Future.await in Flutter for Better Async Programming | amplifyabhi
Переглядів 1122 місяці тому
In this comprehensive Flutter tutorial, we dive deep into the `Future.await` feature and how it can simplify your asynchronous code. Whether you're new to Flutter or looking to enhance your async programming skills, this video covers: Source Code : androidcoding.in/2024/08/04/how-to-effectively-use-then-for-asynchronous-programming ✅ What is `Future.await`? ✅ How to use `Future.await` to handle...
Flutter Live Template Tutorial: Kick start your programming | amplifyabhi
Переглядів 2013 місяці тому
Boost Productivity with Code Snippets In this tutorial, we'll guide you through creating and using live templates in Flutter to streamline your coding process. Learn how to set up small abbreviations that expand into full code snippets, saving you time and enhancing your productivity. Perfect for beginners and experienced developers looking to optimize their workflow! Join this channel to get a...
Flutter App-to-App Navigation | Part 6 | Master Inter-App Navigation Techniques | amplifyabhi
Переглядів 2043 місяці тому
Part 1 : ua-cam.com/video/mIxKvebAqI8/v-deo.html Part 2 : ua-cam.com/video/nqbPOvu6sok/v-deo.html Part 3 : ua-cam.com/video/BhZz1hjRsaM/v-deo.html Part 5 : ua-cam.com/video/zLnqYE3Q7Hk/v-deo.html URL Launcher : ua-cam.com/video/uI3Btg9v-TA/v-deo.html In this part of the tutorial we will deal with app navigation we will configure app to open another Welcome to our comprehensive Flutter tutorial ...
Flutter App-to-App Navigation | Part 5 | Master Inter-App Navigation Techniques | amplifyabhi
Переглядів 1754 місяці тому
Part 1 : ua-cam.com/video/mIxKvebAqI8/v-deo.html Part 2 : ua-cam.com/video/nqbPOvu6sok/v-deo.html Part 3 : ua-cam.com/video/BhZz1hjRsaM/v-deo.html Part 5 : ua-cam.com/video/zLnqYE3Q7Hk/v-deo.html URL Launcher : ua-cam.com/video/uI3Btg9v-TA/v-deo.html In this part of the tutorial we will deal with app navigation we will configure app to open another Welcome to our comprehensive Flutter tutorial ...
Flutter App-to-App Navigation | Part 4 | Master Inter-App Navigation Techniques | amplifyabhi
Переглядів 2014 місяці тому
Part 1 : ua-cam.com/video/mIxKvebAqI8/v-deo.html Part 2 : ua-cam.com/video/nqbPOvu6sok/v-deo.html Part 3 : ua-cam.com/video/BhZz1hjRsaM/v-deo.html Part 5 : ua-cam.com/video/zLnqYE3Q7Hk/v-deo.html URL Launcher : ua-cam.com/video/uI3Btg9v-TA/v-deo.html In this part of the tutorial we will deal with app navigation we will configure app to open another Welcome to our comprehensive Flutter tutorial ...
Flutter App-to-App Navigation | Part 3 | Master Inter-App Navigation Techniques | amplifyabhi
Переглядів 3635 місяців тому
Part 1 : ua-cam.com/video/mIxKvebAqI8/v-deo.html Part 2 : ua-cam.com/video/nqbPOvu6sok/v-deo.html Part 4 : ua-cam.com/video/jELejIVJuWY/v-deo.html Part 5 : ua-cam.com/video/zLnqYE3Q7Hk/v-deo.html URL Launcher : ua-cam.com/video/uI3Btg9v-TA/v-deo.html In this part of the tutorial we will deal with app navigation we will configure app to open another Welcome to our comprehensive Flutter tutorial ...
Flutter App-to-App Navigation | Part 2 | Master Inter-App Navigation Techniques | amplifyabhi
Переглядів 3295 місяців тому
Part 1 : ua-cam.com/video/mIxKvebAqI8/v-deo.html Part 3 : ua-cam.com/video/BhZz1hjRsaM/v-deo.html Part 4 : ua-cam.com/video/jELejIVJuWY/v-deo.html Part 5 : ua-cam.com/video/zLnqYE3Q7Hk/v-deo.html URL Launcher : ua-cam.com/video/uI3Btg9v-TA/v-deo.html In this part of the tutorial we will deal with app navigation if the app is not installed we will re-direct to Google Play and App Store respectiv...
Flutter App-to-App Navigation Tutorial | Master Inter-App Navigation Techniques | amplifyabhi
Переглядів 3876 місяців тому
Flutter App-to-App Navigation Tutorial | Master Inter-App Navigation Techniques | amplifyabhi
Flutter Context - The Complete Guide | amplifyabhi
Переглядів 2696 місяців тому
Flutter Context - The Complete Guide | amplifyabhi
Mastering Flutter Hero Animation | amplifyabhi
Переглядів 3117 місяців тому
Mastering Flutter Hero Animation | amplifyabhi
Mastering Flutter Rive Animation: A Step-by-Step Tutorial | Part 2 | amplifyabhi
Переглядів 2787 місяців тому
Mastering Flutter Rive Animation: A Step-by-Step Tutorial | Part 2 | amplifyabhi
Mastering Flutter Rive Animation: A Step-by-Step Tutorial | amplifyabhi
Переглядів 6388 місяців тому
Mastering Flutter Rive Animation: A Step-by-Step Tutorial | amplifyabhi
Dive into Flutter Animation: A Comprehensive Tutorial for Developers Part 2 | amplifyabhi
Переглядів 2348 місяців тому
Dive into Flutter Animation: A Comprehensive Tutorial for Developers Part 2 | amplifyabhi
Dive into Flutter Animation: A Comprehensive Tutorial for Developers | amplifyabhi
Переглядів 2888 місяців тому
Dive into Flutter Animation: A Comprehensive Tutorial for Developers | amplifyabhi
Implement stunning Video Players Like a Pro for your app | Chewie | amplifyabhi
Переглядів 1,8 тис.9 місяців тому
Implement stunning Video Players Like a Pro for your app | Chewie | amplifyabhi
Get started with Hedgehog now | amplifyabhi
Переглядів 1669 місяців тому
Get started with Hedgehog now | amplifyabhi
iOS Deep Linking with Flutter: Building Seamless Experiences | amplifyabhi
Переглядів 5 тис.10 місяців тому
iOS Deep Linking with Flutter: Building Seamless Experiences | amplifyabhi
Mastering Referral Codes and Dynamic Links in Flutter with Firebase | amplifyabhi
Переглядів 3,4 тис.10 місяців тому
Mastering Referral Codes and Dynamic Links in Flutter with Firebase | amplifyabhi
Redirect to Play Store When Your App Isn't Installed - A Step-by-Step Tutorial | amplifyabhi
Переглядів 8 тис.11 місяців тому
Redirect to Play Store When Your App Isn't Installed - A Step-by-Step Tutorial | amplifyabhi
Auto verify App links in your flutter app | amplifyabhi
Переглядів 7 тис.Рік тому
Auto verify App links in your flutter app | amplifyabhi
Creating Effective Referral Links with App Links: A Step-by-Step Tutorial | amplifyabhi
Переглядів 8 тис.Рік тому
Creating Effective Referral Links with App Links: A Step-by-Step Tutorial | amplifyabhi
Enhancing User Experience: App Linking in Flutter Apps | New way of deeplinking | amplifyabhi
Переглядів 26 тис.Рік тому
Enhancing User Experience: App Linking in Flutter Apps | New way of deeplinking | amplifyabhi
Choosing the Right Data Structure for Your Code | amplifyabhi
Переглядів 148Рік тому
Choosing the Right Data Structure for Your Code | amplifyabhi
Power of AI in Android Studio | Any code in seconds | amplifyabhi
Переглядів 1,4 тис.Рік тому
Power of AI in Android Studio | Any code in seconds | amplifyabhi
Add badges to your app now | Just in a minutes | amplifyabhi
Переглядів 860Рік тому
Add badges to your app now | Just in a minutes | amplifyabhi
Update to android 14 SDK | android studio | amplifyabhi
Переглядів 2 тис.Рік тому
Update to android 14 SDK | android studio | amplifyabhi

КОМЕНТАРІ

  • @FactDozz-nz8lg
    @FactDozz-nz8lg 7 годин тому

    If I click on the link and app isn't installed,then open it in website

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

    how to work in whats app ?

  • @sivasbazar-l8o
    @sivasbazar-l8o 3 дні тому

    Actually Your Tutorial is Very Bad and Very Difficult to Understand. Even an Experienced Programmer also cannot understand.

  • @pravinprince3221
    @pravinprince3221 15 днів тому

    Thank you for the wonderful vide bro

  • @sitawk81
    @sitawk81 23 дні тому

    Hi , thank you for your very useful videos. Could you create a video for deep linking with third parties like onesignal and app links in Flutterflow. I watched your videos on that for flutter but couldn't use them for flutterflow. Thank you in advance.

    • @amplifyabhicoding
      @amplifyabhicoding 19 днів тому

      Onesignal is already present in our channel please go through

  • @josephback7020
    @josephback7020 26 днів тому

    thanks a lot dude. keep moving

  • @shubhambansal532
    @shubhambansal532 27 днів тому

    Please use Hindi, your English is fucking headace. I am still confused, what you tried to convey.

  • @royalscart6613
    @royalscart6613 28 днів тому

    Next time make how to check internet connection in every screen like youtube

  • @satuteknologi1961
    @satuteknologi1961 29 днів тому

    i wish to build playlist app. How to atomically play next video randomly or by sequence

  • @nadimmahmud8848
    @nadimmahmud8848 Місяць тому

    what is Dio()

  • @jadeermanna
    @jadeermanna Місяць тому

    in practical every time customer will not go to settings and add support link, which is head ache for them

  • @RehmanAfzal-h8z
    @RehmanAfzal-h8z Місяць тому

    thank you great content. I have a question that when app is installed then link will open app but if app is not installed i want user to navigate to play store and show my app so user can install app form play store without using firebase dynamic links!

  • @Pragna-bd8cf
    @Pragna-bd8cf Місяць тому

    is is working for web too? basically are you able to read changes?

  • @lokeshpanchal3575
    @lokeshpanchal3575 Місяць тому

    Yes, it would be helpful if you could make a tutorial on how auto verify supported link for the deep link. I realy need it bro

  • @Sathya-v6p
    @Sathya-v6p Місяць тому

    not working boss

  • @Sathya27
    @Sathya27 Місяць тому

    Can you share me the continuation video how to setup

  • @Dev100-du4tc
    @Dev100-du4tc Місяць тому

    Hy Bro, Is It Working In Ios Also?

  • @techsterz7358
    @techsterz7358 Місяць тому

    source code?

  • @SwethaCandy
    @SwethaCandy 2 місяці тому

    Well explained 👍

    • @amplifyabhicoding
      @amplifyabhicoding 2 місяці тому

      Stay subscribed and there is a playlist for unit testing may go through.

  • @amplifyabhicoding
    @amplifyabhicoding 2 місяці тому

    ua-cam.com/video/qq_OwBIZei4/v-deo.html

  • @bensosfrequents
    @bensosfrequents 2 місяці тому

    Can I use imgbb to upload multiple images. This is a discipline that many flutter tutors have tried to avoid, the issue of multiple images, I have tried to search how to upload multiple images from flutter to server but can't find any, I'm only finding the cases of a single image. If you don't mind kindly help us, it would be great to show us how to save the image in PHP

  • @pritamchakraborty3343
    @pritamchakraborty3343 2 місяці тому

    lets get started

  • @Faizan-mb2lm
    @Faizan-mb2lm 2 місяці тому

    I am having this issue for my app what should be the reason, my app version is same as uploaded app: This version of the application is not configured for billing through Google Play i am able to fetch my offers from play store but getting that issue

  • @DevAloshe
    @DevAloshe 2 місяці тому

    its not working on android and no error shows just when create nothing happens

  • @amplifyabhicoding
    @amplifyabhicoding 2 місяці тому

    Source code link in description

  • @parchana1945
    @parchana1945 2 місяці тому

    Wow very infotmative tq sir..

  • @flutter-fm1kl
    @flutter-fm1kl 2 місяці тому

    Bro how can I do this with localhost nodejs server

  • @nayanbabariya2318
    @nayanbabariya2318 2 місяці тому

    I've completely followed your steps but still not able to see the GPay button in stripe payment sheet. I've installed GPay app and Wallet app. please help

    • @amplifyabhicoding
      @amplifyabhicoding 2 місяці тому

      Which country have you selected

    • @nayanbabariya2318
      @nayanbabariya2318 2 місяці тому

      @@amplifyabhicoding Stripe dashboard has been created by Ireland. I'm from India and given the merchant country code as "IE" in gpay configuration in stripe sheet

  • @MorenoBoasso-h9o
    @MorenoBoasso-h9o 3 місяці тому

    are subtitles generated? or you need to give a file

  • @realCristianoRonaldo
    @realCristianoRonaldo 3 місяці тому

    i will not f*** you

  • @faizurazadri
    @faizurazadri 3 місяці тому

    good tutorial, thanks.

  • @shiningsoftech7750
    @shiningsoftech7750 3 місяці тому

    firebase dynamic link option not enable in firebase. can you plz tell me alternate of this?

    • @amplifyabhicoding
      @amplifyabhicoding 3 місяці тому

      Please go through playlist i have specified they are going to be deprecated and alternative ways

    • @maushiningsoftech2987
      @maushiningsoftech2987 Місяць тому

      @@amplifyabhicoding can you mention video link?

  • @fayisamir5256
    @fayisamir5256 3 місяці тому

    bro, i can't see podfile in my ios folder

    • @amplifyabhicoding
      @amplifyabhicoding 3 місяці тому

      try to running "pod init" from iOS directory terminal

  • @someone-m3z
    @someone-m3z 3 місяці тому

    I have done everything but I'm unable to get any message in my app

    • @bjerz23
      @bjerz23 3 місяці тому

      any luck? I'm in the same boat

    • @amplifyabhicoding
      @amplifyabhicoding 2 місяці тому

      No worries I will help you both

    • @bjerz23
      @bjerz23 2 місяці тому

      @@amplifyabhicoding I actually figured it out! I was missing the firebase_in_app_messaging dependency in my pubspec.yaml and the one I was really struggling to figure out was adding implementation 'com.google.android.gms:play-services-auth:latest_version' To my build.gradle

    • @bjerz23
      @bjerz23 2 місяці тому

      @@amplifyabhicoding I am having another issue though, in case you’ve run in to it. I started an in app messaging campaign targeting all iOS and Android users forever (for debugging purposes, when I couldn’t get it to work.) Ive since deleted the campaigns, but the in app message still appears on Android devices when the application is first opened after an install. I’ve tried it on devices that have NEVER had the application installed as well. Still shows up. Have you run in to this before or have any suggestions? I’ve reached out to firebase support and they’re asking for evidence and debug logs which I haven’t gotten to sending yet. Thanks!

  • @mubashirmunirahmed
    @mubashirmunirahmed 3 місяці тому

    helpful

    • @amplifyabhicoding
      @amplifyabhicoding 3 місяці тому

      Stay subscribed for more interesting updates and share us with your friends.

  • @ForamPatel-i7t
    @ForamPatel-i7t 3 місяці тому

    How to handle the case when the app is not installed? And after installing the app how to catch the same link?

  • @CGI_VFX-Faisal
    @CGI_VFX-Faisal 3 місяці тому

    Gao ka gawar english bol raha hai

  • @Mysticer
    @Mysticer 3 місяці тому

    when i write in main: runApp(MyApp()); it gives me this problems:The named parameter 'firstCreated' is required, but there's no corresponding argument. (Documentation) Try adding the required argument. The named parameter 'navigatorKey' is required, but there's no corresponding argument. (Documentation) Try adding the required argument. What should i do?

  • @enfsoltube
    @enfsoltube 3 місяці тому

    Can you suggest how to achieve this same task WITHOUT FIREBASE ? Is it even possible ???

    • @amplifyabhicoding
      @amplifyabhicoding 3 місяці тому

      Once refer the playlist of this video

    • @enfsoltube
      @enfsoltube 3 місяці тому

      @@amplifyabhicoding this what I am asking App Link is okay but redirect to Play/App Store WITHOUT using Firebase.

  • @UsmanMuaz-j1w
    @UsmanMuaz-j1w 3 місяці тому

    Love you brother thank you so much for this

    • @amplifyabhicoding
      @amplifyabhicoding 3 місяці тому

      Stay subscribed for more interesting updates and share us with your friends.

  • @Raj_Gada
    @Raj_Gada 4 місяці тому

    Google Pay button is not displayed on the stripe's payment sheet.

    • @amplifyabhicoding
      @amplifyabhicoding 3 місяці тому

      Which country have you selected

    • @Raj_Gada
      @Raj_Gada 3 місяці тому

      @@amplifyabhicoding the issue was resolved. I didn't have Google pay installed on the device.

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 4 місяці тому

    hi Get.back()is nto working and not closing the dialog in my code

  • @BenjaminAnsah-k1y
    @BenjaminAnsah-k1y 4 місяці тому

    your simplicity in explaining complex concepts is awesome. thank you so much

    • @amplifyabhicoding
      @amplifyabhicoding 4 місяці тому

      Thank you for your feedback. Stay subscribed and share us with your friends.

  • @BenjaminAnsah-k1y
    @BenjaminAnsah-k1y 4 місяці тому

    excellent tutorials but Im not seeing the source code after video 4

  • @narenvarrun1265
    @narenvarrun1265 4 місяці тому

    I have implemented the same way but its not navigating to profile always navigates to only dashboard screen

  • @CARIFIED
    @CARIFIED 4 місяці тому

    Anyone Getting this error after making the payment - there was an error confirming the intent Inspect the Inspect the 'paymentIntent.lastPaymentError' or 'setupIntent.lastSetupError' property.

  • @kimmyliu5509
    @kimmyliu5509 4 місяці тому

    I am getting this error when I tried to send text message in Android Emulator: I/flutter ( 6505): Error sending SMS: PlatformException(device_not_capable, The current device is not capable of sending text messages., A device may be unable to send messages if it does not support messaging or if it is not currently configured to send messages. This only applies to the ability to send text messages via iMessage, SMS, and MMS., null)

  • @SohailAhmed-qm3ry
    @SohailAhmed-qm3ry 4 місяці тому

    Please make a video in which you can share shared preference data from app 1 to app2

  • @SohailAhmed-qm3ry
    @SohailAhmed-qm3ry 4 місяці тому

    Hello I have a question how to send data from one app to another app?

  • @ryansumbele3552
    @ryansumbele3552 4 місяці тому

    thank you for this tutorial. it really worked