Flutter Bezier Curves

  Рет қаралды 59,980

Flutter Mapp

Flutter Mapp

Күн бұрын

Пікірлер: 141
@FlutterMapp
@FlutterMapp 2 жыл бұрын
This is the code of the Clip Shadow Path 👇 . . . import 'package:flutter/material.dart'; @immutable class ClipShadowPath extends StatelessWidget { final BoxShadow shadow; final CustomClipper clipper; final Widget child; const ClipShadowPath({ Key? key, required this.shadow, required this.clipper, required this.child, }) : super(key: key); @override Widget build(BuildContext context) { return CustomPaint( painter: _ClipShadowShadowPainter( clipper: clipper, shadow: shadow, ), child: ClipPath(child: child, clipper: clipper), ); } } class _ClipShadowShadowPainter extends CustomPainter { final BoxShadow shadow; final CustomClipper clipper; _ClipShadowShadowPainter({required this.shadow, required this.clipper}); @override void paint(Canvas canvas, Size size) { var paint = shadow.toPaint() ..maskFilter = MaskFilter.blur( BlurStyle.normal, shadow.spreadRadius, ); var clipPath = clipper.getClip(size).shift(shadow.offset); canvas.drawPath(clipPath, paint); } @override bool shouldRepaint(CustomPainter oldDelegate) { return true; } }
@soulreaver7802
@soulreaver7802 2 жыл бұрын
Thnx this code is now mine
@FlutterMapp
@FlutterMapp 2 жыл бұрын
@@soulreaver7802 😂😂😂😂😂
@sigma_z
@sigma_z 2 жыл бұрын
I'm gonna buy your course, I like your teaching style!
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thank you so much 🔥🔥👏👏👏
@ganeshbhat5761
@ganeshbhat5761 2 жыл бұрын
I just bought the course!! If anyone needs an example of best marketing strategy? This video is it !! One video, less than 4 mins and you sold it to me! Looking forward for the course and more of your content!
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Damnnnn! Thank you very much Ganesh!!! I really hope you like the course, the module 1 is now completed ⚡⚡⚡ Thanks so much!
@redingtonramos8791
@redingtonramos8791 2 жыл бұрын
Thank you a lot your code is now mine😅
@FlutterMapp
@FlutterMapp 2 жыл бұрын
loooool, classic developers habits 😂😂😂
@sigma_z
@sigma_z 2 жыл бұрын
I'm a mobile dev, developing in Xamarin Forms RxUI and PRISM. I've always been interested in Flutter, so I'm going to buy your course. In this short video, you sold me with your use of language, you're easy to understand and direct to the point. No messing around. Your teaching style clicks with me. Thank you MAPP!
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thank you sooo much! Also this is an advance Flutter course. If you dont know about widgets, state management or the basics of dart/flutter, this will be pretty hard to follow. I just want to be 100% honest with you! If you already purchase and realize the stuff is too advanced, feel free to ask a refund. Thank you so much for the interest ⚡ You satisfaction is the n.1 priority, period 🔥⚡
@sigma_z
@sigma_z 2 жыл бұрын
@@FlutterMapp I already bought your course bro. I'll have a look to find other resources out online to get me up to speed in no time 🙂
@md.ismailalamkhan
@md.ismailalamkhan 2 жыл бұрын
thats a great video, never knew there was this easy way to make bezier curves. Thanks a lot for this man.
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Pleasure, thanks a lot for the comment Ismail, sorry for the late answer, currently little late on all reply 🤣 Thanks again!
@md.ismailalamkhan
@md.ismailalamkhan 2 жыл бұрын
@@FlutterMapp Thats not a problem, thanks for the reply.
@juliajeehyunkim
@juliajeehyunkim 2 жыл бұрын
Thinking that I'm the luckiest person in the world.. cuz i found this channel just by chance.. accidentally.. hope you stay safe and healthy Thanks for nice video!! well explanation and good examples, always..😎😎👍👍👍👍👍
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks a lot Julia! I wish you the best, I appreciate it and Welcome to Flutter Mapp 🔥🔥🔥
@markIRL
@markIRL 2 жыл бұрын
Your editing is top notch! Well done mate!
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thank you very much Mark, I appreciate it 👏
@markIRL
@markIRL 2 жыл бұрын
@@FlutterMapp I also want to add that the content is also excellent 💜
@Opeyemi.sanusi
@Opeyemi.sanusi 2 жыл бұрын
Love the energy!
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks Sanusi! 🔥🔥🔥🔥🔥
@pranav-kale
@pranav-kale 2 жыл бұрын
i Wished that creating something new was this simple in futter 😂..... Nice video 👍
@FlutterMapp
@FlutterMapp 2 жыл бұрын
lol, thank you Pranav 🔥
@1RRaider
@1RRaider 2 жыл бұрын
Way easier than actually drawing.. thank you so much
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Pleasure Raider! Yeah thats actually fire! 🔥🔥🔥
@trungtrankim294
@trungtrankim294 2 жыл бұрын
"Thank you a lot, your code now is mine". Brooo :))))))
@FlutterMapp
@FlutterMapp 2 жыл бұрын
looool, classic programmer skills 😂😂😂
@kirilllapshev
@kirilllapshev 2 жыл бұрын
Another amazing tutorial! 🙏🏼🚀
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks a lot Kirill 🔥👏
@jorgeramosarellano8795
@jorgeramosarellano8795 2 жыл бұрын
CRAAAAACKKK 🙏🏼🇨🇴
@FlutterMapp
@FlutterMapp 2 жыл бұрын
🔥🔥🔥⚡️⚡️ Thanks Jorge!
@abrarlasebai405
@abrarlasebai405 2 жыл бұрын
Thanks alot your code is now mine 🤣 True story 😂😂😂
@FlutterMapp
@FlutterMapp 2 жыл бұрын
loool 😂😂😂 always like this. (Boss: hey can you add this feature. Employee: Copy+paste) 😂😂😂😂
@abrarlasebai405
@abrarlasebai405 2 жыл бұрын
@@FlutterMapp soo trueee 🤣🤣🤣
@Apenschi
@Apenschi 2 жыл бұрын
VERY useful! Thanks!
@thunderinvader9031
@thunderinvader9031 2 жыл бұрын
It would be cool to see a tutorial about animating curves
@FlutterMapp
@FlutterMapp 2 жыл бұрын
🧐🧐🧐 Seems possible 🎉🎉🎉 Thanks for the idea, a lot of likes alot 🧐🧐
@edenassos
@edenassos 2 жыл бұрын
You could easily do it with Rive.
@diegobernal334
@diegobernal334 2 жыл бұрын
great video, waiting 19th 👍🏻
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thank you very much Diego! 🔥🔥👏👏 Link in now available if you want: courses.fluttermapp.com/p/the-complete-flutter-course-hero-to-pro?coupon_code=PRESALE 🔥🔥🔥
@Juliapak
@Juliapak 2 жыл бұрын
Thank you sir!
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Pleasure Julia! 🔥👏👏
@erperejildo
@erperejildo 2 жыл бұрын
Any tip for ads? I tried all the packages and found problem with all of them: the official one has a horrible performance, the Facebook one sometimes doesn't show any ads...
@FlutterMapp
@FlutterMapp 2 жыл бұрын
for ads I use google_mobile_ads packages, and yes the documentation is trash 🤣🤣🤣
@mmazurovsky_r
@mmazurovsky_r 2 жыл бұрын
Amazing content, thank you
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thank you very much!⚡️👏
@moazahmed5388
@moazahmed5388 2 жыл бұрын
Keep it up bro ♥
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks Moaz! 👏⚡️⚡️⚡️
@nafeewalee
@nafeewalee 2 жыл бұрын
Now,... the code is mine.. tyvm
@FlutterMapp
@FlutterMapp 2 жыл бұрын
loooool 😂😂😂 classic 😂
@bijayaadhikari442
@bijayaadhikari442 2 жыл бұрын
Time the course available? In Australia its already 4pm.
@FlutterMapp
@FlutterMapp 2 жыл бұрын
It will be available the 19th in the evening. Easter Time 👏🔥⚡️⚡️⚡️⚡️
@FlutterMapp
@FlutterMapp 2 жыл бұрын
I will do a community post about it. And a video also eventually 🔥
@bijayaadhikari442
@bijayaadhikari442 2 жыл бұрын
@@FlutterMapp Nice, thanks
@tarunspandit
@tarunspandit 2 жыл бұрын
How would you recommend someone who has experience with xamarin to start learning flutter?
@FlutterMapp
@FlutterMapp 2 жыл бұрын
You can learn flutter in like 10 steps to be honest. The 10 steps are on my website course. You can either take the 10 steps and search all of them on youtube for free, or join the course, it's really up to you. If you follow the 10 steps you will be all set to build any flutter apps 🔥🔥🔥 Here are the 10 steps on my website course: fluttermapp.teachable.com/p/zero-to-hero
@emirhan2070
@emirhan2070 2 жыл бұрын
Amazing tip
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks ⚡️🎉
@SandwichMitGurke
@SandwichMitGurke 2 жыл бұрын
looks cool
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks Dippa!
@melomanzer5508
@melomanzer5508 2 жыл бұрын
Excellent
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks Meloman!! ⚡
@rahul1024
@rahul1024 2 жыл бұрын
I made a hole in the screen with custom clipper. Used it to highlight view for coachmark with original click listener working for view. 🎊
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Letsgoooo! The possibility are endless 👏👏
@URIXMX
@URIXMX 2 жыл бұрын
LOL this is i just lookin for, what a coincidense
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Letsgoo! Thanks for the comment Urix!🔥
@oleksandrleskiv
@oleksandrleskiv 2 жыл бұрын
And how exactly is this different from SVG background?
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thats a really good question actually!!! Ok so imagine you want to animate the curve. You could could do it like this since we only work with data 👏👏👏 Hope this help? Let me know 🔥⚡️
@oleksandrleskiv
@oleksandrleskiv 2 жыл бұрын
@@FlutterMapp I understand that, but you haven't mentioned that nor demonstrated it, so it's unclear whether this is possible, or are we just doing this to replace SVG 1 to 1 with no visible gains
@FlutterMapp
@FlutterMapp 2 жыл бұрын
@@oleksandrleskiv Thats a good point! My mistake on this one 👋 I will remember next time 🙏
@Apenschi
@Apenschi 2 жыл бұрын
Flutter doesn't support SVG natively. That means you would need to add an additional external package just for that. And there is no advantage in using SVG instead, apart from not having to convert it. Also, you are not able to change the path to adapt a widget to certain situations when you are using SVG.
@AbirHasnat95
@AbirHasnat95 2 жыл бұрын
Thank you soo much, this video is a Gem
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thank you Abeer 👏👏⚡️⚡️⚡️⚡️
@vladventura1928
@vladventura1928 2 жыл бұрын
I'll experiment to find a way to animate these, thanks for the video :)
@FlutterMapp
@FlutterMapp 2 жыл бұрын
That would be awesome! Let me know if you find it (new comment so I can see it) 🔥⚡️⚡️
@rafykurniawan3411
@rafykurniawan3411 2 жыл бұрын
Any idea for making a flipping book to next page like a story book? It may be cool
@FlutterMapp
@FlutterMapp 2 жыл бұрын
hummmmm, that seems pretty complex.. Maybe there is a pluggin? 🔥
@rafykurniawan3411
@rafykurniawan3411 2 жыл бұрын
@@FlutterMapp it maybe hard to explain because i dont know much about flutter but maybe some thing like this tarot flip video but more smooth animation like you feeling flip a book page by page, sorry not helping so much kzbin.info/www/bejne/gJWaead4j7dpnMk
@nathanzabaldo1054
@nathanzabaldo1054 2 жыл бұрын
Are the bezier curves responsive? E.g. if you are in landscape will they adjust to the new width? If not, can this be done with bezier curves?
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Sure you could create a code for this! This is why it's pretty cool since it can be animated also 👏
@rvb6516
@rvb6516 2 жыл бұрын
I bought your course to show support 👍😄 i don’t think i’ll need it though - i’m so good 😁😝
@rvb6516
@rvb6516 2 жыл бұрын
You should redo all the good videos of Johannes Mike - I hate his voice & he makes people pay to access his Github Source Code
@FlutterMapp
@FlutterMapp 2 жыл бұрын
First thank you soooo much !!!! ⚡⚡⚡🔥🔥🔥🔥🔥🔥
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Second, I can redo all his most popular video maybe 🤣🤣 For the viewwws 📈📈📈 loool Thanks again for the support 🔥🔥
@atahaneser8863
@atahaneser8863 2 жыл бұрын
UR amazing bro
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks a lot Atahan! 👏👏👏
@dinesh4654
@dinesh4654 Жыл бұрын
how you make the curve as svg??
@ripudamansharma5990
@ripudamansharma5990 2 жыл бұрын
This is OUR code now. *Plays Russian Anthem in background*
@FlutterMapp
@FlutterMapp 2 жыл бұрын
loool 😂😂😂😂😂😂😂😂😂😂 Thats perfect 😂😂😂😂
@omzer97
@omzer97 2 жыл бұрын
if my case was to add an svg image i will use SvgPicture and add it as an asset instead of doing the clippath. But this my first time to know that I can convert an svg to a clipath like this! thank you
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Yeah thats pretty cool! I forgot to mention that you could animate the clipath also, its the main reason you would like to build something like this. Imagine animating all the curves ⚡🔥
@manuelalejandrodavilacisne456
@manuelalejandrodavilacisne456 2 жыл бұрын
Anyone knows a web site or application for create svg curves?
@FlutterMapp
@FlutterMapp 2 жыл бұрын
I don't know about that, I would probably try to find it on google I guess 👏
@flaviobarros8305
@flaviobarros8305 2 жыл бұрын
neat!
@FlutterMapp
@FlutterMapp 2 жыл бұрын
🔥🔥🔥👏👏👏
@letmedoit.
@letmedoit. 2 жыл бұрын
Bro two things you forgot which could have been better if you have did . 1. Mentioning happy Harris credits in desc. And link to that repo. 2. Link to repo for this design . 🙂
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks for the comment! I put @learnAppCode is youtube channel in the description (its Happy harris). And for the link to the repo, I dont really post the repo to github since its really small project ..😂 I hope you understand. 👏🔥🔥🔥
@sushantkumar7630
@sushantkumar7630 2 жыл бұрын
Instant of using this , why don’t we use svg picture
@FlutterMapp
@FlutterMapp 2 жыл бұрын
I forgot to say that you can animated the curves with the method 🙏🙏 That would be the main purpose
@sushantkumar7630
@sushantkumar7630 2 жыл бұрын
@@FlutterMapp that is the most important feature on this. Thanks
@the1observer
@the1observer 2 жыл бұрын
Criss de tabarnak. En 30 secondes je t'ai pogner hehe. Salut l'ami.
@FlutterMapp
@FlutterMapp 2 жыл бұрын
looool 😂 je vois pas de quoi tu parle.... L'accent est parfait la.. 😂😂 Salut 🔥👏
@the1observer
@the1observer 2 жыл бұрын
@@FlutterMapp pour de vrai c'est pratiquement parfait. Faut dire que j'ai l'oreille pour les accents, mais un compatriote c'est facile à spotté in the wild. J'adore flutter, il faudrais que je m'y remette
@FlutterMapp
@FlutterMapp 2 жыл бұрын
@@the1observer 🤣🤣🤣Tu habite dans quel coin? (Je suis a mtl*)
@the1observer
@the1observer 2 жыл бұрын
@@FlutterMapp Laval, j'ai utiliser flutter pour un projet en standby faudrais je my remette.
@adil_elkhallouki
@adil_elkhallouki 2 жыл бұрын
👍👍👍
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks Adil ⚡️🔥
@owaiskhan2264
@owaiskhan2264 2 жыл бұрын
It's not show your discount on app
@FlutterMapp
@FlutterMapp 2 жыл бұрын
The discount/Pre Sale will start Saturday the 19th February 👏 Hope this help Owais
@owaiskhan2264
@owaiskhan2264 2 жыл бұрын
@@FlutterMapp 👍
@naqeebmaqsood2970
@naqeebmaqsood2970 2 жыл бұрын
🤯
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks 🔥🔥
@phpstarter
@phpstarter 2 жыл бұрын
Unable to subscribe for hero to pro course using gmail address.
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thats weird? Is it working now? ⚡ Thanks for the interest David!
@MdSiam-kw5ox
@MdSiam-kw5ox 2 жыл бұрын
That's funny. 🤣
@FlutterMapp
@FlutterMapp 2 жыл бұрын
looll, thanks Siam! 🔥
@stanislauspnayenggita9503
@stanislauspnayenggita9503 2 жыл бұрын
Hello are there other payment methods? I don't have a debit card and a credit card I come from Indonesia
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Only payment is credit card and Google Pay 🔥👏👏 Thanks for the consideration!
@ahmadkhudai
@ahmadkhudai 2 жыл бұрын
kappied!
@Mohammad-qg3pj
@Mohammad-qg3pj 2 жыл бұрын
Can I buy your course by cryptocurrency ?
@FlutterMapp
@FlutterMapp 2 жыл бұрын
😂 Sorry Teachable is still in 2005... Teachable is currently my payment system* So its only Google pay and Credit card as for now 😂 Thanks for the consideration Mohammad 🔥
@Mohammad-qg3pj
@Mohammad-qg3pj 2 жыл бұрын
@@FlutterMapp I'm from Iran and I can't pay by google pay or credit card, what can I do ? 🥺
@FlutterMapp
@FlutterMapp 2 жыл бұрын
You have 3 options. 1. Complain to Teachable. 2. Change country. 3. Hack the course 😂😂😂. All the information is available online for free, just less fun to watch tho. 😂👏
@Mohammad-qg3pj
@Mohammad-qg3pj 2 жыл бұрын
@@FlutterMapp 😂😂😂😂
@Mohammad-qg3pj
@Mohammad-qg3pj 2 жыл бұрын
@@FlutterMapp after buy this course , how can I watch them ? in your website or telegram channel or KZbin ?
@Mr.Selast
@Mr.Selast 2 жыл бұрын
Francophone ?
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Yes! Toi aussi? (Je suis de montréal/canada) ⚡⚡
@Mr.Selast
@Mr.Selast 2 жыл бұрын
@@FlutterMapp Yeeep! Je suis d'allemagne! Très bonne vidéo
@Inf0rmatix
@Inf0rmatix 2 жыл бұрын
Why don’t you explain the code to people? This way nobody will properly learn to code, just copy some other guy on the internet‘s code and still have no clue how it works. Just showing of is easy. Properly teaching people is something different. I am annoyed by the amount of people pretending being able to code but all they are capable of is copy paste and once you show up with tasks that can not be solved by some semi professional KZbin video they are screwed.
@FlutterMapp
@FlutterMapp 2 жыл бұрын
😂😂😂 I think you are right, 90% I just copy paste when building something. Only after so many copy paste I will remember 😂. Maybe you are right tho. Also if there is to much 'learning/teaching' in a video (not enough entertaining to watch), people will leave the video and youtube will not promote the videos 🧐🤯... I do like your point tho. Let me know if you have any suggestions for the further videos 👏
@Inf0rmatix
@Inf0rmatix 2 жыл бұрын
@@FlutterMapp Honestly, I did not expect you to answer. Moreover, I am very happy to provide you some suggestions: First, I'd like to reference you to the Flutter official channel's videos, though very short, they teach everything important. In my opinion, this is a lot like coding itself. Video feels too long? Maybe it should be two videos or more? Don't want to explain all of Clip and the widgets associated with it in one video? Why not start with something simple, like very basic ClipPath showing how to reproduce round or bezeled corners? Next step could be showing how to add a shadow to a custom clip path (which is fairly simple and fast explained since you just gotta use that same path). So on and so forth. :) If you'd like further input I'll more than happily help you out. I am working as a freelancer with Flutter for almost 3 years now, and most of what I know, I learned by reading to documentation, back in the day when there wasn't a plethora of fancy Flutter Channels ;)
@FlutterMapp
@FlutterMapp 2 жыл бұрын
@@Inf0rmatix First thanks for the answer Inf0rmatix. Feedback help the channel to grow 🙏. I think it could be a good idea to create 2 videos to explain the bezier like you said. I just worry if people will actually click on the part 2 🤔. (If people don't click on the part 2, this will lower the CTR of the channel and youtube will less likely promote further videos, Its the only worry) But I think you are right tho, I was a little bit lazy to explain the shadow part of the bezier so I decided to not explain it 🤣 Next time I will not be lazzy, at least I will try 🤣 Thank you very much for the comment, if you have more suggestions feel free to tell me in a new comment please (I answer all new comments on the channel and old comment get lost pretty quick with the notification system of youtube) 🙏
@AswanathCK
@AswanathCK 2 жыл бұрын
No, I am not Subscribe. I am Aswanath😅
@FlutterMapp
@FlutterMapp 2 жыл бұрын
looool 🤣🤣
@AswanathCK
@AswanathCK 2 жыл бұрын
@@FlutterMapp 😁😁
@jiankian
@jiankian 2 жыл бұрын
牛逼 666
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Thanks! 👏🔥
@itsTrito
@itsTrito 2 жыл бұрын
tellement quebecois
@FlutterMapp
@FlutterMapp 2 жыл бұрын
loooool 🤣🤣🤣 noooooonnnnnn.... merde
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 77 М.
Best 30 Flutter Widgets, Packages & Tips
5:11
Flutter Mapp
Рет қаралды 125 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Flutter Clean Architecture Visual Explanation
6:15
Flutter Mapp
Рет қаралды 33 М.
Create a Shimmer Loading Effect on Flutter
3:52
The Flutter Way
Рет қаралды 151 М.
35 Flutter Tips That Will Change Your Life
10:53
Flutter Mapp
Рет қаралды 312 М.
Flutter Provider EASY Tutorial
9:43
Flutter Mapp
Рет қаралды 61 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 576 М.
🖥📱RESPONSIVE DESIGN • Flutter Tutorial
8:03
Mitch Koko
Рет қаралды 303 М.
Top 35 Flutter Widgets
29:29
Flutter Mapp
Рет қаралды 333 М.
Implementing complex UI with Flutter - Marcin Szałek | Flutter Europe
44:26
Badges (Package of the Week)
1:26
Flutter
Рет қаралды 139 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН