Flutter ListView onTap send selected item data to next screen

  Рет қаралды 43,401

Proto Coders Point

Proto Coders Point

Күн бұрын

Пікірлер: 49
@itsmebambino6217
@itsmebambino6217 6 ай бұрын
Thank you so much I have been searching how to transfer my data from ListTile for hours
@ProtoCodersPoint
@ProtoCodersPoint 6 ай бұрын
Glad it helped
@Liv_Life
@Liv_Life 2 жыл бұрын
it's very helpful.... protocoders zindabad...
@chinecheremaugustina3797
@chinecheremaugustina3797 Жыл бұрын
Thanks a lot, you have made my day, this your tutorial is the best
@gautambedi591
@gautambedi591 Жыл бұрын
Thanks a lot mate. I really enjoyed the tutorial Thanks a lot for that mate
@alexeychepaikin720
@alexeychepaikin720 2 жыл бұрын
Lovely, mate! Thanx a lot!
@Rashed019
@Rashed019 Жыл бұрын
Thank you I benefited from you champ❤
@Hyper_disciplined
@Hyper_disciplined 2 жыл бұрын
Tnx man it helped a lot
@aravindb3917
@aravindb3917 3 жыл бұрын
Thank you
@taoapps5637
@taoapps5637 2 жыл бұрын
Thanks
@usmanAli-hw5xu
@usmanAli-hw5xu 10 ай бұрын
Thank you ❤
@ProtoCodersPoint
@ProtoCodersPoint 10 ай бұрын
You're welcome 😊
@BrYarDJ
@BrYarDJ 2 жыл бұрын
thanks for this video useful
@AliJawad-q5d
@AliJawad-q5d 2 жыл бұрын
I hope you reply. Can you tell us how to make the same thing with Rest Api ( json place holder )
@ProtoCodersPoint
@ProtoCodersPoint 2 жыл бұрын
1. You need to first create a server that serve data for you say NODEJS API server. 2. A Database with data in it which will be called when API is been hit. 3. Then show the fetched in App I Have Already post a video on Creating API using Deno JS & fetch API data & Display data in flutter App "Search it on my channel". If you want Tutorial on Restfull API, Let me know Thank you
@AliJawad-q5d
@AliJawad-q5d 2 жыл бұрын
@@ProtoCodersPoint A few moments later I figured out with my friend on hoe to solve my issue. It would be more helpful for the beginners to know this. I advice you to nake a tutorial where you call the rest API and every time you tap on a user their whole info opens up. I have the code incase you wanna see it.
@MythriNaresh
@MythriNaresh Жыл бұрын
image url me asset images bhi lagaa saktha he kya sir
@unwantedchild117
@unwantedchild117 Жыл бұрын
Do you know what to code if I want to edit the data from the details page?
@abdullahibrahim5198
@abdullahibrahim5198 2 жыл бұрын
Thanks so much ❤️
@rehanhamayun1353
@rehanhamayun1353 2 жыл бұрын
Thank you so much
@aidaaqilahmohdzin5542
@aidaaqilahmohdzin5542 3 жыл бұрын
thank you, it really helpful. But how do i add audio in the detailed screen after user clicks on the list item?
@ProtoCodersPoint
@ProtoCodersPoint 3 жыл бұрын
Make use of audio_player
@aidaaqilahmohdzin5542
@aidaaqilahmohdzin5542 3 жыл бұрын
@@ProtoCodersPoint thank you for your quick reply. And if the list item data is too many, is it better to use json file? I am so sorry, I am still a beginner to learn flutter
@ProtoCodersPoint
@ProtoCodersPoint 3 жыл бұрын
Yes no problem in using JSON data to show on list
@rangasamyeswaran8440
@rangasamyeswaran8440 3 жыл бұрын
I want to know how to do Grouped ListView onTap send selected item data to next screen
@shrikenpatel2705
@shrikenpatel2705 2 жыл бұрын
i have a question i have fetch data from a dummy api list which is available on google. and have displayed it in a listview. it is a recipe list now i what i want is to display the details of the particular recipe on the next page. so what shall i do. i dont have a local json file i have just fetched the data from an online dummy api. hope if you can reply please.......
@parthvora8242
@parthvora8242 3 жыл бұрын
Sir can you help with Saving the data coming from user in our project using list and controller and then printing it
@ProtoCodersPoint
@ProtoCodersPoint 3 жыл бұрын
Sure will do it soon as possible
@saradhieb9640
@saradhieb9640 2 жыл бұрын
is it possible let's say to associate more than just one image to one title ?? so for index 0 in the list url, we have a list instead of a single link
@kamalCode
@kamalCode 3 жыл бұрын
Sir, please flutter future builder, stream builder, factory
@siva7930
@siva7930 3 жыл бұрын
Brother. Please make a video on scopped storage and how to handle that permission in flutter
@ProtoCodersPoint
@ProtoCodersPoint 3 жыл бұрын
Yes Sure
@samirdesigner3324
@samirdesigner3324 3 жыл бұрын
thank you but if pictuer list from assets not url how make this ?
@ProtoCodersPoint
@ProtoCodersPoint 3 жыл бұрын
It’s simple Instead of url, Simply create a folder assets/image and add few images in it Then in pubspec.yaml file added permission to access the folder In code Create a array list Eg List imagepath = [‘assets/image/apple.png’,……………….]; Then use ImageAsset widget
@Abdullahhhh2001
@Abdullahhhh2001 2 жыл бұрын
bro can you make picture swipe-able. when you swipe to left to show next picture
@ProtoCodersPoint
@ProtoCodersPoint 2 жыл бұрын
Yes I can, will do it soon
@rakshabkottari7144
@rakshabkottari7144 2 жыл бұрын
Can you make video on making categories... In flutter.
@ProtoCodersPoint
@ProtoCodersPoint 2 жыл бұрын
Sure, can you please explain exactly what you need
@jaypatel6770
@jaypatel6770 2 жыл бұрын
please please can you do this same thing with firebase it help me so much
@ProtoCodersPoint
@ProtoCodersPoint 2 жыл бұрын
Sure
@RekhaSriK
@RekhaSriK Жыл бұрын
i wanted to reuse the card widget for multiple other pages so declared as seperate class and not on Tap doesnt work what can i do !?
@ProtoCodersPoint
@ProtoCodersPoint Жыл бұрын
Add a print() and check if onTap is working or no
@jessenjie6202
@jessenjie6202 Жыл бұрын
Do you know how to do this with firebase?
@ProtoCodersPoint
@ProtoCodersPoint Жыл бұрын
Yes, we can easily do it
@abhiramm.s7492
@abhiramm.s7492 2 жыл бұрын
Sir I am getting range error for giving fruitdata. length in itemcount I cannot solve this one please help And also got error for writing final list fruitdata=....... In the stateful widget I changed final to static and the error solved
@ProtoCodersPoint
@ProtoCodersPoint 2 жыл бұрын
Show me fruitdata list If the fruitdata is of array of object then you need to give index number/name for example: fruitData[“fruit”].length Show me the time of json data you have
@abhiramm.s7492
@abhiramm.s7492 2 жыл бұрын
@@ProtoCodersPoint I just did the same code that you said no jaison file but it showed error could you please give me your insta id so that I can message you personally and clear my doubt
@ProtoCodersPoint
@ProtoCodersPoint 2 жыл бұрын
Proto coders point
@rangasamyeswaran8440
@rangasamyeswaran8440 3 жыл бұрын
try to do selected item data to next screen by using element value not index value
Navigator in ListView | Flutter
15:16
Roberto Fernandes
Рет қаралды 38 М.
Listview builder Flutter - Optimized, on-demand dynamic list of items
10:17
She's very CREATIVE💡💦 #camping #survival #bushcraft #outdoors #lifehack
00:26
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 11 МЛН
didn't manage to catch the ball #tiktok
00:19
Анастасия Тарасова
Рет қаралды 33 МЛН
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 13 МЛН
This Folder Structure Makes Me 100% More Productive
24:36
Web Dev Simplified
Рет қаралды 43 М.
I reverse engineered Next to find what they are hiding
29:48
Theo - t3․gg
Рет қаралды 10 М.
Flutter ListView Search With TextField
5:45
dbestech
Рет қаралды 73 М.
Flutter File Structure for Big Projects
9:40
Tadas Petra
Рет қаралды 58 М.
LISTVIEW & BUILDER • Flutter Widget of the Day #04
9:06
Mitch Koko
Рет қаралды 138 М.
TOP 12 ListView Widgets | Flutter Tutorial
19:28
HeyFlutter․com
Рет қаралды 34 М.
35 Flutter Tips That Will Change Your Life
10:53
Flutter Mapp
Рет қаралды 307 М.
The ONLY Correct Way to Load Initial Data In Your Android App?
12:27
Philipp Lackner
Рет қаралды 31 М.
She's very CREATIVE💡💦 #camping #survival #bushcraft #outdoors #lifehack
00:26