If by the end this thing would work. I'll gift you $100
@SantosEnoque3 жыл бұрын
🔥😂😂 now thats a great motivation, LET'S GOOOO
@andyz2747 Жыл бұрын
So what happened it works ????
@AnanSalim9 ай бұрын
haha@@andyz2747
@clemco63 жыл бұрын
I am new to Flutter, and for months i was looking for a simple connect on how to transfer from local products to firebase and there it is in this Wow! great job Santos
@SantosEnoque3 жыл бұрын
Thank you Mr Clem
@balajil63613 жыл бұрын
Can you please tell me , how to get started and how you started learning flutter. That would be helpful for me. Thanks in advance.
@clemco63 жыл бұрын
Excellent !!!!!!!!!!!!!! well done ,i love it looking forward to the rest of it !
@clemco63 жыл бұрын
You have me excited for more video! send them as soon as possible ! please.
@SantosEnoque3 жыл бұрын
Sure thing
@muhammadsaad25393 жыл бұрын
Excellent work! waiting for the next part
@SantosEnoque3 жыл бұрын
Coming soon
@johnsonokoli40403 жыл бұрын
Can someone help point to the previous video before this stage? where the cart display, user authentications and the rest was done.
@hashankannangara87233 жыл бұрын
Wonderful video with GetX! Thanks
@SantosEnoque3 жыл бұрын
Thanks for watching
@AlexDevL3 жыл бұрын
WOWOWOWOWOWOW I really really really appreciate this video! Thanks a lot!
@SantosEnoque3 жыл бұрын
Thank you for the suggestion
@mohdazam37763 жыл бұрын
Also add option to favorite the product. Eagerly waiting for the next video.
@alikerivan87163 жыл бұрын
I can't wait for part 2
@SantosEnoque3 жыл бұрын
Shortly
@사랑아화이팅3 жыл бұрын
dont wait for it, this guy never finishes anything lol
@SantosEnoque3 жыл бұрын
@@사랑아화이팅 hello mate, look I understand your frustration, and I am sorry for that, nevertheless I will be working to fix that, Thank you
@alikerivan87163 жыл бұрын
@@사랑아화이팅 Take it easy. He will finish what hr started I believe
@dgdfacil3 жыл бұрын
Afinal Kiba é programador 😍❤️
@camilosierra79323 жыл бұрын
Great Video! Can you explain how to make it null safety?
@Juliapak2 жыл бұрын
Ok so the payment controller needs to be updated. I've done some of the work already. You just need to use stripe library and not stripe_payments (video is slightly outdated). I'll let you know how it goes. oh and btw i used Rapyd payment as well, its similar to stripe but for other countries.
@Elif-ww1fw Жыл бұрын
were you able to complete?
@DejAyEnterprise3 жыл бұрын
is part 3 available, the one on stripe payment? Thanks and keep this awesome tut alive. Looking forward as I am trying ot transition from other state managements (bloc and provider) to GetX
@SantosEnoque3 жыл бұрын
Next week
@DejAyEnterprise3 жыл бұрын
@@SantosEnoque Thanks partner. Looking forward to it. Just curious, do you plan to include an admi collection (to enable store management by designated admin users) and orders controller?
@Maxh3 жыл бұрын
I see you 🤲🏾
@SantosEnoque3 жыл бұрын
Cant stop won't stop
@aqua_dio3 жыл бұрын
thank you the video) what name is of video where you show models?
@collinrobinson12943 жыл бұрын
Hey you do a video with flutter and AWS Amplify
@Juliapak3 жыл бұрын
So here is a question for you: How do I account for stock? Say I want the item to be removed from the product list if stock reaches 0, how do I do this? Please help
@johnsonokoli40403 жыл бұрын
Can someone help point to the previous video before this stage? where the cart display, user authentications and the rest was done.
@ardeshirojan14683 жыл бұрын
Thanks for the amazing video.... just one question is this way optimized?
@Juliapak2 жыл бұрын
Does this map the user to the cart? I looked and it doesn't seem so
@fawadmir64193 жыл бұрын
Can we do the same procedure using Firebase Realtime database . kindly guide about this also.
@rajpotdar69033 жыл бұрын
I used the same logic but its not working the product listing is not working at all. Can you tell me how it can be solved?
@buu45043 жыл бұрын
same error if solved pls tell me
@ezharmahesa77643 жыл бұрын
Same error
@serticode2 жыл бұрын
Hey Santos ... Thanks for the video ... I noticed my stream doesn't close after the docs are gotten what could be the issue ?
@danyegon55303 жыл бұрын
Can you integrate PayPal/credit card payment system?Will be really great
@mainty_app3 жыл бұрын
Hi, just curious if using firebase as constants is better than putting them in a GetX service ?
@maskeypawan28762 жыл бұрын
Can't load data from firebase and userheader. Solved all the null errors but still can't load the data . Little help here !!
@muhammadafzal2372 жыл бұрын
I suggest to create payment system for PayPal, Stripe and one of Pakistan's payment system. Thanks
@eldersonlaborit22903 жыл бұрын
Nice work
@marcomazino31353 жыл бұрын
The products aren't showing for me & don't know how to fix it ??
@josbexerr51663 жыл бұрын
Gracias Mister Santos
@santoshmaharana40203 жыл бұрын
Can you make Django + Flutter CRUD app? with Secure User Authentication!
@DejAyEnterprise3 жыл бұрын
I made the change to SingleProduct class to get product images from the network but still, I am getting blank screen after login in. I do have the appbar but no product display.
@DejAyEnterprise3 жыл бұрын
Solved this after I included a "shrinkWrap = true" to the GridView.count builder. But then I ran into another issue, that of type mismatch (String and toDouble() method as I posted earlier). Please help
@hossamTTV3 жыл бұрын
@@DejAyEnterprise Hello bro, I also facing the same problems even after adding the "shrinkWrap = true" to the GridView.count builder. If you fixed these problems please tell me how. Thanks.
@odin_00772 жыл бұрын
thas's all
@DejAyEnterprise3 жыл бұрын
Hi Mates! I am getting error in my product model file when price is coded as double: Class 'String' has no instance method 'toDouble'. The error is preventing the cart item funtion to work and when I changed price to string variable, I am unable to calculate the totalItem price. Please help. I noticed that only toString() option comes up when trying to assign toDouble() as a metthod to the price variable.
@ezharmahesa77643 жыл бұрын
Same too, do you have solved?
@leumaix3 жыл бұрын
Hi can u build a pos app for restaurant ?
@auliasabril1899 Жыл бұрын
Would you like to update the github? Some of your coding is outdated and cannot build the entire program work
@condenzalbonia66732 жыл бұрын
can you do paypal or gcash payment?
@manishmg39943 жыл бұрын
can i use your code without need of any copyright licence, if i can then thanks ,keep creating such content
@ziaurrezajoy3 жыл бұрын
Thank you so much ❤️
@camilosierra79323 жыл бұрын
Im getting this error: Exception caught by scheduler library ═════════════════════════════════ The following _CastError was thrown during a scheduler callback: type 'UserController' is not a subtype of type 'UserController' in type cast where UserController is from package:petmypet/controllers/AuthController.dart package:petmypet/controllers/AuthController.dart:1
@rifanaldio46402 жыл бұрын
can i use web to run this app ?
@Rapshart3 жыл бұрын
Bro can you use the M-pesa ApI for the payment Option? Please it's Important✊
@dgdfacil3 жыл бұрын
Boa, É possível ?
@Picker223 жыл бұрын
How do learn flutter
@ronishsiwakoti64283 жыл бұрын
when is 2nd one comming ?
@SantosEnoque3 жыл бұрын
On Wednesday
@ronishsiwakoti64283 жыл бұрын
Waiting for it sir ❤️
@rahulsingh-cd2ok3 жыл бұрын
Product not showing..
@marcomazino31353 жыл бұрын
neither is mine
@Ambrozekwerondaa3 жыл бұрын
Hi guys, my app doesn't display any products from the firebase database and doesn't show any errors. What can I do?
@buu45043 жыл бұрын
same error pls tell if u solved it
@rifanaldio46402 жыл бұрын
love it
@wafaaibrahim72403 жыл бұрын
Can i make flutter app using only vs code?
@SantosEnoque3 жыл бұрын
For sure
@drammeh12093 жыл бұрын
Will there be a part three for the admin dashboard?
@lesliechiu14373 жыл бұрын
Wonderful
@abdo_star33 жыл бұрын
can use it without auth ??
@SantosEnoque3 жыл бұрын
Well, no, but I should do that
@faizalmansor34273 жыл бұрын
Hey all, I've clone the app and did some changes so that it'll work with my Firebase. However I'm stuck at figuring out why the products are not listed. I've added all the images and record into Firebase. I'm able to register and sign in successfully. But the problem is no products are shown and there is no error. Anybody else experience this? Or could anybody suggest a tip on how to troubleshoot? Thanks!
@faizalmansor34273 жыл бұрын
Got it dudes. It's becoz I got this error:class 'string' has no instance method 'todouble'. Just replace all occurrences of data[PRICE]).toDouble() & data[COST]).toDouble() to use parsing: num.tryParse(data[PRICE])?.toDouble() Might as well throw some null safety too :D
@faizalmansor34273 жыл бұрын
@Shane Pereira make sure firebase is all set up i.e. you're able to register, sign in, sign out etc. You would need to upload those images to firebase storage. Then create document(records) in firestore following the format in the video.
@faizalmansor34273 жыл бұрын
@Shane Pereira I was wrong. You ONLY need to change the one in lib/models/product.dart line 21. Just on that 1 line. No need to change in other file. Hope this helps
@maskeypawan28762 жыл бұрын
@@faizalmansor3427 done everything but still no products showing can you help me please I've got college project on Saturday to submit.
@Jss1-l7x2 жыл бұрын
Please someone help us solve this issue🥺😕😭
@rezashah223 жыл бұрын
Lets add Paypal and Stripe payment, Thanks
@SantosEnoque3 жыл бұрын
Thanks for the suggestion
@rezashah223 жыл бұрын
@@SantosEnoque Maybe the Invoice Ninja is better option since you can use different payment gateways
@DejAyEnterprise3 жыл бұрын
@@rezashah22 I second that option of invoice Ninja or any api that allows other payment gateways for wider acceptance and utility. Thx