Proglabs Official
Proglabs Official
  • 33
  • 259 917
Flutter | How to perform CRUD with Firebase Realtime Database in Flutter | Delete Data
This playlist is about showing you that how you can easily perform CRUD operations on Firebase Realtime Database with your Flutter application. This video is about deleting the data from the Firebase Realtime database with your Flutter project. This video helps you in many of your projects.
GitHub repo:
github.com/proglabs/flutter_firebase_realtimedatabase_crud
Project Setup:
th-cam.com/video/8GnUh6Pbgm4/w-d-xo.html
Save/Create Data:
th-cam.com/video/B-eC5XO8yfc/w-d-xo.html
Retrieve Data:
th-cam.com/video/E9c2Rpe7SQc/w-d-xo.html
Update Data:
th-cam.com/video/X3JT_N7zcrM/w-d-xo.html
Check our website
For blogs
🌐 programminglab.tech/
For Queries
🌐 proglabs.co/
Get us on Social media
🔗 proglabsofficial/
🔗 Twitter: proglabofficial
🔗 Instagram: proglabsofficial
🔗 LinkedIn: www.linkedin.com/company/proglabsofficial
มุมมอง: 995

วีดีโอ

Flutter | How to perform CRUD with Firebase Realtime Database in Flutter | Update Data
มุมมอง 1.2K2 ปีที่แล้ว
This playlist is about showing you that how you can easily perform CRUD operations on Firebase Realtime Database with your Flutter application. This video is about updating the data in the Firebase Realtime database with your Flutter project. This video helps you in many of your projects. GitHub repo: github.com/proglabs/flutter_firebase_realtimedatabase_crud Project Setup: th-cam.com/video/8Gn...
Flutter | How to perform CRUD with Firebase Realtime Database in Flutter | Retrieve Data
มุมมอง 3.1K2 ปีที่แล้ว
This playlist is about showing you that how you can easily perform CRUD operations on Firebase Realtime Database with your Flutter application. This video is about retrieving the data from the Firebase Realtime database with your Flutter project. This video helps you in many of your projects. GitHub repo: github.com/proglabs/flutter_firebase_realtimedatabase_crud Project Setup: th-cam.com/video...
Flutter | How to perform CRUD with Firebase Realtime Database in Flutter | Save/Create Data
มุมมอง 4K2 ปีที่แล้ว
This playlist is about showing you that how you can easily perform CRUD operations on Firebase Realtime Database with your Flutter application. This video is about saving the data in the Firebase Realtime database with your Flutter project. This video helps you in many of your projects. GitHub repo: github.com/proglabs/flutter_firebase_realtimedatabase_crud Project Setup: th-cam.com/video/8GnUh...
Flutter | How to perform CRUD with Firebase Realtime Database in Flutter | Project Setup | Proglabs
มุมมอง 5K2 ปีที่แล้ว
This playlist is about showing you that how you can easily perform CRUD operations on Firebase Realtime Database with your Flutter application. This video is about project setup how you can connect your Flutter project with your Firebase Realtime Database. This video helps you in many of your projects. GitHub repo: github.com/proglabs/flutter_firebase_realtimedatabase_crud Check our website For...
Flutter | How to draw polyline between two points using Directions API | Proglabs
มุมมอง 6K2 ปีที่แล้ว
By following this tutorial you would be able to draw a polyline on Google maps using Directions API. You would also be able to get a glimpse how you can hit API using http package. You will also be able to create model class for API. You would also get an idea how to get time and distance between two points you will able to get the actual distance between two points instead of aerial distance. ...
Flutter | How to get Nearby places with Google maps API in Flutter | Proglabs
มุมมอง 12K2 ปีที่แล้ว
This video helps you to get the nearby places in your flutter application using Google Maps API. This is a step by step tutorial so any level of programmer can easily understand how to get the nearby places using the API in Flutter. You can use this function in your project that is related to Food delivering App, Ecommerce app or UBER app etc.. GitHub repo link: github.com/proglabs/google-maps-...
Flutter | How to Search Places with Google Maps in Flutter | Proglabs
มุมมอง 27K2 ปีที่แล้ว
In this tutorial you will learn that how you can integrate a google map in flutter and allow the user to integrate most necessary google search places in your flutter application. I made a step by step tutorial so anyone specially beginners don't have any issue in integrating a google map and allow the users to search places from google maps. Run your app in a real device if you want to check t...
Flutter | Get user current location and show it on map | Proglabs
มุมมอง 54K2 ปีที่แล้ว
In this tutorial you will learn that how you can integrate a google map in flutter and show a current location of the user on map with a dynamic marker. I made a step by step tutorial so anyone specially beginners don't have any issue in integrating a google map and fetching a location for their application. Run your app in a real device if you want to get an exact GPS location. GitHub repo: gi...
Flutter | Integrate simple Google Map | Proglabs
มุมมอง 14K2 ปีที่แล้ว
In this tutorial you will learn how to integrate a simple google map in Flutter. Also you will also learn that how can show a pin location on Google map in flutter. I made a step by step tutorial so don't worry about the length of the tutorial because I tried to keep the beginner level so any one can follow this tutorial and integrate a google map in his/her flutter application without any issu...
Flutter: Instagram clone Design | UI/UX | Profile Screen | Part 3 - Final Part - Proglabs
มุมมอง 8163 ปีที่แล้ว
In this tutorial I will show you that how you can clone the design or UI of Instagram which is the most famous social media platform. By following this tutorial you would be able to understand the basic structure of Flutter and how to work and play with widgets. You would also be able to understand the basic concepts of importing assets into your Flutter project. This is the third and last part...
Flutter: Instagram clone Design | UI/UX | Search Screen | Part 2 - Proglabs
มุมมอง 4053 ปีที่แล้ว
In this tutorial I will show you that how you can clone the design or UI of Instagram which is the most famous social media platform. By following this tutorial you would be able to understand the basic structure of Flutter and how to work and play with widgets. You would also be able to understand the basic concepts of importing assets into your Flutter project. This is the second part of the ...
Flutter: Instagram Design Clone | UI/UX | Home Screen | Part 1 - Proglabs
มุมมอง 1.4K3 ปีที่แล้ว
In this tutorial I will show you that how you can clone the design or UI of Instagram which is the most famous social media platform. By following this tutorial you would be able to understand the basic structure of Flutter and how to work and play with widgets. You would also be able to understand the basic concepts of importing assets into your Flutter project. This is the first part of the s...
Flutter - Twitter Authentication with Firebase | Tutorial | Firebase Auth
มุมมอง 7K3 ปีที่แล้ว
In this Flutter - Twitter Authentication with Firebase tutorial, I will show you how to create an app on Firebase and connect it with your Flutter application and you will learn how to integrate the most popular Login with Twitter for your Flutter app. After watching this tutorial you would be able to authenticate the users via twitter authentication. Source Code: github.com/proglabs/flutter_fi...
Flutter - Firebase Mobile phone Authentication| Firebase otp | Tutorial
มุมมอง 29K3 ปีที่แล้ว
Flutter - Firebase Mobile phone Authentication| Firebase otp | Tutorial
Flutter - Google login Authentication with firebase - How to add Google Authentication in Flutter
มุมมอง 8K3 ปีที่แล้ว
Flutter - Google login Authentication with firebase - How to add Google Authentication in Flutter
Flutter - Facebook login Authentication with firebase How to add Facebook Authentication in Flutter
มุมมอง 21K3 ปีที่แล้ว
Flutter - Facebook login Authentication with firebase How to add Facebook Authentication in Flutter
Flutter Tutorial using Dart from Beginner to Expert - How to setup flutter - Part 1
มุมมอง 1494 ปีที่แล้ว
Flutter Tutorial using Dart from Beginner to Expert - How to setup flutter - Part 1
Intro to firebase with Android Studio - Retrieving Data - Beginner to Professional - Part 6
มุมมอง 1345 ปีที่แล้ว
Intro to firebase with Android Studio - Retrieving Data - Beginner to Professional - Part 6
Intro to firebase with Android Studio - Updating Data - Beginner to Professional - Part 5
มุมมอง 595 ปีที่แล้ว
Intro to firebase with Android Studio - Updating Data - Beginner to Professional - Part 5
Intro to firebase with Android Studio - Deleting Data - Beginner to Professional - Part 4
มุมมอง 745 ปีที่แล้ว
Intro to firebase with Android Studio - Deleting Data - Beginner to Professional - Part 4
Intro to firebase with Android Studio - Saving Data - Beginner to Professional - Part 3
มุมมอง 1485 ปีที่แล้ว
Intro to firebase with Android Studio - Saving Data - Beginner to Professional - Part 3
Intro To Unity3D - Beginners Tutorial - Clone of YO LETS UP Game - Part 3
มุมมอง 1405 ปีที่แล้ว
Intro To Unity3D - Beginners Tutorial - Clone of YO LETS UP Game - Part 3
Intro to firebase with Android Studio - Connecting with Android - Beginner to Professional - Part 2
มุมมอง 2355 ปีที่แล้ว
Intro to firebase with Android Studio - Connecting with Android - Beginner to Professional - Part 2
Intro to firebase with android studio - Beginner to Professional level - Part 1
มุมมอง 2835 ปีที่แล้ว
Intro to firebase with android studio - Beginner to Professional level - Part 1
Intro To Unity3D - Beginners Tutorial - Clone of YO LETS UP Game - Part 2
มุมมอง 1225 ปีที่แล้ว
Intro To Unity3D - Beginners Tutorial - Clone of YO LETS UP Game - Part 2
Intro To Unity3D - Beginners Tutorial - Clone of YO LETS UP Game - Part 1
มุมมอง 2185 ปีที่แล้ว
Intro To Unity3D - Beginners Tutorial - Clone of YO LETS UP Game - Part 1
How to parse latitude and longitude to get complete information using geocoding in Android Studio
มุมมอง 6705 ปีที่แล้ว
How to parse latitude and longitude to get complete information using geocoding in Android Studio
How to create fragments and show google maps in fragments in Android Studio - Latest Method
มุมมอง 9K5 ปีที่แล้ว
How to create fragments and show google maps in fragments in Android Studio - Latest Method
How to get current location of the user and show nearby places in Android Studio - Latest Method
มุมมอง 21K5 ปีที่แล้ว
How to get current location of the user and show nearby places in Android Studio - Latest Method

ความคิดเห็น

  • @JayRTGGamer
    @JayRTGGamer 4 หลายเดือนก่อน

    Struggled at first but I managed to get it to work. I also change it so that I can get current location using initState. I also probably need to get it to display it in my another screen instead of having to navigate to another screen.

  • @vadakkanchottanikara
    @vadakkanchottanikara 6 หลายเดือนก่อน

    😔😔😔 background map image not work

    • @ProglabsOfficial
      @ProglabsOfficial 6 หลายเดือนก่อน

      Hi ... can you kindly explain your issue in more details because I dont understand your issue

  • @vadakkanchottanikara
    @vadakkanchottanikara 6 หลายเดือนก่อน

    Not worked me

    • @ProglabsOfficial
      @ProglabsOfficial 6 หลายเดือนก่อน

      Hi could you explain me what issue you are facing in this?

  • @apieceofcode-gd1mm
    @apieceofcode-gd1mm 7 หลายเดือนก่อน

    thank u so much for this tutorial but I have a problem when I start searching about places I get a message that this API project is not authorized to use this API.. I don't know what's wrong ?

    • @ProglabsOfficial
      @ProglabsOfficial 6 หลายเดือนก่อน

      Hi You need to enable billing in your google console account then it will show no error

  • @HamzaBaidar
    @HamzaBaidar 7 หลายเดือนก่อน

    But how we can draw the polyline which should follow the exact path of Google map?

  • @vibelyrics07
    @vibelyrics07 10 หลายเดือนก่อน

    Brilliant man ❤❤ , done a greate job , but can you tell me it is not following the roads like the google maps do while navigating , means why it is not following the roads ??

  • @josealejandrosanchez4180
    @josealejandrosanchez4180 10 หลายเดือนก่อน

    funciono muy buen contenido , solo hay un error, es cuando esta el buscado no funciona al darle clic en retroceder o cerrar ese dialogo de buscador, que hace falta para cerrar el dialogo o el buscador

  • @adeirwan-l5s
    @adeirwan-l5s 10 หลายเดือนก่อน

    When using the Google Maps Flutter package, does it need to be integrated with the Google Maps API? because I saw in the Google Maps Flutter package documentation something like that

    • @ProglabsOfficial
      @ProglabsOfficial 6 หลายเดือนก่อน

      Hi yes you need to have Google maps key in order to display the map

  • @matheusmelo4862
    @matheusmelo4862 11 หลายเดือนก่อน

    Big thanks brooooooo, working 2 years later haha

    • @ProglabsOfficial
      @ProglabsOfficial 6 หลายเดือนก่อน

      hahaha yes thats surprising for me as well :P

  • @luis96xd
    @luis96xd ปีที่แล้ว

    Amazing tutorial, everything was well explained, thanks!

  • @igdagusryankurniantara1053
    @igdagusryankurniantara1053 ปีที่แล้ว

    hey can i ask something, in my apps, the autocomplete just stack in loading condition, not showing the places, can u help me ?

    • @ProglabsOfficial
      @ProglabsOfficial 6 หลายเดือนก่อน

      Hi you need to check your logs for it because I think your billing is not enabled thats why its not showing you any suggestions

  • @Slayer-e7y
    @Slayer-e7y ปีที่แล้ว

    Greetings to all This problem arose when trying to compile my projects on a physical device (Redmi S1). * What went wrong: A problem occurred evaluating root project 'android'. > A problem occurred configuring project ':app'. > Could not create task ':app:copyFlutterAssetsDebug'. > Could not create task ':app:mergeDebugAssets'. > Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method. Can anybody help me?

  • @AimanStormShadow
    @AimanStormShadow ปีที่แล้ว

    Thanks for the guide! Anyway, how can I get nearby places for specific places such as "Gym"?

  • @MohitVerma-m2e
    @MohitVerma-m2e ปีที่แล้ว

    where is Source code

  • @rameshmadhuranga7429
    @rameshmadhuranga7429 ปีที่แล้ว

    greate

  • @faizafarooqui6435
    @faizafarooqui6435 ปีที่แล้ว

    what about login with different accounts? can all the users of my app will be able to login or just me developer account?

    • @ProglabsOfficial
      @ProglabsOfficial 6 หลายเดือนก่อน

      Hi once your application is live on stores (Google play or AppStore)then anybody can login with their facebook account

  • @faizafarooqui6435
    @faizafarooqui6435 ปีที่แล้ว

    text size of your editor is too small

    • @ProglabsOfficial
      @ProglabsOfficial 6 หลายเดือนก่อน

      Hi thanks for your suggestion I will increase it in my next playlist

  • @maheshkattel
    @maheshkattel ปีที่แล้ว

    Thank You Brother😍😍😍😍😍😍

  • @RoyQaisVlog
    @RoyQaisVlog ปีที่แล้ว

    Facing This error how to fix it? Try correcting the name to the name of an existing method, or defining a method named 'showSnackBar'. homeScaffoldKey.currentState!.showSnackBar(SnackBar(content: Text(response.errorMessage!)));

  • @sreyamr7201
    @sreyamr7201 ปีที่แล้ว

    how to autofill this otpcode in textfield?

  • @kausarfatima4371
    @kausarfatima4371 ปีที่แล้ว

    Sir video quality is not good

  • @faridanggoro1927
    @faridanggoro1927 ปีที่แล้ว

    "Location service disable" Could u please help me?

  • @SheikhHassanMajeed
    @SheikhHassanMajeed ปีที่แล้ว

    In Flutter App, Places API working fine in Android, but in iOS App it doesn't work. Please let me know if you know the same workaround for iOS too?

  • @ThangTran-ze6qh
    @ThangTran-ze6qh ปีที่แล้ว

    i wonder if this API search is free forever ????

  • @thijbfip223
    @thijbfip223 ปีที่แล้ว

    thanks bro, finally someone who explain in a simple way how this works, wish you the best <3

  • @leonken7592
    @leonken7592 ปีที่แล้ว

    Excellent tutorial

  • @SICSPRADEEPHV
    @SICSPRADEEPHV ปีที่แล้ว

    Sir i put my api key but map not opening

  • @ryhana3917
    @ryhana3917 ปีที่แล้ว

    Can you help me please what should i do if i want to get location for another device not my location in need it in my graduation project

  • @mdnnjony4000
    @mdnnjony4000 ปีที่แล้ว

    Helo brothet may i know your email? Contact

  • @ameenliaqat9401
    @ameenliaqat9401 ปีที่แล้ว

    Sir map is not showing now on my device maybe its old tutorial or what?

  • @muhammadridhazuliannor5892
    @muhammadridhazuliannor5892 ปีที่แล้ว

    How to get current location show map google like video and post long latitide to api endpoint, please next tutorial of this video

  • @blenderup919
    @blenderup919 ปีที่แล้ว

    Google Maps Key/Token = pay??

  • @kabirkhadka6807
    @kabirkhadka6807 ปีที่แล้ว

    nice video but my mappage is not showing total diatance, total time as well as polyline is not shown. No error is shown while running the app. App builds smoothly. Where am i getting problem. Please help asap!!!!

  • @c00per_
    @c00per_ ปีที่แล้ว

    Hi bro please reply, is places API free to do this project and is it possible to display nearby attractions.?

  • @trunganhvu3677
    @trunganhvu3677 ปีที่แล้ว

    Can you help me fix this? ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value

  • @Warfare0king
    @Warfare0king ปีที่แล้ว

    thank you so much mate earned a sub!

  • @innoconnecttech
    @innoconnecttech ปีที่แล้ว

    good video and very helpful , thank you

  • @ariffhaikal6461
    @ariffhaikal6461 ปีที่แล้ว

    Good Tutorial, can you continue this series where you get user current location and it will show you nearby places that you set, for example clinics.

  • @gohugo472
    @gohugo472 ปีที่แล้ว

    i have this error when i try to run the Github Project: FAILURE: Build failed with an exception. * What went wrong: Could not open settings generic class cache for settings file 'D:\TestPourEntrevue\google-maps-with-flutter\android\settings.gradle' (C:\Users\Tian kui\.gradle\caches\6.7\scripts\1fnwrr8g4rohfp291nvlxj5qe). > BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 60 * 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.

    • @ProglabsOfficial
      @ProglabsOfficial ปีที่แล้ว

      Hello Derpy, you can try restarting your Android Studio or try to restart your system as well

  • @simonageorgieva6498
    @simonageorgieva6498 ปีที่แล้ว

    currently the lat and long values are hardcoded, how we can modify it to be real time(based on user current location)?

    • @ProglabsOfficial
      @ProglabsOfficial ปีที่แล้ว

      Hello Simona, you can combine the code from my 2 tutorials 1. how to get user current location 2. how to get nearby places then you can use the dynamic lat, lng

    • @shubhitupe3581
      @shubhitupe3581 ปีที่แล้ว

      can you please give the code of the combine tutorials it will help a lot 👍👍@@ProglabsOfficial

  • @andrevini8099
    @andrevini8099 ปีที่แล้ว

    Thank you very much for this video, I just subscribed, fan from brazil

    • @ProglabsOfficial
      @ProglabsOfficial ปีที่แล้ว

      Thanks Andre your appreciation means alot :)

  • @Raisboyedit
    @Raisboyedit ปีที่แล้ว

    bro what is that key ?

    • @ProglabsOfficial
      @ProglabsOfficial ปีที่แล้ว

      Hello Hyperuz, Its Google Maps API Key you can get this from GCP

  • @awaisshah7925
    @awaisshah7925 ปีที่แล้ว

    Sir plz help me. I have this error E/zzf ( 5783): Failed to get reCAPTCHA token with error [There was an error while trying to get your package certificate hash.]- calling backend without app verification W/FirebaseAuth( 5783): [FirebaseAuthFallback:] App hash will not be appended to the request. W/FirebaseAuth( 5783): [SmsRetrieverHelper] SMS auto-retrieval unavailable; SmsRetriever will not start. W/System ( 5783): Ignoring header X-Firebase-Locale because its value was null. E/FirebaseAuth( 5783): [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17093 null Reloaded 2 of 949 libraries in 3,100ms (compile: 242 ms, reload: 856 ms, reassemble: 804 ms).

    • @ProglabsOfficial
      @ProglabsOfficial ปีที่แล้ว

      you need to add you SHA-key in the Firebase

    • @awaisshah7925
      @awaisshah7925 ปีที่แล้ว

      @@ProglabsOfficial I already added both Sha1 and sha 256

  • @숨스-g6d
    @숨스-g6d ปีที่แล้ว

    Thank you for helpful video. 👍

  • @si11_ibrahim
    @si11_ibrahim ปีที่แล้ว

    Thank you so much sir ☺️❤️

  • @almamun2565
    @almamun2565 ปีที่แล้ว

    Good one, please carry on!

  • @codelearner419
    @codelearner419 ปีที่แล้ว

    sir code looks to small, it is unable to be seen

    • @ProglabsOfficial
      @ProglabsOfficial ปีที่แล้ว

      Hello Code Learner, sure from next videos I will this in my mind

  • @ArjunArora-xs5cl
    @ArjunArora-xs5cl ปีที่แล้ว

    nice but can you tell me,From where did you get the API??

    • @ProglabsOfficial
      @ProglabsOfficial ปีที่แล้ว

      Hello Arjun, You can get this from GCP

    • @ArjunArora-xs5cl
      @ArjunArora-xs5cl ปีที่แล้ว

      @@ProglabsOfficial can we use this api without entering billing account??

    • @istiakahmed3033
      @istiakahmed3033 ปีที่แล้ว

      @@ArjunArora-xs5cl I think we cannot use this without filling billing information now on.

  • @hasiramahel9689
    @hasiramahel9689 ปีที่แล้ว

    Much Love Bro :-)

  • @malikarif6257
    @malikarif6257 ปีที่แล้ว

    MOst descriptive level is the explain 🥰