What is SetState in Flutter?

How to Use setState in Flutter

In this article I am going to utilize the setState function to change a button’s properties like color, text and icon on my Flutter App. You can read what’s a setState here: https://www.nucleiotechnologies.com/what-is-setstate-in-flutter/ The App First your app should be a StatefulWidget before using setState function. In my case my app is already a StatefulWidget. …

How to Use setState in Flutter Read More »

Flutter – Navigating in BottomNavigationBar

In today’s blog post I’m focusing in BottomNavigationBar widget on Flutter. I’m going share some codes and how to’s in Flutter with BottomNavigationBar. Let’s get right into it! In my last blog post I made this simple app. But if we try to tap the settings in the BottomNavigationBar widget it doesn’t do anything nor …

Flutter – Navigating in BottomNavigationBar Read More »