- 10
- 18 343
AppSense
Приєднався 1 вер 2023
Firebase Sub-Collection (Fetch Data) using Flutter || Nested Collection || Flutter
This video is about how to fetch data from firebase firestore (Nested-Collection/ subCollection).
Keywords:
#fetchdata #subcollection #firebasedatabase #firebasetutorial #firestore
Keywords:
#fetchdata #subcollection #firebasedatabase #firebasetutorial #firestore
Переглядів: 364
Відео
Add sub-collection inside another Collection in Flutter Firebase
Переглядів 1916 місяців тому
If you are looking for how to create subcollection (nested collection) and store data in this subcollection this tutorial is for you. keyword: #subcollectioninfirebase #flutter #nestedcollection #subcollection #fluttertutorialforbeginners #fluttertutorial
How to fetch data from firebase firestore using streambuilder in flutter || CRUD operation
Переглядів 2976 місяців тому
in this video i will show you how to read data from firebase firestore. Previous video was about how to store data into firebase. Source code: github.com/shuvosonjoy/Flutter_Application/tree/firebase_branch/lib keyword: #firebasedatabase #firebasetutorial #read_data #fetchdata #retreivedata #crudinflutter #connectinofirebase
How to save data to firebase firestore from flutter app [2024]
Переглядів 1,2 тис.8 місяців тому
In this video I will show you how to store data to firebase. I will use firestore database to write the data to firebase. source code: github.com/shuvosonjoy/Flutter_Application/tree/firebase_branch/lib Keyword: easy tutorial firebase firestore database how to write data to firebase flutter firestore database android app to firebase save data from android app to firebase save data from flutter ...
How to Connect Flutter App with Firebase [2024] Easy Setup!
Переглядів 7 тис.9 місяців тому
Step by step showing how to connect firebase with flutter app in android studio. github: github.com/shuvosonjoy #firebase #fluttertutorialforbeginners #firebasetutorial #databaseflutter #firebasesetup
How to create Custom Tab bar in Flutter || beginner tutorial
Переглядів 356Рік тому
This video tutorial is about how to make a tabbar with flutter. You can learn the implementation of tab bar in body section, not in appbar. color: Color(0xFFEB0505), Here the source code of tab bar- github.com/shuvosonjoy/Flutter_Application/blob/tab_bar/lib/main.dart keyword: Flutter tabbar, tabbar in flutter, how to create tab bar in flutter application, tab bar tutorial, tab bar in body flut...
Flutter simple Todo App tutorial for beginner (Source code)
Переглядів 2,6 тис.Рік тому
By watching this video you can get idea how to make a todo list using flutter. Tutorial is very simple and you can understand it if you are beginner. The functionality of this todo app is only add and delete features. Here I attach github repository link (Source code) for practice and Clear readings of code, Github Link : github.com/shuvosonjoy/Flutter_Application/blob/simple_todo_list/lib/main...
How to build auto Image Slider in Flutter || Carousel Slider Tutorial || Easy flutter tutorial
Переглядів 2,1 тис.Рік тому
This video is about Carousel Slider in flutter. Watch it if you want to learn Carousel Slider or you wanted to make an image slider. dependencies: carousel_slider: ^4.2.1 source code(github) : github.com/shuvosonjoy/Flutter_Application/blob/carousel_slider/lib/main.dart keyword: easy technique image slider in flutter Carousel Slider tutorial image slider tutorial how to move images banner slide...
How to Fix Intel HAXM is not installed in Android studio || 100% FIXED AVD HAXM installation failed
Переглядів 3,3 тис.Рік тому
While running emulator in Android studio you maybe face a problem " Intel HAXM installation failed ". In this video I show you how you can 100% fix your problem. Android studio shows an error message - "Intel HAXM is required to run this AVD" while running android development in your pc. here I gave 100% solution to fixed this problem. Tag: Emulator not running in android studio , Emulator prob...
Upload Flutter Project to GitHub from Android Studio
Переглядів 1,4 тис.Рік тому
In this tutorial I discussed about how to upload Android Studio flutter project to github. Download Link: git-scm.com/downloads * how to upload flutter project on github
thanks for the video, it really helped
doest not work
you explain very fast so fast
Thank you bro
🔥solved!! thank U
dont work :(
it connected sir, for me also the change was instead of 4.4.1 firebase, i used 4.3.15 just as you showed in your video.. THANKYOU
in my android/build.gradle don't have dependency section but app/build.gradle have dependency so can I use this one ??
I dont have a Dependencies section And where is the pludin section!? As i use flutter 3.22
Thank you so much
Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly., Exception, Cause: null, Stacktrace: java.lang.Exception: Failed to load FirebaseOptions from resource. Check that you have defined values.xml correctly. Please help
Did u get the solution?
my android level build.gradle looks different and it doesnt have a buildScript{} should I add one?
Same😢
Me same, new gradle version don't have buildScript
@@zaitoontech Bhai problem solve Hui ya nhi plz help
Thank you :)
thanks, for the tips i changed the version
what if i dont have the dependencies part on android/build.gradle? it seems my build.gradel didn't build with anything from allproyects upwards
in that case you have to work on plugins section like this - plugins { id 'com.android.application' version '7.3.0' apply false id 'com.google.gms.google-services' version '4.4.1' apply false }
@@Appsenses I resolve it just copying a correct one from the start, from the build section and just adapt it to the data that I already had, thanks for the tutorial tho, it help me A LOT
* What went wrong: A problem occurred configuring root project 'android'. > Could not resolve all files for configuration ':classpath'. > Could not find com.google.gms.google-services: 4.4.1:. Required by: project :
make sure you did all of this: -- downloaded and included google-services.json file in app(src) repository -- in app level build.gradle you wrote minSdkVersion like this 'minSdkVersion 21' inside defaultconfig. -- in app level build.gradle you includes id "com.android.application" id "kotlin-android" id "dev.flutter.flutter-gradle-plugin" id 'com.google.gms.google-services' all of this plugins in plugins section -- in project level build gradle inside dependency section you included "classpath 'com.google.gms:google-services:4.3.15'', if you still got error use latest version and update you flutter sdk writing 'flutter upgrade' in terminal. if still there is error please notify me.
buildscript { ext.kotlin_version = '1.9.23' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:8.7' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.google.gmd:google-services:4.4.1' } } plugins { // ... // Add the dependency for the Google services Gradle plugin id("com.google.gms.google-services") version "4.4.1" apply false
when u add pluging it works
I was frustated from over 25 days because of the update of firebase, I could'nt connect my application to firebase. After this video I was able to connect with firebase, The change from 4.4.1 to 4.3.15 really works. Can you suggest what if we want to connect latest flutter sdk version which do not have the buildscript block in build.gradle file
therfore you need to write it in plugins section in project-level gradle file. like this- plugins { id 'com.android.application' version '7.3.0' apply false id 'com.google.gms.google-services' version '4.4.1' apply false }
I got error failed to load resource.intillizing firebase
Check your Internet: Make sure your device or emulator has a working internet connection. Verify Firebase Setup: Double-check the files you got from Firebase (like google-services.json) and make sure they're in the right place in your Flutter project. Update Dependencies: Make sure you've added the right Firebase dependencies in your pubspec.yaml file and run flutter pub get to install them. Check Android Studio Setup: Ensure you've set up Firebase correctly in your Android project files (like build.gradle). Look for Errors: Run your app in Android Studio's debug mode and check the Logcat for any errors related to Firebase or the internet. Keep Things Updated: Make sure your Flutter, Android SDK, and Android Studio are up-to-date. Restart and Retry: Sometimes, simply restarting Android Studio or your device/emulator can solve the problem. Try on a Real Device: If you're using an emulator, try running your app on a real device to see if that makes a difference.
if you are getting error please follow this instruction. 1.open app level build.gradle 2.change ' minSdkVersion flutter.minSdkVersion ' to ' minSdkVersion 21 ' hope everything will works perfect.
Thanks, finally solved . I was struggling almost 10 days.
keep supporting
I recieve Error
details please!
try this instruction please: 1.open app level build.gradle 2.change ' minSdkVersion flutter.minSdkVersion ' to ' minSdkVersion 21 ' and then build the app. hope it will work. if not then provide details please.
Thank you for providing such clear instructions! When is the next video coming up?
Thanks for your support! working on the next video and aiming to upload it soon. Stay tuned!
not working dude...
I'm sorry to hear that you're having trouble. Can you please provide more details about the issue you're encountering? That way, I can try to assist you better and ensure the tutorial works for you. Thanks for reaching out!
try this instruction please: 1.open app level build.gradle 2.change ' minSdkVersion flutter.minSdkVersion ' to ' minSdkVersion 21 ' and then build the app. hope it will work. if not then provide details please .
can't find "hyper v" T-T
Sorry for that. But you can try this steps for enabling hyper-v Enable Virtualization in BIOS/UEFI: To use Hyper-V, you need to enable virtualization in your computer's BIOS or UEFI settings. The steps to do this vary depending on your motherboard manufacturer and model. Usually, you'll need to access the BIOS/UEFI during startup (commonly by pressing a key like F2, F12, or Delete) and then navigate to the virtualization settings. Install Hyper-V Feature: Once you've confirmed that your computer supports virtualization and enabled it, follow these steps to enable Hyper-V: a. Right-click on the Start button and select "Apps and Features." b. Click on "Programs and Features" on the right side. c. In the "Programs and Features" window, click on "Turn Windows features on or off" on the left side. d. In the "Windows Features" dialog box, scroll down and find "Hyper-V." Check the box next to "Hyper-V" and any other Hyper-V features you want to enable. e. Click "OK" and Windows will install the Hyper-V feature. You may need to restart your computer. Hyper-V Manager: After enabling Hyper-V, you can find and launch "Hyper-V Manager" from the Start menu or by searching for it. This is the management tool for Hyper-V, where you can create and manage virtual machines.
Helpful✨
❤
ty for sharing👍
stay connected.
I enjoyed the video. I am so happy for you. thank you
Static🔥
Easy tutorial on carousel slider. Helpful