getx state management flutter

Specialized PDF reader designed specifically for music sheets

Specialized PDF reader designed specifically for music sheets AllegroPDF AllegroPDF is a specialized PDF reader designed specifically for music sheets. Features Motivation I didn’t fancy the available free solutions and was’t inclined to pay for them. Instead, I embarked on developing an app primarily driven by the desire for both fun and learning. Through this

Specialized PDF reader designed specifically for music sheets Read More »

Understanding the Flutter GetX State Manager: A Comprehensive Guide

Flutter is one of the fastest ways to make native apps that can run on any device. It has features that let developers build a beautiful user interface for their users. But when developing a Flutter application, we must consider which state management to use. Many state management libraries are in Flutter, such as BLoC,

Understanding the Flutter GetX State Manager: A Comprehensive Guide Read More »

How to use GetX State management in Flutter

Introduction State management is a crucial aspect of Flutter app development, and there are various approaches to achieving it. One popular and efficient choice is using the GetX package. GetX provides a set of utilities that simplify state management, routing, dependency injection, and more. In this tutorial, we’ll explore the concept of state management with

How to use GetX State management in Flutter Read More »

How to integration API with Getx State management in flutter

API integration with GetX is a process of connecting an API (Application Programming Interface) with GetX, a Flutter-based state management library. GetX provides a simple and efficient way to manage state in Flutter applications, which can be combined with API calls to fetch and manipulate data. To integrate an API with GetX, you will need

How to integration API with Getx State management in flutter Read More »