Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
GetX flutter 2.8 latest 2021
Rating: 4.2 out of 5(47 ratings)
2,604 students

GetX flutter 2.8 latest 2021

Flutter GetX pacakge to make app modern and easy
Created bySag Skills
Last updated 2/2022
English

What you'll learn

  • You will learn Getx package basic
  • getX state management
  • getX state manager controller
  • routing
  • named route getx

Course content

1 section9 lectures1h 38m total length
  • Adding getX package and learn snack bar press button10:27
  • Show dialog on press button and snack bar from bottom to top10:09
  • Adding dark theme and light theme screen6:16
  • Route the pages by getx14:02
  • Named Route by getx10:02
  • State management by getx7:21
  • Reactive custom class state management by getx13:13
  • State manager controller by getx10:35
  • Controller unique Id in getX flutter16:01

    Learn to implement a unique id with GetX in flutter by building a controller and get builder, enabling id-specific increment and decrement updates that reflect in the UI.

Requirements

  • English language
  • have a computer or laptop
  • basic knowledge of flutter

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.

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!

Who this course is for:

  • Who want to learn getx package in flutter