Thanks your feedback Ashik. I already started complete e-commerce app with rest api project. You can find it from my channel- th-cam.com/video/TxVK2c3vJ0Y/w-d-xo.html
lib/models/carousel.dart:9:10: Error: The parameter 'id' can't have a value of 'null' because of its type 'String', but the implicit default value is 'null'. Try adding either an explicit non-'null' default value or the 'required' modifier. this.id, ^^ imhaving this problem n how to fix this , thanks
I think problem come because flutter 2.2 project run with null safety. Try with changing model constructor like this. Carousel({ required this.id, required this.image )};
Please make tutorial how to see more and see less functionality...plz
Thanks your feedback Ashik.
I already started complete e-commerce app with rest api project.
You can find it from my channel- th-cam.com/video/TxVK2c3vJ0Y/w-d-xo.html
This is the best for the slider ❤
Thank you
Parabéns... Tutorial muito didático.
Muito obrigado
支持这种开源的漂亮UI的教程
谢谢
is the same thing for the slides down? i mean the popular categories and popular items sliders?
No. Those are just Row of widgets inside the SingleChildScrollView(horizontal).
@@programmingnight thanks, btw great video
bro ive implement this method to call my api but getting error at isLoading while parsing value in _c
can you help me out of this
Sure. Masrkperera@gmail.com send screenshot and more details to this mail.
Hello, I have the same problem
Can you help me out?
I'll send you sure thankyou
Send mail masrkperera@gmail.com
Could make a follow up to this with firestore image storage
th-cam.com/video/QqLJrSO_bV8/w-d-xo.html
Plz speak for understanding of code for user
Thank you @DevKamal for your feedback. Currently i don't have any good voice recordings setup. But i will try to add it with my next upcoming videos.
Thank u
lib/models/carousel.dart:9:10: Error: The parameter 'id' can't have a value of 'null' because of its type 'String', but the implicit default value is 'null'.
Try adding either an explicit non-'null' default value or the 'required' modifier.
this.id,
^^
imhaving this problem n how to fix this , thanks
Which flutter version are you using? 2.2+?
@@programmingnight 2.2.2 ,Sir
I think problem come because flutter 2.2 project run with null safety.
Try with changing model constructor like this.
Carousel({
required this.id,
required this.image
)};
@@surayutttttttt run terminal or cmd
lutter clean
flutter pub get
flutter pub upgrade and attention kotlin version will fix problem