Flutter GetX pacakge to make app modern and easier development

What you will learn

You will learn Getx package basic

getX state management

getX state manager controller

routing

named route getx

Description

Hey guys in this is getX flutter package course in this course you will learn flutter getx package GetX is an extra-light and powerful solution for Flutter. It combines high-performance state management, intelligent dependency injection, and route management quickly and practically.

GetX has 3 basic principles. This means that these are the priority for all resources in the library: Generally, the developer should be concerned with removing controllers from memory. With GetX this is not necessary because resources are removed from memory when they are not used by default. If you want to keep it in memory, you must explicitly declare “permanent: true” in your dependency. That way, in addition to saving time, you are less at risk of having unnecessary dependencies on memory. Dependency loading is also lazy by default. GetX has a huge ecosystem, a large community, a large number of collaborators, and will be maintained as long as the Flutter exists. GetX too is capable of running with the same code on Android, iOS, Web, Mac, Linux, Windows, and on your server. Get was designed to work with teams, but it makes the job of an individual developer simple.


Get Instant Notification of New Courses on our Telegram channel.


Improve your deadlines, deliver everything on time without losing performance. Get is not for everyone, but if you identified with that phrase, Get is for you!

English
language

Content

COURSE START
Adding getX package and learn snack bar press button
Show dialog on press button and snack bar from bottom to top
Adding dark theme and light theme screen
Route the pages by getx
Named Route by getx
State management by getx
Reactive custom class state management by getx
State manager controller by getx