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

    Install and integrate the GetX package in a Flutter project. Show a snack bar with a button press to demonstrate GetX's state management, dependency injection, and route management features.

  • Show dialog on press button and snack bar from bottom to top10:09

    Learn to trigger a dialog on a button press and display a snack bar that slides from bottom to top in a flutter GetX app, with customizable text, duration, and styling.

  • Adding dark theme and light theme screen6:16

    Learn to implement a dark and light theme switch in a GetX Flutter app, using a button to toggle themes and observing live changes with hot reload.

  • Route the pages by getx14:02

    Learn how to route pages with GetX by configuring navigation, linking home and product pages, and navigating between routes using GetX in a Flutter app.

  • Named Route by getx10:02

    Explore named routes by GetX in flutter, navigate from home to product pages, pass data via route names, and implement transitions and routing rules.

  • State management by getx7:21

    Explore state management with GetX by building a simple counter app that increments a value via a button, updates UI text, and centers the layout.

  • Reactive custom class state management by getx13:13

    Explore building a reactive custom class with GetX to manage state, apply custom colors, and control text casing and layout in a flutter app.

  • State manager controller by getx10:35

    Learn how to implement a GetX controller as a state manager to manage a counter with increment and decrement actions, and wire it into a simple user interface.

  • 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