Harsh H. Rajpurohit
Harsh H. Rajpurohit
  • 436
  • 1 271 205
Bonus Video: Equatables in Flutter Bloc | Bloc State Management
As per the request of someone, I'm creating this extra video on concept of equatables in flutter.
Equatable Package: pub.dev/packages/equatable
GitHub: github.com/HarshAndroid
Complete Playlist: ua-cam.com/play/PL8kbUJtS6hyag91ngzMgqRtfJ7XtzYrg6.html
My Learning Journey: ua-cam.com/video/vI6SSUnTx_U/v-deo.html
Free Android (+ Kotlin) Courses 😃:
🎵 Music Player App: ua-cam.com/play/PL8kbUJtS6hyaRM3LhIYOqIXK7LIoEJ4Qf.html
▶️ Video Player App: ua-cam.com/play/PL8kbUJtS6hybPU7Q4SmNhTbcEdHW9DOgr.html
🌐 Private Browser App: ua-cam.com/play/PL8kbUJtS6hyaR6N8_i1YgOpZTDn2TP_uH.html
🔒 Firebase Authentication: ua-cam.com/play/PL8kbUJtS6hyZvoiwE6ywpNeG91lQGkQ2x.html
Free Flutter Courses 😃:
🅵 Flutter 3 (Beginners): ua-cam.com/play/PL8kbUJtS6hyYReliBdeOli7nUXSN4HUjZ.html
💬 Chat App (Firebase): ua-cam.com/play/PL8kbUJtS6hyal7Uw7wTeYmv7yiNPH5kOq.html
🆓 VPN App (OpenVPN): ua-cam.com/play/PL8kbUJtS6hyae_3X5u0s41Z8cAPV2a3yt.html
🚀 Ai ChatBot, Image Creator & Language Translator (OpenAI): ua-cam.com/play/PL8kbUJtS6hyae_3X5u0s41Z8cAPV2a3yt.html
📦 Bloc State Management & Architecture: ua-cam.com/play/PL8kbUJtS6hyag91ngzMgqRtfJ7XtzYrg6.html
(A Humble Request) 😊
Share Content with One Who is in Need.
Thanks for watching.
Переглядів: 103

Відео

13. Whats Next in the Journey of Bloc & Flutter
Переглядів 1023 місяці тому
Thank you. Previous Video: ua-cam.com/video/ iHXMF0N1w/v-deo.html GitHub: github.com/HarshAndroid Complete Playlist: ua-cam.com/play/PL8kbUJtS6hyag91ngzMgqRtfJ7XtzYrg6.html My Learning Journey: ua-cam.com/video/vI6SSUnTx_U/v-deo.html Free Android ( Kotlin) Courses 😃: 🎵 Music Player App: ua-cam.com/play/PL8kbUJtS6hyaRM3LhIYOqIXK7LIoEJ4Qf.html ▶️ Video Player App: ua-cam.com/play/PL8kbUJtS6hybPU7...
12. Clean Architecture Pattern Bloc Flutter & Dart
Переглядів 2413 місяці тому
In this video, We will cover about bloc architecture pattern i.e. Data Layer, Bloc Layer & Presentation (UI Layer) and how to structure our project as per clean architecture. Next Video: Coming soon Previous Video: ua-cam.com/video/Eje3XfcW0w0/v-deo.html GitHub: github.com/HarshAndroid/bloc_clean_architecture_sample Complete Playlist: ua-cam.com/play/PL8kbUJtS6hyag91ngzMgqRtfJ7XtzYrg6.html Offi...
11.How to Maintain a State of Custom List | Bloc State Management In Flutter & Dart
Переглядів 1023 місяці тому
In this video, You'll learn how we handle state of List object using bloc and cubits in flutter_bloc package. Next Video: ua-cam.com/video/ iHXMF0N1w/v-deo.html Previous Video: ua-cam.com/video/2EY_Wm-LPpg/v-deo.html GitHub: github.com/HarshAndroid Complete Playlist: ua-cam.com/play/PL8kbUJtS6hyag91ngzMgqRtfJ7XtzYrg6.html My Learning Journey: ua-cam.com/video/vI6SSUnTx_U/v-deo.html Free Android...
10. BlocListener vs BlocConsumer in flutter_bloc | Bloc State Management In Flutter & Dart
Переглядів 1313 місяці тому
In this video, We'll dive into the differences between BlocListener and BlocConsumer in the flutter_bloc package. You'll learn when to use each widget, how they handle state changes, and their specific use cases in Flutter applications. By the end, you'll understand the best practices for incorporating both BlocListener and BlocConsumer into your app's state management Next Video: ua-cam.com/vi...
9. BlocBuilder vs BlocSelector: Optimizing Widget Rebuilds In Flutter & Dart
Переглядів 1173 місяці тому
In this video, We'll explore the differences between BlocBuilder and BlocSelector in Flutter & Dart. You'll learn how each widget handles state changes and how to use them to optimize widget rebuilds in your app. By understanding when to use BlocBuilder versus BlocSelector, you'll enhance the performance and efficiency of your Flutter applications. Official Docs: bloclibrary.dev/flutter-bloc-co...
8. Custom State Classes in Bloc & Cubit and copyWith() | Bloc State Management In Flutter & Dart
Переглядів 1593 місяці тому
In this video, you'll learn how to create custom state classes in Bloc & Cubit and discover the importance of the copyWith() method in Flutter state management. We'll explore how copyWith() helps maintain immutability and simplifies state updates, making your code more efficient and manageable. Bloc Documentation (Extension Methods): bloclibrary.dev/flutter-bloc-concepts/#extension-methods Next...
7. Dependency Injection (DI) in Flutter with BlocProvider | Bloc State Management
Переглядів 2573 місяці тому
In this video, You'll learn how to implement Dependency Injection (DI) in Flutter using BlocProvider and how to read a cubit or bloc from any class (screen). Next Video: ua-cam.com/video/M0pL_lHCjZ8/v-deo.html Previous Video: ua-cam.com/video/E5YQ-D1a_aE/v-deo.html GitHub: github.com/HarshAndroid Complete Playlist: ua-cam.com/play/PL8kbUJtS6hyag91ngzMgqRtfJ7XtzYrg6.html My Learning Journey: ua-...
6. Comparing Bloc vs Cubit: Differences and Advantages | Bloc State Management in Flutter & Dart
Переглядів 1063 місяці тому
In this video, We'll compare Bloc and Cubit, two powerful state management solutions in Flutter & Dart. You'll learn the key differences between them, their advantages, and when to choose one over the other. By the end, you'll have a clear understanding of how each approach can benefit your app development process, helping you make informed decisions for your projects. Next Video: ua-cam.com/vi...
5. Exploring onChange, onError, onTransition, & onEvent in Bloc & Cubit | Flutter & Dart
Переглядів 1663 місяці тому
In this video, We'll dive into the key lifecycle methods in Bloc and Cubit: onChange, onError, onTransition, and onEvent. You'll learn how to use these methods to monitor state changes, handle errors, track transitions, and manage events effectively in your Flutter applications. This session will enhance your understanding of how Bloc and Cubit work behind the scenes, helping you build more rob...
4. Write Your First Bloc using flutter_bloc Package | Bloc State Management In Flutter & Dart
Переглядів 1563 місяці тому
In this video, you'll learn how to create your First Bloc using the flutter_bloc package in Flutter & Dart. Next Video: Coming soon Previous Video: ua-cam.com/video/kA-3QEs28R4/v-deo.html GitHub: github.com/HarshAndroid Complete Playlist: ua-cam.com/play/PL8kbUJtS6hyag91ngzMgqRtfJ7XtzYrg6.html flutter_bloc: pub.dev/packages/flutter_bloc My Learning Journey: ua-cam.com/video/vI6SSUnTx_U/v-deo.ht...
3. Creating Your First Cubit with flutter_bloc | Bloc State Management in Flutter & Dart
Переглядів 3083 місяці тому
In this video, you'll learn how to create your First Cubit using the flutter_bloc package in Flutter & Dart. We'll start by installing the Bloc extension in VS Code. Then, we'll guide you through creating and using a Cubit, and explain the importance of state management in building responsive and maintainable Flutter apps. Next Video: ua-cam.com/video/AonYuMq93SU/v-deo.html Previous Video: ua-c...
2. Bloc: What It Is, Why to Use It, and Important Packages for Flutter & Dart
Переглядів 2113 місяці тому
In this video, we’ll explore into Bloc state management, exploring its popularity, the reasons for learning it, and highlighting key packages you need to know. Next Video: ua-cam.com/video/kA-3QEs28R4/v-deo.html Previous Video: ua-cam.com/video/d487X3BZ-g4/v-deo.html GitHub: github.com/HarshAndroid Complete Playlist: ua-cam.com/play/PL8kbUJtS6hyag91ngzMgqRtfJ7XtzYrg6.html bloc: pub.dev/packages...
1.Course Introduction | Bloc State Management & Architecture In Flutter & Dart
Переглядів 3733 місяці тому
Bloc - Business Logic Component In this video, you'll get an overview of the course structure and what to expect as you dive into Bloc State Management and Architecture in Flutter & Dart. You'll learn how Bloc simplifies state management and enhances your app architecture. No prior experience with Bloc is required, but a basic understanding of Flutter and Dart is recommended. By the end of this...
Implement Facebook Ads In Flutter & Dart | Easy Audience Network | Ads Monetization
Переглядів 4,5 тис.11 місяців тому
In this video, We will cover about basic implementation of Facebook Ads like interstitial, native & native banner ad in flutter. Previous Video: GitHub Codes: github.com/HarshAndroid/ai_assistant Complete Playlist: ua-cam.com/play/PL8kbUJtS6hyYWBLel9ZbzsmazQ4H8zWYG.html&si=wQArWloNdTGEr88X easy_audience_network Package: pub.dev/packages/easy_audience_network Ad ID Permission for Android 13 or h...
34.Course Completion | Ai Assistant In Flutter & Dart
Переглядів 75611 місяців тому
34.Course Completion | Ai Assistant In Flutter & Dart
33.Bonus Video: Free Language Translation Feature with Google API In Flutter | Ai Assistant
Переглядів 1,6 тис.11 місяців тому
33.Bonus Video: Free Language Translation Feature with Google API In Flutter | Ai Assistant
32.Bonus Video: Lexica Image Search API to Search AI Images In Flutter | Ai Assistant
Переглядів 86211 місяців тому
32.Bonus Video: Lexica Image Search API to Search AI Images In Flutter | Ai Assistant
31.Connect Flutter App to AppWrite Database & Create & Fetch Doc | AppWrite Package | Ai Assistant
Переглядів 81711 місяців тому
31.Connect Flutter App to AppWrite Database & Create & Fetch Doc | AppWrite Package | Ai Assistant
30.Custom Package Modification | AppWrite Introduction Flutter | Ai Assistant
Переглядів 38911 місяців тому
30.Custom Package Modification | AppWrite Introduction Flutter | Ai Assistant
29.Toggle/Change Light & Dark Theme/Mode in Flutter & Dart | Get Package | Ai Assistant
Переглядів 29711 місяців тому
29.Toggle/Change Light & Dark Theme/Mode in Flutter & Dart | Get Package | Ai Assistant
28.Custom Dark Theme (Dark Mode) in Ai Assistant App | Getx | Flutter & Dart
Переглядів 55411 місяців тому
28.Custom Dark Theme (Dark Mode) in Ai Assistant App | Getx | Flutter & Dart
27.Multi Language AI Translation Feature Using ChatGPT | Flutter & Dart
Переглядів 535Рік тому
27.Multi Language AI Translation Feature Using ChatGPT | Flutter & Dart
26.Language Selection with Search Feature with Getx in Flutter & Dart | Ai Assistant In Flutter
Переглядів 477Рік тому
26.Language Selection with Search Feature with Getx in Flutter & Dart | Ai Assistant In Flutter
25.Translator Feature UI Design in Flutter & Dart | Ai Assistant
Переглядів 469Рік тому
25.Translator Feature UI Design in Flutter & Dart | Ai Assistant
24.Share Image Directly from Url in Flutter & Dart | Share Plus Package | Ai Assistant In Flutter
Переглядів 934Рік тому
24.Share Image Directly from Url in Flutter & Dart | Share Plus Package | Ai Assistant In Flutter
23.Updated Gallery Saver to Download Image in Flutter & Dart | Ai Assistant
Переглядів 1,2 тис.Рік тому
23.Updated Gallery Saver to Download Image in Flutter & Dart | Ai Assistant
22.Animated Snackbar using Getx in Flutter & Dart | Get Package | Ai Assistant
Переглядів 703Рік тому
22.Animated Snackbar using Getx in Flutter & Dart | Get Package | Ai Assistant
21.Text to AI Image Generator ChatGpt Dall E API In Flutter & Dart | Ai Assistant
Переглядів 1,4 тис.Рік тому
21.Text to AI Image Generator ChatGpt Dall E API In Flutter & Dart | Ai Assistant
20.UI Design for AI Image Generator (Creator) In Flutter & Dart | Ai Assistant
Переглядів 772Рік тому
20.UI Design for AI Image Generator (Creator) In Flutter & Dart | Ai Assistant

КОМЕНТАРІ

  • @hafizhuzaifakhan1359
    @hafizhuzaifakhan1359 18 годин тому

    from where we get real ids for facebook ads ?? Please guide....

    • @harshRajpurohit
      @harshRajpurohit 15 годин тому

      You can get them from Facebook Ads Manager but it will require some app details to be filled from your side and verification as well (mostly they prefer live apps, i.e. should be available on playstore or appstore).

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

    mere pass koi aur gmail login nhi hoo rehei ???

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

    can somebody send me the apk file of this project

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

      You can download the apk from my github project: github.com/HarshAndroid/Ai-Assistant-In-Flutter-Using-ChatGpt

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

      @harshRajpurohit I was already tried but it's not there means it shows the error wrong gateway

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

      Then just download the GitHub project, testing apk's are present in 'sample apk' folder.

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

      Thanks for the supporting, I have downloaded from your source 😊

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

    does play pause works when bluetooth headset button are pressed

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

      Not this course but I've added some extra codes in my github project (showNotification() function) to make it work. File for reference: github.com/HarshAndroid/MusicPlayer-Android-Kotlin/blob/master/app/src/main/java/com/harshRajpurohit/musicPlayer/MusicService.kt

  • @A.r.k-collection
    @A.r.k-collection 4 дні тому

    Yr koi streams data with bloc ki video hai kia bnai

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

      Abhi tak maine tho nahi banai, I feel UA-cam ya Google pe kuch reference mil jaye.

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

      Abhi tak maine tho nahi banai, I feel UA-cam ya Google pe kuch reference mil jaye.

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

    Thank you so much 😢 this helped me with my project 💕 lot of love and thanks again.

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

    Thank you bro very very very thankyoooooou

  • @joegarshae
    @joegarshae 18 днів тому

    Storm Large

  • @ReviveIslam2
    @ReviveIslam2 21 день тому

    i am facing this problem while running this project SO PLEASE TELL ME WHAT SHOULD I DO (<class definition>, <enum definition>, <export statement>, <extension declaration>, <extension type declaration>, <function declaration with body or native>, <function type alias>, <getter declaration>, <import statement>, <incomplete declaration>, <library statement>, <mixin declaration>, <part of statement>, <part statement>, <setter declaration> or <var access declaration> expected)

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

      Have you tried to run pub get in pubspec.yaml.

  • @SaadShafiq3
    @SaadShafiq3 21 день тому

    Bro i have watched entire playlist and i loved it and one more thing could you please make video for ios like if we want to make this work on iphone

  • @VivekGupta-th2xu
    @VivekGupta-th2xu 22 дні тому

    Hii bhai. I have a request for you, can you please start a series where you help everyone know how to fix different types of gradle issues and errors

    • @harshRajpurohit
      @harshRajpurohit 22 дні тому

      To be honest, there are so many gradle errors and types, it's quite hard to cover and even if someone feels like he knew all kinds of errors, google upgrades things and new kinds of errors.

    • @VivekGupta-th2xu
      @VivekGupta-th2xu 22 дні тому

      @harshRajpurohit First of all thanks for the reply and about what you are saying is true but I think you can at leat try bcz that's the good sign of a senior developer (I think you are one of them)

  • @RanvijayChauhan-f3b
    @RanvijayChauhan-f3b 23 дні тому

    App ka icon nhi aa raha hai

    • @harshRajpurohit
      @harshRajpurohit 22 дні тому

      Actually you need to change it manually by creating a new icon. Refer below docs for more help: stackoverflow.com/questions/76454776/how-to-change-notification-icon-sent-from-firebase-cloud-messaging-flutter

  • @umeshkushwaha5863
    @umeshkushwaha5863 24 дні тому

    ClickOnListener{} Ye nhi show ho raha h ClickOnListener() Ye akela show ho raha h

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

    woah ! literally amazing , i am enrolled in a paid course of flutter mjhe waha basic structure smjh he nh aya aap ne bht acha smjhaya literally appreciated , big thanks and love from PAKISTAN !

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

    In binding main activity not showing

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

      Check if you've properly placed inside buildFeatures{} and also you can try writing it like this: buildFeatures { viewBinding = true } Also sync your build.gradle after it.

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

      ​@@harshRajpurohitkar liya par nhi ho raha h

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

      ​@@harshRajpurohitcan u help me to solve this problem

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

      Does it show any error or warning while syncing build.gradle.

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

      ​@@harshRajpurohitno grade.kts not showing any error

  • @subrotoRoy-hx2wo
    @subrotoRoy-hx2wo Місяць тому

    thank u broo.......

  • @AmanJha-s5q
    @AmanJha-s5q Місяць тому

    Hii bhai, First of all I like the way you explain each topic so easily and fluently. While I was following this series here I got this error : Execution failed for task ':path_provider_android:compileDebugJavaWithJavac'. > Could not resolve all files for configuration ':path_provider_android:androidJdkImage'. > Failed to transform core-for-system-modules.jar to match attributes {artifactType=_internal_android_jdk_image, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}. > Execution failed for JdkImageTransform: C:\Users\Jha Aman\AppData\Local\Android\sdk\platforms\android-34\core-for-system-modules.jar. > Error while executing process C:\Program Files\Android\Android Studio\jbr\bin\jlink.exe with arguments {--module-path C:\Users\Jha Aman\.gradle\caches\transforms-3\4a46fc89ed5f9adfe3afebf74eb8bfeb\transformed\output\temp\jmod --add-modules java.base --output C:\Users\Jha Aman\.gradle\caches\transforms-3\4a46fc89ed5f9adfe3afebf74eb8bfeb\transformed\output\jdkImage --disable-plugin system-modules} So please help me out . By the way love your content.

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

      I think it may be an issue due to the older version of hive, can you use the shared preference package instead (it's mostly the same only some changes are there, you can do code conversion using ChatGpt too).

    • @AmanJha-s5q
      @AmanJha-s5q Місяць тому

      @@harshRajpurohit Okay I'll try . Thanks for the reply and help☺

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

    i keep on getting this error when building apk it s urgetn pls help Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. * What went wrong: Execution failed for task ':gallery_saver_updated:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failed ERROR:C:\Users\Hp\AndroidStudioProjects\untitled\build\gallery_saver_updated\intermediates\merged_res elease\values\values.xml:211: AAPT: error: resource android:attr/lStar not found. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights.

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

      Try changing compiledSdkVersion to 34 in build.gradle file (app) in the android directory.

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

      @@harshRajpurohit sir i changed it my all build.gradle and setting files are same code like you now the error is "FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':gallery_saver_updated:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failed ERROR:C:\Users\Hp\AndroidStudioProjects\untitled\build\gallery_saver_updated\intermediates\merged_res elease\values\values.xml:211: AAPT: error: resource android:attr/lStar not found. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at help.gradle.org BUILD FAILED in 4m 3s,pls help

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

      Great new error, now you can try using the package below (updated version): pub.dev/packages/saver_gallery

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

    Fuck not working 😂 😂

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

    Hi. First of all, I follow your videos carefully, thank you. You have a very good narration. After applying Hive I get an error and I don't know how to solve it. There are different comments on the internet but I can't solve it. " LateInitializationError: Field'_box' has not been initialized. "

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

      First of all thank you for such kind words. And regarding error: Make sure you've included ensureInitialized in your main.dart, which ensures that all dependencies are properly initialized before the app runs: WidgetsFlutterBinding.ensureInitialized(); // init hive await Pref.initialize(); Also once check your box object creation code inside Pref.initialize().

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

    How I can connect with you

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

      Try using Gmail: rajpurohitharsh2020@gmail.com LinkedIn: www.linkedin.com/in/harsh-rajpurohit-9988101b9 Telegram: t.me/harshRajpurohit2023 Discussion Group: t.me/android_developer_discussion

  • @FaizanBhai-st8th
    @FaizanBhai-st8th Місяць тому

    Bro it generates error gallerysaver

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

      You can try using below package: pub.dev/packages/saver_gallery

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

    one more thing can publish it on playstore if yes , can you give a link of a video which will help me to how to upload it on playstore

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

      Yes you can. And I don't have my own video regarding this, rather you can check out many other videos on UA-cam.

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

    ok i just watched the lexica video nice one brother, i really feel happy now as i am progressing with you , others dont solve the error they simply tell us to go for the paid one, but you give us juggad and that means alot , thank you.

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

    This playlist has been a huge help!! But after this the app always crashes when trying to open. The permission request is there but after I allow, it just crashes. What did I do wrong?

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

      I think you need to update your code as per the latest api to request the permissions for newer android version and also handle null for it. I have updated my androidManifest and MainActivity request permission method as per latest api, give it a try (I know there is other code too, but observe it calmly and you may understand). github.com/HarshAndroid/MusicPlayer-Android-Kotlin/blob/master/app/src/main/AndroidManifest.xml github.com/HarshAndroid/MusicPlayer-Android-Kotlin/blob/master/app/src/main/java/com/harshRajpurohit/musicPlayer/MainActivity.kt

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

    how to get notification like this (action buttons & ringtone) whenever app is completely closed state

  • @FaizanBhai-st8th
    @FaizanBhai-st8th Місяць тому

    Bro the method you use for hive is i think older creating box ?? Its generate error. Please reply

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

      Can you share the error it is generating.

    • @FaizanBhai-st8th
      @FaizanBhai-st8th Місяць тому

      @harshRajpurohit thank you bro i solve this😊

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

    Brother now days we have to upgarde the plan for firebase to access the storage any alternative forthem?

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

      You can try cloudinary, just create a free account in it and use this package and provide you api keys & then you can upload files to it. pub.dev/packages/cloudinary

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

    bhai code kaha sy lo apps ka apky profile git hub sy tu download nhi ho rha

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

      You can download it from GitHub, the only thing is you have to open the site in desktop mode and click on the code button (green colored on the right side) and then select download as zip.

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

    I started getting the same error, but since I am using the iOS simulator, the name of the error is different. Could you please show me a way?

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

      What error you are getting, can you share me logs of it.

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

      @ all my replies are automaticly deleted how can i communicate with you

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

      You can mail me at rajpurohitharsh2020@gmail.com

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

    Harsh Bhai, app konsa Linux version use karte ho ? Kyuki mujhe bhi aapke jesa Linux version install karna hai isliye

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

      I'm using Deepin Linux OS but I will also recommend you check out DDE Ubuntu OS.

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

      @harshRajpurohit batane kai liye thank you harsh bhai

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

    stream: APIs.getLastMessage(widget.user ), ...Is jaga error a gya it says ... 38:28: Error: The argument type 'Future<Stream<QuerySnapshot<Map<String, dynamic>>>>' can't be assigned to the parameter type 'Stream<dynamic>?'. kindly guide me..?

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

      Without seeing codes it's a bit difficult to suggest anything. Try copying relevant codes and share to ChatGpt and give him the error (most probably it will work with type casting).

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

    Bhai apna no. Do ap ban bane ha please reply

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

      Try using Gmail: rajpurohitharsh2020@gmail.com LinkedIn: www.linkedin.com/in/harsh-rajpurohit-9988101b9

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

    Bhai app sa coding kerbane ha please reply

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

      You can mail me at rajpurohitharsh2020@gmail.com

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

    How to do group chat creation ...?

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

      Group chatting is similar to normal conversation but this time you will create a unique conversation id and you will allow users to join or add into it (I know it sounds confusing, so refer to the article below for more help). Reference article: www.google.com/amp/s/flutterawesome.com/a-group-chat-app-built-using-flutter-and-firebase/amp/ I know it's not going to be easier but if you try, it will be worth the effort.😇

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

    Sir in my case Zego cloud show errors Please sir help me 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

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

    Exception has occurred. NoSuchMethodError (NoSuchMethodError: The method '[]' was called on null. Receiver: null Tried calling: [](0))

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

      can you help me this error

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

      This is simple because the api key you've used is not valid and no proper response is returned by it (recently chat gpt has changed way to use their api key, so you need to refer to their official docs and then try).

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

    nice bhaiya

  • @BhavyaJ-r5s
    @BhavyaJ-r5s 2 місяці тому

    Bhaiya... i did everything correct but got a black box as icon of app..plz help

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

      Can you check if you've provided an icon path properly and declared it in the pubspec.yaml assets section. Also does it show any log messages when you set icon using command.

    • @BhavyaJ-r5s
      @BhavyaJ-r5s 2 місяці тому

      @@harshRajpurohit Thank you for replying bhaiya...so in the pubspec.yaml file i did set the path to assets: - images/ and the app file is present inside users in c drive...inside the app folder, i created a folder named images which contains a png file called icon.png flutter_launcher_icons: android: "launcher_icon" ios: true image_path: "images/icon.png" min_sdk_android: 21 # android min sdk min:16, default 21 remove_alpha_ios: true i am getting some problems like [{ "resource": "/C:/Users/divya/hey_chat/analysis_options.yaml", "owner": "_generated_diagnostic_collection_name_#0", "code": "include_file_not_found", "severity": 4, "message": "The include file 'package:flutter_lints/flutter.yaml' in 'C:\\Users\\divya\\hey_chat\\analysis_options.yaml' can't be found when analyzing 'C:\\Users\\divya\\hey_chat'.", "source": "dart", "startLineNumber": 10, "startColumn": 10, "endLineNumber": 10, "endColumn": 44 }] [{ "resource": "/C:/Users/divya/hey_chat/pubspec.yaml", "owner": "cSpell", "severity": 2, "message": "\"Cupertino\": Unknown word.", "source": "cSpell", "startLineNumber": 18, "startColumn": 28, "endLineNumber": 18, "endColumn": 37 },{ "resource": "/C:/Users/divya/hey_chat/pubspec.yaml", "owner": "cSpell", "severity": 2, "message": "\"Cupertino\": Unknown word.", "source": "cSpell", "startLineNumber": 19, "startColumn": 18, "endLineNumber": 19, "endColumn": 27 },{ "resource": "/C:/Users/divya/hey_chat/pubspec.yaml", "owner": "cSpell", "severity": 2, "message": "\"cupertino\": Unknown word.", "source": "cSpell", "startLineNumber": 20, "startColumn": 3, "endLineNumber": 20, "endColumn": 12 },{ "resource": "/C:/Users/divya/hey_chat/pubspec.yaml", "owner": "cSpell", "severity": 2, "message": "\"Schyler\": Unknown word.", "source": "cSpell", "startLineNumber": 60, "startColumn": 17, "endLineNumber": 60, "endColumn": 24 },{ "resource": "/C:/Users/divya/hey_chat/pubspec.yaml", "owner": "cSpell", "severity": 2, "message": "\"Schyler\": Unknown word.", "source": "cSpell", "startLineNumber": 62, "startColumn": 26, "endLineNumber": 62, "endColumn": 33 },{ "resource": "/C:/Users/divya/hey_chat/pubspec.yaml", "owner": "cSpell", "severity": 2, "message": "\"Schyler\": Unknown word.", "source": "cSpell", "startLineNumber": 63, "startColumn": 26, "endLineNumber": 63, "endColumn": 33 }] sorry for writing this much....

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

      Some of these errors are just spelling suggestions, have you tried running flutter clean command then changing the icon and then rerun flutter clean and then run the app. Also if it throws an error while changing the icon, then share me here (mostly possible it can be due to line spacing i.e. indentation, in pubspec.yaml).

    • @BhavyaJ-r5s
      @BhavyaJ-r5s Місяць тому

      @@harshRajpurohit ohkk got it!! ...i will try doing the above and check..Thanks fr replying ☺

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

    Exo player kay ander video ad kasie laaye IMA ads Exo-player-IMAads-1. 4.1 version ka use kare

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

      Actually I also don't have much experience with exoplayer imaads.

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

      @@harshRajpurohit how to make custom ui with pure java without xml How to make a library in java android studio without xml

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

    Not understand

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

      I did nothing much, I only used a pre created project by nizwar, which connects to vpn server (as a building block for other videos).

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

    i don't know why but i'm unable to change my icon

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

      Does it show any error or log messages when you're trying to set an icon using the terminal command.

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

    Bro make a rto vehicle information app in kotlin android project???

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

      Do you know any free APIs from which we can fetch vehicles data.

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

    bhai ye flutter ke jitne bhi stock icons hai unkli jagah placeholder show rahe while fontawsome ya third party icons proper show ho rahe hai i just used flutter clean and flutter build commands before this happened

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

      Try creating a new project and stay connected to the internet (let the project build properly) and then try. And if you're using Cupertino icons then also make sure cupertino_icons is mentioned in pubspec.yaml.

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

      @@harshRajpurohit thanks and one more thing I tried implementing cached network image in my chat app as same as you did but it just keep showing progress indicator all time and neither shows image from url nor throws any errors what to do i followed the exact steps as you did in last video

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

      For now try an image url directly and check if it shows or not. And if it shows then url you are trying to load (log it) and open in the browser to check it.

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

      @@harshRajpurohit not opening from that url and also tried to add image from my pc via image assets but nothing works

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

      It's a bit difficult to say what exactly the issue may be but try opening that url in browser and if it doesn't work and image exists then update your firebase storage rules (refer video 30). Also for codes reference, you can check my github codes: github.com/HarshAndroid/ApnaChat-Realtime-Chat-App-In-Flutter-Firebase

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

    👍👍👍👍👍

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

    Hello, I want to develop an application using vpn to block adult websites, can you block websites by domain name in your lesson? thank you!

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

      Even I don't have much info regarding this (you've to google it out).

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

      @@harshRajpurohit thank you

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

    Hi sir, why we don't use API Firebase Cloud Messaging (V1). API Cloud Messaging (legacy) don't work

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

      You can refer to the pinned comment of this video about how to migrate to the latest way. Or you can also refer to my updated github codes as per new api. (I've added some necessary comments as well).

  • @HussamEddin-v6d
    @HussamEddin-v6d 2 місяці тому

    in case you turned off the wifi or mobile data the value will not change

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

    Thanks for the course. It was really in-depth and well explained. I followed the course throughout for my assignment. But for my assignment it is instructed to perform CRUD operation. What can I do in this code to implement this CRUD operation. It will be really helpful if you could give a tutorial link on how to implement crud operation on the existing code.

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

      Thanks.😇 You can try implementing user authentication using email and password auth of appwrite (and your CRUD will be done).

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

      Btw I also downloaded the source code from your GitHub. It seems the Google gemini API is not responding. Is there a way I can fix that?

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

      You just have to generate your Google ai api key and update it in the code (I've added a todo there).

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

      Actually I've configured it through appwrite but for testing purposes you can refer to the below file and harcode in global.dart: github.com/HarshAndroid/Ai-Assistant-In-Flutter-Using-ChatGpt/blob/master/lib/helper/global.dart Or if I didn't work then go to api.dart and directly change it to line 19. github.com/HarshAndroid/Ai-Assistant-In-Flutter-Using-ChatGpt/blob/master/lib/apis/apis.dart

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

      @@harshRajpurohit thanks bro. I finally solved all the errors. The whole tutorial was really good. All the best for your development journey. Hope you achieve your desired success in life.