Part 2 of this content
Hey Flutter Folks!
Have you ever faced the same? Then this post is for you.
โ
Let me explain what Hit Testing and HitTestBehavior are in Flutter with a simple visualization.
Feel free to share your thoughts and follow for more such tips in mobile development!
Hey thanks for sharing. Itโs a great addition in flutter indeed. Although if we have any legacy project whose flutter version is not quickly upgradable then we can give it a try.
Hey #FlutterDev
Do you often use SizedBox to create spacing in Rows or Columns like this? Why not check out the ๐ด๐ฎ๐ฝ package?
๐๐ก๐๐๐ค ๐ข๐ญ ๐๐ญ ๐ฉ๐ฎ๐.๐๐๐ฏ : lnkd.in/gP8gTpCJ
Feel free to share your thoughts and follow SITAM SARDAR for more such tips in mobile development!
Happy Coding! Cheers๐คฉ
Hey #FlutterDev!
What are your thoughts on the fold method provided by Dart?
Exactly
7/7
6/7
5/7
4/7
3/7
2/7
Hey #FlutterDev!
Do you often use ๐ฌ๐ก๐ซ๐ข๐ง๐ค๐๐ซ๐๐ฉ in your ๐๐ข๐ฌ๐ญ๐๐ข๐๐ฐ? This post will help you understand the right scenarios for using itโand when to avoid it.
Check this ๐งต
Another cool approach ๐
Great explanation. My doubt is cleared. Thank you very much!
Great suggestion! But I am little confused with from() and of() method. Both are working same way. Would you please explain the difference little bit?
TIL you can filter out the null values in a list two ways
1. Using the .whereType<T> method
2. Using the .nonNulls method
#FlutterDev
Hey #FlutterDev!
Are you still copying lists in this traditional way? Let me introduce you to a smarter alternative that Dart offers!