StatefulWidget

State Management in Flutter

Introduction State management is a critical aspect of Flutter development, influencing how data is managed and updated throughout an application. With various state management approaches available in Flutter, choosing the right one for your project can be challenging. In this guide, we’ll compare different state management approaches and provide guidance on selecting the most suitable …

State Management 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 »