• Post category:StudyBullet-14
  • Reading time:4 mins read


Learn GetX State Management

What you will learn

Master GetX State Management

How to deal with Getx Routing

How to deal with MVC with Getx

How to deal with Dependency Injection

How to deal with Binding

How to deal with Get Storage

How to deal translation with Get Localization

How to make http requests using Get Connect

Description

GetX is not only a state management library, but instead, it is a microframework combined with route management and dependency injection. It aims to deliver top-of-the-line development experience in an extra lightweight but powerful solution for Flutter. GetX has three basic principles on which it is built:


Get Instant Notification of New Courses on our Telegram channel.


  1. Performance: focused on minimum consumption of memory and resources
  2. Productivity: intuitive and efficient tool combined with simplicity and straightforward syntax that ultimately saves development time
  3. Organization: decoupling business logic from view and presentation logic cannot get better than this. You do not need context to navigate between routes, nor do you need stateful widgets

In this course you will learn the basics of Getx

  • How to deal with getx as State management
  • How to deal with Dependency injection of getx (Get.put – Get.lazyPut – Get.find)
  • How to deal with Route management of getx
  • How to show Snack Bar
  • How to show bottom sheet
  • How to show dialog
  • How to Navigate without named routes
  • How to Navigate with named routes
  • How to use Obx
  • How to use GetXController
  • How to use GetX with Controller Type
  • How to use Simple State Manager- GetBuilder
  • How to use Getx Controller Lifecycle methods
  • How to use (GetxΒ Localization_translation) Implement Internationalization (localization)
  • GetX Service
  • How to make http Requests (to call Api)
  • Get X Binding
English
language

Content

Introduction

Intro

Getx

Installing
Routing part 1
Routing part 2
MVC
GetBuilder
Getx
Obx
DI part 1
DI part 2
Binding part 1
Binding part 2
Get Storage
Getx Localization
Get Connect