Learn about the concept of state management and the various tools available for implementing state management in Flutter.
Category: Flutter
How to exchange data between native and dart code in Flutter
Using a method channel to run some functions in native code, but wish to exchange data with dart while the function is still running? Here’s how that can be done.
A beginner’s guide to Flutter
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.
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.