Curious to know what the hype surrounding flutter is all about, and how you can get started with it? Then this article is for you.
Category: Flutter
Integrate Lottie JSON in your Flutter App
Need to integrate motion graphics in your Flutter app? Lottiefiles may be ideal. Learn how to add them to your app in this simple tutorial with an example.
How to grow and shrink an icon in Flutter
Want to add dynamism to your icons, or draw attention to them to nudge a user to take some action? Here’s how it can be done.
setState() within initState() in dart
Confused about the use of setState() method within the initState() method? Is it not required or are there scenarios where it is useful? Read on to find out.