I wait everyday for your videos and daily practices with your content sir, I love the way you teach, I am requesting you that made all videos that support web also, and do a video on how to upload and download pictures with firebase storage in flutter web also! And is it possible that file picker file can upload and download to firebase storage in flutterweb??? Sorry for my English, please reply sir!!!
can we expect flutter_bloc package tutorial and using this bloc pattern in real world app from you side? Please make a tutorial an any kind of real world app using flutter_BLOC
I have subscribed through your form and I have received the email to confirm the subscription, however, the link "Confirm Your Subscription" does not work.
I put these list in my second app page, after I navigator push to that page from my main page, all the list that I inserted were deleted, and all become default. Can I know how to solve this problem?
Thank You mini project! Follow this link: stackoverflow.com/questions/41369633/how-to-save-to-local-storage-using-flutter I hope you will get your answer 🙂
I created a dynamic list in my application but when we enter second time list item not displayed ... So please give me solution when once I entered list item it will always displayed not add item again and again
I'm brand new to coding. I've been working on an app that uses animated lists to crud an object that has 3 nested lists inside of it. It looks like I'm having an issue with updating the state of the third animated list which is inside 2 other lists. Any help with this issue? Thanks!
@@HeyFlutter A RangeError on the item inside the SliverAnimatedList When I call the delete function on the list it does not update the nested list, which needs to be deleted also
Hello Sir, I am getting the data from rest api json data..when i try to view the list on second time, im getting rangeerror 0...13:14 like this, can you please help sir?
Hello, Ramesh buvi! Follow this link: stackoverflow.com/questions/53967624/flutter-error-rangeerror-index-invalid-value-not-in-range-0-2-inclusive, I hope it will solve your problem. Thank You 🙂
Thanks again for your notice, Jose Antonio! 🙂 I have removed your email from the email request list so that you can try it again to request access here: johannesmilke.com/#/request As a quick fix, I have included within the email next to the button a normal link that you can also click to confirm. I will see in the future if other people face the same issue with the button as you do.
listKey.currentState!.removeItem( index, (context, animation) => ListItemWidget( item: removedItem, animation: animation, onClicked: (){}, ) ); I am facing here in your code, Error is : The method 'removeItem' isn't defined for the type 'State'.
This might help you :)
👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
Source Code: github.com/JohannesMilke/animated_list_ii_example
Complex Animations Tutorial: ruclips.net/video/7VqJo_Xeb98/видео.html
Sequence Animation Tutorial: ruclips.net/video/cknUItHktzs/видео.html
Flip & Rotate Animation Tutorial: ruclips.net/video/FHgqEay3VUI/видео.html
Slide Transition Animation Tutorial: ruclips.net/video/cxxHE0TTGbU/видео.html
Global Key Tutorial: ruclips.net/video/jlZ8GV_3nnk/видео.html
Value Key Tutorial: ruclips.net/video/-F_5yHm_Zso/видео.html
Unique Key Tutorial: ruclips.net/video/WhnB_5yjyWQ/видео.html
Object Key Tutorial: ruclips.net/video/WQpPMYxxTfg/видео.html
Page Storage Key Tutorial: ruclips.net/video/sMD4Qxn9q_E/видео.html
Expandable List Tutorial: ruclips.net/video/ReUa_Ws8EsY/видео.html
Drag & Drop In ListView Tutorial: ruclips.net/video/HmiaGyf55ZM/видео.html
Single & Multiple Selection In ListView Tutorial: ruclips.net/video/8FVkuixvNHc/видео.html
Search & Filter In ListView Tutorial: ruclips.net/video/oFZIwBudIj0/видео.html
List Utility Methods Tutorial: ruclips.net/video/W-gIKcS_hQA/видео.html
Reorderable ListView Tutorial: ruclips.net/video/0bRv3mNCj8o/видео.html
ListView Tutorial: ruclips.net/video/bJGRmldntOI/видео.html
ListView & ScrollController Tutorial: ruclips.net/video/XWfg_d2t_Hk/видео.html
Animated Icon Tutorial: ruclips.net/video/oGHeVdGLMjI/видео.html
You are my favorite Flutter content creator. I really like your style and voice. Thanks.
Great animated list, keep helping us and you are simply the best. Thanks for existing.
your are the greatest teacher on RUclips or anywhere thank you making such valuable content thank you sir 🙏
Danke!
Thank you, @Hooorse! 🙂
can you support a demo for animated grid?
Great brother ...
I wait everyday for your videos and daily practices with your content sir, I love the way you teach, I am requesting you that made all videos that support web also, and do a video on how to upload and download pictures with firebase storage in flutter web also! And is it possible that file picker file can upload and download to firebase storage in flutterweb??? Sorry for my English, please reply sir!!!
awesome channel , thanks alot
Спасибо за видео.Коммент в поддержку!
so nice.
can we expect flutter_bloc package tutorial and using this bloc pattern in real world app from you side? Please make a tutorial an any kind of real world app using flutter_BLOC
I have subscribed through your form and I have received the email to confirm the subscription, however, the link "Confirm Your Subscription" does not work.
how to add button at the bottom right of list tile??
Awesome
I put these list in my second app page, after I navigator push to that page from my main page, all the list that I inserted were deleted, and all become default. Can I know how to solve this problem?
Nice 👍👍
please explain '!'. why we use this sign. For example widget!.length.
Thanks, dhrub rawat! 🙂 Learn more about Flutter Null Safety here:
1. Null Safety In 5 Minutes Tutorial: ruclips.net/video/Q_WloMNKOkU/видео.html
2. Migrate App To Null Safety Tutorial: ruclips.net/video/GLnQphHi1BY/видео.html
I created crup app I wanna store this in localhost like using preference how can I store?
Thank You mini project! Follow this link: stackoverflow.com/questions/41369633/how-to-save-to-local-storage-using-flutter
I hope you will get your answer 🙂
How to add multiple items at once to AnimatedList?
What curve animation is that in slide transition?
Thank you 😊, Oo Bleck! Check out this link : api.flutter.dev/flutter/animation/Curves-class.html
Great video as always but when i delete an item & restart the app it comes back :'( how can i delete it forever?
I can’t store it locally thought?
Please creat a todo list day by day
I created a dynamic list in my application but when we enter second time list item not displayed ... So please give me solution when once I entered list item it will always displayed not add item again and again
I'm brand new to coding. I've been working on an app that uses animated lists to crud an object that has 3 nested lists inside of it. It looks like I'm having an issue with updating the state of the third animated list which is inside 2 other lists. Any help with this issue?
Thanks!
Hey, Billy 🙂 can you please share what kind of error exactly you are facing?
@@HeyFlutter A RangeError on the item inside the SliverAnimatedList
When I call the delete function on the list it does not update the nested list, which needs to be deleted also
@@HeyFlutter any video suggestions to help me understand and hopefully solve my problem?
Bro how to tap function to circle wheel scrollview ?
@@HeyFlutter Thanks 😍
Thank you, Amin Samad! You could learn more about circle wheel scrollview here : stackoverflow.com/a/52570980
Hello Sir,
I am getting the data from rest api json data..when i try to view the list on second time, im getting rangeerror 0...13:14 like this, can you please help sir?
Hello, Ramesh buvi! Follow this link: stackoverflow.com/questions/53967624/flutter-error-rangeerror-index-invalid-value-not-in-range-0-2-inclusive, I hope it will solve your problem. Thank You 🙂
There is no error, simply the link "Confirm Your Subscription" of the email does not allow to be clicked.
Thanks again for your notice, Jose Antonio! 🙂 I have removed your email from the email request list so that you can try it again to request access here: johannesmilke.com/#/request
As a quick fix, I have included within the email next to the button a normal link that you can also click to confirm. I will see in the future if other people face the same issue with the button as you do.
How to search an item with AnimatedList?
how can i animate items (static) in list on scroll
Hey 😊, @belkacemtouil4688! Check out this solution: stackoverflow.com/a/68562287 I hope this may help you
Add items to index 0 or it will hang when trying to add an item to an empty list.
Weird my list items appear at the top of the screen, but when I add a new item it moves the previously added item to the bottom of the screen
@@HeyFlutter awesome thank you! how much would it cost for you to go over my code??? making an MVP while waiting for my "BUFF" app to be developed.
Hello, J Strong! Follow this link: api.flutter.dev/flutter/widgets/AnimatedList-class.html, I hope it will solve your problem. Thank You 🙂
hey please in final ListItem item; undefined class ListItem why ?????????//
Thank you, wail zougheleche! 🙂 you forget to create class ListItem that's why it is showing this error
listKey.currentState!.removeItem(
index,
(context, animation) => ListItemWidget(
item: removedItem,
animation: animation,
onClicked: (){},
)
);
I am facing here in your code,
Error is : The method 'removeItem' isn't defined for the type 'State'.
If anyone has to face this issue so please let me know. I am struggling due to this issue