Flutter Clip Path Tutorial | Custom Shape | Design Challenge 2023

preview_player
Показать описание
Welcome to this exciting Flutter tutorial, where you'll unlock the power of Clip Path to create custom shapes in your Flutter app.

🎊 E-COMMERCE APP
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

❤️ FLUTTER E-COMMERCE APP PLAYLISTS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

❤️ SUBSCRIPTIONS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

COURSES
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

🧑‍💻 RELATED VIDEOS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

FOLLOW US ON SOCIAL MEDIA
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

CHAPTERS
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
00:00 Introduction
01:15 Playlist Overview
01:54 Design Circular Container
07:26 Make Circular Container Reusable
10:44 Align Custom Shapes in Stack
12:58 Custom Shape using Clip path
23:45 Make Custom Clip Path Shape Reusable

DETAILS
Consider this your design challenge, as we'll equip you with the skills to craft virtually any custom shape you can imagine.

In this Flutter ecommerce App tutorial, we'll delve into the world of Bezier Curves, using their elegant geometry to bring your design ideas to life. By the end of this tutorial, you'll have the expertise to create unique and captivating custom shapes, opening up a world of design possibilities in Flutter. Let's get started on this creative journey!

#tstore #codingwitht #ecommerceapp
Рекомендации по теме
Комментарии
Автор

Thank you for the very detailed tutorial, I'm looking forward to your flutter ecommece product

vuongqtvn
Автор

you could have easily achieved thiss using stack and then positioned or alignment widget which child is white container theh have given border radius.only at top left and top right ie.ciruclar

kb_ff
Автор

I am wondering if there is another option to get the curves. Could we use a stack to have a container (the blue one) followed by another container that has the curves and position it overlaying the bottom 20 pixels of the first container?

scottfarestrand
Автор

The other widgets placed after this curve are not positioned directly after it there's some extra space on top.
I have no extra padding added in any widget is there a way to display them directly in the top of the white space ? Thank you.

kyungsooswifeu
Автор

I have a doubt, when we are navigating the getx controllers are not getting disposed, all controllers are in intialized state, so is it a good thing? because getx advantage is there route system, it will dispose the controllers automatically

aswinsubhash
Автор

These are of the best flutter tutorials if not the best. Thank you brother

mohamedalhamri
Автор

Merci. Le code est bon mais rien ne s'affiche sur mon emulateur. C'est seulement la bottom navigation bar qui apparaît. Pouvez vous m'aider svp ?

GAMEBEST
Автор

AMAZING, but i should try to understand the clippath widget better, thanks

MohamedIslamDJOUABLIA
Автор

please I want to create a logo for my application so I can use it in the splash screen, any recommandations ?

zakariaelaaliji
Автор

sir hm log background mai picture laga kr ke bi ya designee archive kr sakte hai na???

anisurrehman
Автор

I learnt 50% of knowledge from this video and I being learning flutter for 2 years..

LotOFfactories
Автор

why u removed the sizedbox with 400 height inside primaryheadercontainer after u extracted it ? and how come we still can see the shapes after you removed it ? after i removed the sizedbox, nothing is showing, only full white background.... thanks in advance

gridzzle
Автор

Very nice and informative... thanks

noumankarim
Автор

How to solve this problem
Failed assertion: line 599 pos 12: 'size.isFinite': is not true.

mhsmartgaming
Автор

very nice. can you explain riverpod with one small project.

elncart
Автор

Its amazing tutorial and understandably sir but i want to tell you and requested you to make your editor to zoom because its var away to see nicely plz zoom sir 🎉

dhalle
Автор

Sir, in primary_header_container.dart, can you tell me the code for background custom shape? I can't see the code because of the emulator

adamilham_
Автор

Although I have purchased a kit... I'm still waiting for your videos... Please upload every part as fast as you can... Please....

mr.saurabhpatil
Автор

class HomeScreen extends StatelessWidget {
const HomeScreen({super.key});

@override
Widget build(BuildContext context) {
return Scaffold(
body: SingleChildScrollView(
child: Column(
children: [
TPrimaryHeaderContainer(
child: Container(),
),
],
),
)
);
}
}

it is not working it doesn't show me a custom shape help me please?

AmiringPRO
Автор

what extension did u used to get the small box of colors near the line number, can you tell

cnrwqfl