Your videos giving me much confidence in getx+flutter
@neglasuleiman2355 Жыл бұрын
The best flutter tutorial so far
@CodingwithT Жыл бұрын
Thank you
@Unknownue8686 Жыл бұрын
guys for iOS gallery permission follow the bellow steps: step 1 :- [Flutter Project Folder]/ios/Runner/Info.plist step 2 :- add the given in " info.plist " NSPhotoLibraryUsageDescription This app requires access to the photo library. NSMicrophoneUsageDescription This app does not require access to the microphone. NSCameraUsageDescription This app requires access to the camera.
@CodingwithT Жыл бұрын
Thank you buddy. I forgot about these permissions. 🎉🤠
@ruuching22228 ай бұрын
Thanks bro!
@SHAJUSHAHINA3 ай бұрын
Hi bro, kindly do a video for the multiple permission request in flutter for both android and ios with a show rational popup. Then it would be better for your subscribers. Else Google and apple developer console will reject the final releases. You were doing great man. A dev person can build an e com app from scratch through your videos
@CodingwithT3 ай бұрын
Hello 👋, Thank you for your appreciation. Checkout this package permission_handler in pub.dev
@PutTrader-ol2se Жыл бұрын
your explained it in great way , but please also explain the changes you do offline as well such as Cached Network Images ?
@CodingwithT Жыл бұрын
I will try my best to explain more and easy understandable.
@a47gaming25 Жыл бұрын
❤❤ Thank you.I really like your playlist sir.
@CodingwithT Жыл бұрын
You welcome 🤗
@ngonimudzudzu3611 Жыл бұрын
I really like your videos. Thank you sir!
@CodingwithT Жыл бұрын
You welcome 🤗
@Englishwithodo3 ай бұрын
thank your for your work. I have a question: how I can set a custom 4 digits number for User Id instead that long number documnet id generated from firebase ? Thank you in advance
@CodingwithT2 ай бұрын
That is the custom approach you can use or maybe you can try UniqueKey
@talakpatel2423 Жыл бұрын
Waiting for this video 🤩, will you also implement admin panel to get orders?
@CodingwithT Жыл бұрын
Yes after this playlist 😁
@talakpatel2423 Жыл бұрын
@@CodingwithTGreat will be following closely 🔥🔥
@neglasuleiman2355 Жыл бұрын
@@CodingwithT. I can’t wait am always on look for new videos I really appreciate
@FabianKim. Жыл бұрын
Hello sir...Thank you for this great playlist... I noted that you forgot to change the default profile picture on the settings page...How about that
@CodingwithT Жыл бұрын
You are right 👍 and thank you 💞. Just follow the same approach 🤠 and done. Create an instance as we did on the home screen to display the name and use the image.
@FabianKim. Жыл бұрын
@@CodingwithT Awesome...I did it
@amanimakoi76517 ай бұрын
@@CodingwithT Sir I tried to solve this issue but in my case it doesn't work I don't know what to do
@amanimakoi76517 ай бұрын
@@FabianKim. Can you please help me if you manage to display the profile picture in setting page
@RehmanJutt-zo4eg7 ай бұрын
Sir i have a Issue when i change profile picture to gallery error popup something want to wrong pls try again.
@davidmelgar34016 ай бұрын
I have the same problem
@CodingwithT6 ай бұрын
I’m sorry you’re encountering that issue. I think the issue might be because Firebase Storage is not properly configured or opened. Please make sure your Firebase Storage settings are correctly set up and accessible.
@Dhara_Joshi4 ай бұрын
Did your issue get resolved?
@Englishwithodo3 ай бұрын
@@Dhara_Joshi check the rulles in Firebase Storage . I edited in my case in this way: allow read; allow write: if request.auth != null;
@adtrwbw3 ай бұрын
Good day Sir, how to delete the old image in firebase storage after we upload the new one ?
@CodingwithT3 ай бұрын
Use the url or folder/file name to track the old one and simply delete using query
@adtrwbw3 ай бұрын
@@CodingwithT so just add .delete() query before updating the image will do the trick? Or I need new button to delete it
@djamamockejoel1597 ай бұрын
When I choose dummy picture like yours it fits but any picture of mine won't... The picture fits in middle as a whole , left and right side remains background colour as selected... PLease help fix this iussue NB: ClipRRect has been applied.
@CodingwithT7 ай бұрын
Need to check the code
@eshu983811 ай бұрын
when i change profile picture , it did not fit in circular.
@CodingwithT11 ай бұрын
did you use ClipRRect to make image circular
@eshu983811 ай бұрын
@@CodingwithT yes I did... When I choose dummy picture like yours it fits but any picture of mine won't... The picture fits in middle as a whole , left and right side remains background colour as selected...
@ryansumbele355211 ай бұрын
@@eshu9838 i face thesame issue, did you solve it? the image fits as rectangular even though the border is circular, the border has to fit the shape of the image, i just don't know the widget to use
@eshu983811 ай бұрын
@@ryansumbele3552 not yet..
@UnknownDecode-m6b9 ай бұрын
@@eshu9838 Because You are uploading profile picture which is fully portrait or fully landscape photo. when you upload any circular photo (downloaded or edited) then it will fit
@rajvi5573 Жыл бұрын
How can we store the image locally? If I logout and log back in, my image is going back to default
@CodingwithT Жыл бұрын
Use the Cached Image to store online image copy
@wasifladla2084 Жыл бұрын
Sir is session ki video's complete kab tak hongi
@CodingwithT Жыл бұрын
In 2 weeks hopefully 😊
@muhammadshan987811 ай бұрын
My firebase is taking more than 2-3 minutes and then returning download url plz help
@CodingwithT11 ай бұрын
Check file size or Internet connection. Firebase servers are exceptional
@ryansumbele355211 ай бұрын
profile picture updates in profile screen but not in settings screen , please help
@CodingwithT11 ай бұрын
use OBX for update
@khaledmohamed6777 Жыл бұрын
Can you plz make a backend video for rating and review 🙏🙏
@CodingwithT Жыл бұрын
Yes I will
@khaledmohamed6777 Жыл бұрын
Thanx❤️
@map-dev Жыл бұрын
Hi sir please help me i'm stuck on exception code please
@CodingwithT Жыл бұрын
Code is already uploaded in the latest Flutter starter kit
@umarshakir-m8i Жыл бұрын
waiting sir
@lilykarmila4559 Жыл бұрын
🎉🎉🎉
@rAZe531Ай бұрын
can i use this without storage?
@CodingwithTАй бұрын
you can use Firebase without using its storage feature
@rAZe531Ай бұрын
@ sorry i mean firebase storage
@Qazi_Abbas8 ай бұрын
bilqul smj ni ai
@CodingwithT8 ай бұрын
You can ask me any questions you may have.
@RehmanJutt-zo4eg7 ай бұрын
Sir, I have tried to contact you on WhatsApp and have also tried to contact your team regarding the error but I am not getting any reply please reply me
@CodingwithT6 ай бұрын
Please check firebase storage is setup for storing the images.