No video

2D scrolling - Flutter Build Show

  Рет қаралды 51,306

Flutter

Flutter

Күн бұрын

Пікірлер: 52
@flutterdev
@flutterdev 9 ай бұрын
Subscribe for the latest → goo.gle/FlutterYT
@jaweene
@jaweene 9 ай бұрын
Very keen to use this to finally develop a highly in-demand feature requiring 2d scrolling for my app's users. Thank you Kate and the Flutter team for this fantastic feature and guide!
@valirmasha4718
@valirmasha4718 9 ай бұрын
I love this tutorial idea. step by step, simple explain and real world example. clear code explanation. This way make me love to learn about flutter. Thank u all.
@blueaquilae
@blueaquilae 9 ай бұрын
The perfect Flutter teacher exist, I'm mesmerized by the content! Thank you Kate
@PavloPo-tp9je
@PavloPo-tp9je 28 күн бұрын
Pretty nice! As you have assumed fixed size for all children. How can we create a grid for dynamic children height?
@lemmerelassal2795
@lemmerelassal2795 9 ай бұрын
Awesome, been waiting for this for a few years now. Thanks.
@mehranullah4774
@mehranullah4774 9 ай бұрын
Thank you very much, Kate. I have been working on a diagonal scroll widget for a year. It is almost complete and also supports scroll bars. However, I was stuck with a performance issue. I have used listeners with Matrix4, but now I will use these amazing render objects that you mentioned.
@hyungtaecf
@hyungtaecf 9 ай бұрын
Thank you for your hard work!
@alejandrocumpabarreto4940
@alejandrocumpabarreto4940 9 ай бұрын
It's it possible to scroll to an exact point of the viewport?
@laybunzz
@laybunzz 9 ай бұрын
Yes! This API looks just like 1D scrolling - you pilot the navigation you want using the ScrollControllers.
@devkaio
@devkaio 9 ай бұрын
Kate is THE best! Great content, keep it up!
@skypuff
@skypuff 9 ай бұрын
Phew 😅. Thank goodness for the table view. This was a great episode. Very insightful. Thank you.
@warperone
@warperone 9 ай бұрын
awesome tutorial and awesome presenter. clear, good slow pace
@MrAmG17
@MrAmG17 9 ай бұрын
such a soothing voice. Good tutorial.
@awesomefeldmanfamily
@awesomefeldmanfamily 9 ай бұрын
This is so cool! I love flutter!
@carlosdegollado7687
@carlosdegollado7687 9 ай бұрын
I finally got my own Dart plush!😁
@Lis001-
@Lis001- 9 ай бұрын
Hope jumping scrollbar for variable extent lists issue get some love.
@jilmarxa7869
@jilmarxa7869 9 ай бұрын
Great job! Is it possible to implement a zoomable version on top of that? Let's try..
@markushopfenspirger3300
@markushopfenspirger3300 9 ай бұрын
Hello, has anyone the Link to the TableView mentioned in the summary of this video?
@amadzarak7746
@amadzarak7746 5 ай бұрын
This is fantastic!
@aymansainshy
@aymansainshy 9 ай бұрын
This is looks Fascinating 🤩
@zahidshaikh8082
@zahidshaikh8082 7 ай бұрын
Thanks for the tutorial and yes it's working as expected but then HOW we can get the current actual index of normal array of list?
@AykutKlc
@AykutKlc 9 ай бұрын
I open excel and set column width and row height to 3 pixels for all cells. It doesn't drop a frame. I set the width and height of the squares in this examples code to 10px and frames start dropping. When I profile the layout is significantly consuming a lot of time. Is there a way to minimize this? I'd really love to see the same speed here.
@ArtfulDipper
@ArtfulDipper 9 ай бұрын
Looks interesting, but how do I freeze a couple of columns to the left and the top row and bottom rows for example?
@cutecode324
@cutecode324 5 ай бұрын
Awesome and i like this
@alejandroarciniegas672
@alejandroarciniegas672 9 ай бұрын
This pretty cool
@renotanumber
@renotanumber 9 ай бұрын
Neat
@laybunzz
@laybunzz 9 ай бұрын
Neat-o gang! Super duper!
@danielchaffey7400
@danielchaffey7400 3 ай бұрын
Does anyone know how I can always render a widget even if it is out of the screen?
@robw964
@robw964 5 ай бұрын
Scrolling?!?! in 2024.. what a time to be alive
@laerte6201
@laerte6201 9 ай бұрын
I love flutter!
@muddi900
@muddi900 9 ай бұрын
Flutter Dev ASMR.
@abdessalemmohellebi
@abdessalemmohellebi 9 ай бұрын
Why what when everything is explained in a great way
@user-dt4rn6lb5k
@user-dt4rn6lb5k 9 ай бұрын
Insane !
@dagmawiesayas7436
@dagmawiesayas7436 9 ай бұрын
is it possible to build website like figma using flutter for the frontend
@rhmagalhaes
@rhmagalhaes 5 ай бұрын
Amazing. Doesn't work on browser though... :(
@pete-coder
@pete-coder 4 ай бұрын
The scrolling only works when tapping and dragging. They have a few lines in the example that allows to drag to scroll like for google maps. You can pass the following argument to the `MaterialApp` in the example to make this work: scrollBehavior: const MaterialScrollBehavior().copyWith( // Mouse dragging enabled for this demo dragDevices: PointerDeviceKind.values.toSet(), ),
@HasukiCh.
@HasukiCh. 9 ай бұрын
When will impeller ready for android?
@HasukiCh.
@HasukiCh. 9 ай бұрын
Srry oot 😅
@DrunkGuru
@DrunkGuru 9 ай бұрын
How do we do this with zoom ?
@abbasjafary3443
@abbasjafary3443 9 ай бұрын
Great news
@azet955
@azet955 Ай бұрын
Guys, please I beg u, fix mouse wheel scroll. It's blocking whole web platform
@user-mv9iz7uu6w
@user-mv9iz7uu6w 9 ай бұрын
source code please
@laybunzz
@laybunzz 9 ай бұрын
Check the video description :)
@krtirtho
@krtirtho 9 ай бұрын
Petition to replace scary Sliver with Fun
@MoisesConejo
@MoisesConejo 9 ай бұрын
finally! and too late, 3 versions late, i spend a month dealing with 2d scroll for my grid
@andyprotech
@andyprotech 9 ай бұрын
The same
@DrunkGuru
@DrunkGuru 9 ай бұрын
What’s the application? I can’t see the need.
@MoisesConejo
@MoisesConejo 9 ай бұрын
@@DrunkGuru like and spreadsheet grid for large data with frozen columns and rows
@diyshow888
@diyshow888 8 ай бұрын
Keep scrolling
@charbelmakhlouf5336
@charbelmakhlouf5336 9 ай бұрын
Am I the only one who thinks that this video was made by AI?
@user-wn9pl7jt8x
@user-wn9pl7jt8x 9 ай бұрын
Greetings to all This problem arose when trying to compile my projects on a physical device (Redmi S1). * What went wrong: A problem occurred evaluating root project 'android'. > A problem occurred configuring project ':app'. > Could not create task ':app:copyFlutterAssetsDebug'. > Could not create task ':app:mergeDebugAssets'. > Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method. Can anybody help me?
Drag and drop - Flutter Build Show
18:37
Flutter
Рет қаралды 48 М.
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 49 МЛН
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 25 МЛН
王子原来是假正经#艾莎
00:39
在逃的公主
Рет қаралды 19 МЛН
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 14 МЛН
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 298 М.
How to build a RenderObject - Flutter Build Show
17:57
Flutter
Рет қаралды 47 М.
Flat design is OVER. What's next?
8:01
Malewicz
Рет қаралды 196 М.
How to Improve Flutter Performance
41:38
Stream Chat & Feeds
Рет қаралды 22 М.
KMP vs. Flutter - Who Will Win The Cross-Platform Battle?
16:19
Philipp Lackner
Рет қаралды 44 М.
When, why, and how to multithread in Flutter
15:10
Flutter
Рет қаралды 63 М.
Unbounded height / width | Decoding Flutter
4:54
Flutter
Рет қаралды 138 М.
PrimaryScrollController | Decoding Flutter
8:07
Flutter
Рет қаралды 50 М.
Flutter for iOS developers
13:43
Flutter
Рет қаралды 110 М.
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 49 МЛН