Fenisha KoladiyaforJoFleeblog.joflee.com·Aug 6, 2024How to Use Provider for State Management in Flutter || Part - 2In Flutter, managing state efficiently is crucial for building responsive and dynamic applications. In the first part of this series, we explored the basics of using the Provider package for state management. In this second part, we will delve deeper...10 likes·64 readsFlutter#SkillDevelopment
Carla Ejemeh Inya-Aghasparkle98.hashnode.dev·Sep 19, 2023How To Build a Mobile CV Application Using ValueNotifier and ValueListenableBuilder .Managing the User-Interface(UI) of an application without external flutter plugins can be quite satisfying especially when building simple applications. For state management, Flutter uses the setState function, which is often called in a Stateful wid...13 likes·55 readsFlutter
Inan Mahmudinan.hashnode.dev·Sep 12, 2023How to Display Snackbars While Listening to a ValueNotifierSnackbar is a widget in Flutter that displays a dismissible pop-up message on your application. It is used to show lightweight feedback on any operation to the users. For example: An e-commerce app can display a snackbar when a user adds an item to t...12 likes·189 readsFlutter
Rabin Acharyablog.rabinacharya.info.np·Jun 28, 2023The better way to create stateful widgets in flutterWell, since you have come here, I can guess you are looking for some improvements in your coding and code quality. That's great! Let's take a look at it how we can do it better : While using the stateful widgets we need to be mindful of rebuilding th...5 likes·77 readsFlutter