Simplifying State Management in Flutter with GetX

Introduction: State management is a crucial aspect of building robust and efficient mobile applications, particularly in Flutter. With various state management solutions available, developers often face the challenge of choosing the right one for the... https://flutteringg.hashnode.dev/simplifying-state-management-in-flutter-with-getx

Created 16d | May 14, 2024, 5:50:08 AM


Login to add comment

Other posts in this group

Two Days Indie Dev Life: Mailchimp, Webflow & Zapier - A Love Story

My new landing page is done, I got my email form with download link working and I found a cool new tool for measurements. I also share some nice Webflow templating insights and how I made a very big m

May 29, 2024, 1:20:03 PM | Hashnode flutter
How to Use Dio Package for Networking in Flutter

What is Dio? Certainly! The Dio package is a powerful HTTP networking library for Dart and Flutter. It simplifies making network requests and handling responses. Here are some key features and example

May 29, 2024, 8:40:03 AM | Hashnode flutter
Advanced Flutter Hooks

You can find the introduction to Flutter hooks here: Flutter Hooks, everything to know about them Now today we are going to look at few advanced concepts using Flutter Hooks useFuture: Example: Asynch

May 28, 2024, 9:20:04 PM | Hashnode flutter
Maestro for Flutterists

What is Maestro? https://www.mobile.dev/

It is an E2E testing framework for mobile with the following features

Released in September 2022

yaml-based test case writing

Flutter support

Can be embe

May 28, 2024, 3:10:15 AM | Hashnode flutter
Flutter Hooks, everything to know about them

Flutter hooks is a powerful library that brings the functionality of React Hooks to Flutter. Why should we use Hooks?

Simplified Code: Hooks allow us to write more readable code by reducing boilerpla

May 28, 2024, 12:50:04 AM | Hashnode flutter
Android Vs Flutter Life cycle

onFocusGained is similar to onresume when the user returns to the first page. Using Flutter library : focus_detector < latest version > https://pub.dev/packages/focus_detector https://shailaja412.hash

May 27, 2024, 8:50:05 AM | Hashnode flutter
Flutter vs Laravel Development: Who wins the race?

Introduction While you are developing a web or mobile application, selecting the right framework or a toolkit can significantly impact your project’s success. Laravel framework and Flutter are two of

May 27, 2024, 6:30:08 AM | Hashnode flutter