OverlayPortal (Widget of the Week)

  Рет қаралды 100,909

Flutter

Flutter

Күн бұрын

OverlayPortal is a widget that simplifies creating overlays in Flutter.
OverlayPortal documentation → goo.gle/47QICVi
Get more tips → goo.gle/Flutte...
Subscribe to Flutter → goo.gle/FlutterYT
#Flutter #WidgetOfTheWeek

Пікірлер: 61
@flutterdev
@flutterdev 10 ай бұрын
Subscribe to Flutter → goo.gle/FlutterYT
@ulasbirsozu4940
@ulasbirsozu4940 10 ай бұрын
Nice to see widget series again! Game development things are cool but not practical and u guys should make more "daily usacase" videos. For example performance tricks, advanced usage of widgets, more in depth etc. I think many devs are looking something like that. Good luck and looking forward!
@venir_dev
@venir_dev 10 ай бұрын
Oh my god, I can't believe i lost hours trying to make `Overlay` work, just to see there was this widget available. This is huge
@Tarek360
@Tarek360 10 ай бұрын
Mostly the child position needs to be relative to its parent. Will be helpful to have the parent bounds in the overlyChildBuilder().
@nidalbakir4720
@nidalbakir4720 10 ай бұрын
see, CompositedTransformTarget and CompositedTransformFollower.
@TarrenHassman
@TarrenHassman 9 ай бұрын
Found this in the overlayPortal docs' see also section: CompositedTransformFollower, which can be used to position the overlay child in relation to the linked CompositedTransformTarget widget.
@Mempler
@Mempler 10 ай бұрын
this is one of the things i unironically need just now.
@laudijksterhuis
@laudijksterhuis 10 ай бұрын
Amazing, exactly what I needed
@lukas.pierce
@lukas.pierce 10 ай бұрын
Nice, I was just recently looking for something like this
@kalilbarry3773
@kalilbarry3773 10 ай бұрын
Niiice ! Been a few days I've been looking for something like this to make a Notion type "Context Menu"
@glrbrasil
@glrbrasil 10 ай бұрын
I needed this for a website I built a while ago, it's going to save a lot of time.
@sirk3v
@sirk3v 8 ай бұрын
been using some really crazy hacks with the stack widget, thanks a lot, this is exactly what we needed
@rhet-t7h
@rhet-t7h 10 ай бұрын
just saw this on twitter and thought how this widget has made it easier for the new user orientation process on using the app
@Gabeyre
@Gabeyre 10 ай бұрын
This is way overdue! When was this introduced? We had to resort to community packages in the past and they didnt always work well.
@aadnsdiy6287
@aadnsdiy6287 10 ай бұрын
Super helpful, this simplifies things a lot. Thank you!
@fluxpert
@fluxpert 10 ай бұрын
That's awesome. We can use it in the Onboarding Screen of App to show tips and how to use things like things. Awesome. There are many more usages 0:59
@jeromearenas8028
@jeromearenas8028 10 ай бұрын
Does it handles overlay transition?
@xXxBladeStormxXx
@xXxBladeStormxXx 2 ай бұрын
The music at the end makes me think of Riders on the Storm by The Doors.
@izazahamed7173
@izazahamed7173 10 ай бұрын
We can show this in the stack what's the usecase
@alexw1306
@alexw1306 10 ай бұрын
Can we somehow use this also as an alternative for stack? Or are the use cases totally different?
@ezeaguprincewill7005
@ezeaguprincewill7005 10 ай бұрын
Wow! Thanks for the info
@waqasroy5801
@waqasroy5801 10 ай бұрын
I was searching this from last 2 days hahaha Ohh Allah, ❤️❤️❤️😍 Thanks Flutter Team💗
@ХүрэлхуягМ
@ХүрэлхуягМ 8 ай бұрын
Can we make it relative to parent widget?
@sqrlware
@sqrlware 10 ай бұрын
I've been using visibility and stack widget but now i know
@devkasunlakshitha
@devkasunlakshitha 10 ай бұрын
Really useful widget ❤
@fluxpert
@fluxpert 10 ай бұрын
Explanation is Good 1:13
@athulv9476
@athulv9476 10 ай бұрын
Does this appear above the appbar also?
@lesleysin3344
@lesleysin3344 10 ай бұрын
I want develop flutter with this team ❤
@raglandasir6885
@raglandasir6885 10 ай бұрын
It is open source
@mcgyverbasaya6748
@mcgyverbasaya6748 10 ай бұрын
wow very nice widget
@dawidoszubski3440
@dawidoszubski3440 10 ай бұрын
What is a diff between this and a stack
@jlnrrg5864
@jlnrrg5864 10 ай бұрын
Stack is within the widgets boundary, overlay is not bound by it
@TarrenHassman
@TarrenHassman 10 ай бұрын
Imagine a row of Cards that hold stack widgets. When you click the card you want a tooltip to pop up that extends past the border of the Card. Overlay portal is for that
@athulv9476
@athulv9476 10 ай бұрын
Does this appear above the appbar also?
@ulasbirsozu4940
@ulasbirsozu4940 10 ай бұрын
​ @athulv9476 Does not matter what widget it is, basically it portals given widget where ever you want within the widget boundaries
@allenrichardyeager8449
@allenrichardyeager8449 10 ай бұрын
This is what i waiting for.
@jay87529
@jay87529 10 ай бұрын
Awesome!!
@uzixCode
@uzixCode 6 ай бұрын
Add overlay portal inside the overly portal then so on
@saqqara6361
@saqqara6361 10 ай бұрын
So cool!
@jacksonlee3616
@jacksonlee3616 10 ай бұрын
Wow, this is what I need... currently I have a stack at the highest level
@gizemmalcok
@gizemmalcok 10 ай бұрын
Awesome 💙
@SaiyanJin85
@SaiyanJin85 7 ай бұрын
I don't get it
@chasingcharbo
@chasingcharbo 13 күн бұрын
1:16
@anlumo1
@anlumo1 10 ай бұрын
Well, that's one thing that's simply impossible with CSS.
@dushes_botalov
@dushes_botalov 10 ай бұрын
Nice 😍
@HelloWorld-fh2ge
@HelloWorld-fh2ge 10 ай бұрын
GREAT
@LukaLunin-t3q
@LukaLunin-t3q Ай бұрын
Сделал сотку но лимиты не дают больше, сейчас 7 рублей на дороге не лежат
@01adindadavinaalmecca38
@01adindadavinaalmecca38 10 ай бұрын
cool!
@yusufnadaroglu4108
@yusufnadaroglu4108 10 ай бұрын
Finally!!!!!
@SKTTWkartrider
@SKTTWkartrider 10 ай бұрын
position: absolute;
@anlumo1
@anlumo1 10 ай бұрын
No, more like position:fixed;, but with attachment to the parent.
@MrPanksi
@MrPanksi 10 ай бұрын
@anlumo1 Meaning, position: absolute; 😂
@ganeshdevkar9155
@ganeshdevkar9155 9 ай бұрын
Hello core2web
@arabmidia
@arabmidia 6 ай бұрын
Goood
@kumailraza260
@kumailraza260 4 ай бұрын
👍
@borneoviral6379
@borneoviral6379 10 ай бұрын
lol just like kivy FloatLayout
@MrMEEDO92513
@MrMEEDO92513 10 ай бұрын
First time ⌚
@lorrimang
@lorrimang 7 ай бұрын
Terrible naming. IDK it seems like someone has been trying to sabotage Flutter right from the beginning, from the horrible docs and tutorials to the horrific naming. A portal is like something to another place or language, eg. a frame for a video overlay or webview etc. This is NOT a portal.
@shazmunchdylbertoid
@shazmunchdylbertoid 4 ай бұрын
seems intuitive to me. it's an overlay but includes an element that provides an anchor/method of accessing the overlay.. calling that the overlay portal seems logical. naming things something that's intuitive to a range of people is one of the hardest challenges in programming, I think the flutter team is doing better than most
@ProbeOfTech
@ProbeOfTech 10 ай бұрын
Very Useful!!
@flipside-games
@flipside-games 10 ай бұрын
how can you make the position relative instead of absolute?
Learn to use Isolates in Flutter | Simplified
10:28
CodeX
Рет қаралды 30 М.
How Flutter renders Widgets
26:50
Flutter
Рет қаралды 190 М.
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 11 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 80 МЛН
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 253 М.
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 563 М.
Starting Your Unity Game Flawlessly (8 Steps)
9:51
PracticAPI
Рет қаралды 11 М.
Front-end web development is changing, quickly
3:43
Fireship
Рет қаралды 1,2 МЛН
CI/CD - Простым языком на понятном примере
15:29
Артём Шумейко
Рет қаралды 81 М.
Flutter Forward - Making UI Animation Easy & Fun
16:43
gskinner
Рет қаралды 52 М.
Top 10 Widgets every Flutter Developer should know!
10:18
HeyFlutter․com
Рет қаралды 36 М.
ShrinkWrap vs Slivers | Decoding Flutter
4:31
Flutter
Рет қаралды 126 М.
5 Design Patterns That Are ACTUALLY Used By Developers
9:27
Alex Hyett
Рет қаралды 291 М.
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37