at 04:29, the problem with using a record here instead of a real class is that your extension now applies to anything with the shape of (int, Panel), not just the specific pseudo-class you created, since typedefs are pure aliases, not new types. You've effectively written an extension "on (int, Panel)" generically.
Why is this functionality not contained in Flutter itself? That's a rather big hole for desktop applications. The built-in drag & drop support is completely unusable for desktop development (ticket 130423).
Hello sir really appreciated your video sir.. but i got an error message 'null check operator used on a null value" .Hope can help me solve this problem. Thank you in advance. if(dragStartCopy?.$2 == dropPreviewCopy?.$2){ itemsCopy.removeAt(dragStartCopy!.$1); dragStartCopy = null; }
Subscribe to Flutter → goo.gle/FlutterYT
Absolute gold. I wouldn't have minded if this was 40 minutes to an hour long.
They already have hours long streams, I think 20 minutes is good
This guy talks so smooth, it's enjoyable to watch him explain stuff. 👍
I just searched for this a few hours ago. Now you have created the content.
I was just thinking about this a few hours ago, even more impressing.
Is Google involved in this? We are all under the hood of this giant.
@@dmitry.skibitsky I don't think Google can read my mind
@@vasorotto19"ok lets go personal google ads" --google founder, maybe lol
We got a requirement regarding this and now the content is here. Wow!
Just adding this functionality to my app is like almost creating another app within the app lol. Thank you for the package and the explenation.
at 04:29, the problem with using a record here instead of a real class is that your extension now applies to anything with the shape of (int, Panel), not just the specific pseudo-class you created, since typedefs are pure aliases, not new types. You've effectively written an extension "on (int, Panel)" generically.
Thanks, continue to evolve Flutter Web
Flutter Keep Grows Widely :O
Expecting more for Flutter web
Is there any shared example code for this?
Awesome work.
Love this framework.
awsome presentation bro
Where can i buy this cool flutter plush bird, please?
nice work
Why is this functionality not contained in Flutter itself? That's a rather big hole for desktop applications.
The built-in drag & drop support is completely unusable for desktop development (ticket 130423).
the team has higher priority tickets for desktop, such as multi window
and platform views
Maybe to keep the SDK size low?
Definitely useful!
Flutter is the best
That would be awesome if we could find the source code as well.
I built similar functionality without using any other packages, other than Draggable widget from flutter and riverpod state management...
Hey
Can you share more details
Thanks
Excellent
is this supposed to e a desktop app
nice, could this work on a web browser
Yeah, I am pretty sure it can
What's that dollar syntax
You mean the string interpolation part?
@mikopiko I think morty's referring to the positional reference on the 'Records'
Records. The first item in a record can be accessed using .$1 Second would be .$2 and so on.
Navigation for responsive Apps
is the source code available on github?
Doesn't look like it
Linus Torvalds: “... Show me the code.”
Bravo
Flutter is my brother
(click) Nice!
Should talk about the native parts being written in rust
Is it?
Bring back Kenzie Davison
Teenxxx
how can open new window on flutter desktop ?
Hello sir really appreciated your video sir.. but i got an error message 'null check operator used on a null value" .Hope can help me solve this problem. Thank you in advance.
if(dragStartCopy?.$2 == dropPreviewCopy?.$2){
itemsCopy.removeAt(dragStartCopy!.$1);
dragStartCopy = null;
}