ClipRRect (Flutter Widget of the Week)

preview_player
Показать описание
For all those times you’ve wished you could round the corners on a box of content in your app, there’s ClipRRect (the extra R actually stands for rounded)! Wrap your widget with the clipper, set the radius, and it does the rest! You can even customize the look and try different shapes with similar widgets. Give it a go!

This video is also subtitled in Chinese, Indonesian, French, German, Japanese, Korean, Portuguese, and Spanish.
Рекомендации по теме
Комментарии
Автор

You guys need to put these out on a more frequent basis. Flutter has so many amazing widgets built in and the more we are aware of them, the more polished our apps will be. Keep at it!

arham
Автор

You should do flutter widget of the day.

ajinkyatemak
Автор

Instantly noticed the 60fps animations. Beautiful.

tajmoti
Автор

Flutter team must be one of the most awesome departments of Google company.

shubhammittal
Автор

Any difference from using a Container with an added border-radius?

DVector
Автор

*2 Dislikes are from ReactNative FanBoys!!*

shubhamjaiswal
Автор

Please also add more real world example tutorial in firebase codelab.

patrickngnet
Автор

Do I need to set constraints on ClipRRect in order for this to work? The ClipRRect I have is trying to be as big while the child image is a fixed size, hence no rounded corners.

daeeki
Автор

Nice, please post more short coding videos like this frequently for flutter.

shanewhite
Автор

This looks useful. Now I can give a desired shape to my child widget.

Murtaza-Shiraz
Автор

And dashed border, when will we have?

RempelOliveira
Автор

Hey, how come you can't simply specify a number for properties like borderRadius instead of a widget? Wouldn't it make for simpler code?

KevinSheppard
Автор

How can I crop image like this and save?

code_zero
Автор

Is possible use CallKit in flutter? if yes, how?

bazrafkanmb
Автор

Thank god! Don’t need for Container and BoxDecoration..

justmeK
Автор

A tendency could be seen clearly in the naming of the widgets with some fancy terminology. Is there any reason for this?

MikeNugget
Автор

0:10 Too bad we don't have an AnimatedClipRRect to do that.

nahomb
Автор

Why didn't do the same on Android? :Rage:

micharusnarczyk