/curso-flutter-GetX

Project developed using Flutter to study GetX.

Primary LanguageDart

GetX App

About

Project developed using Flutter to study GetX.
GetX is a state manager with high performance, smart dependence injection and fast/convenient route management.

GetX base:

  • PERFORMANCE: not use streams or change notifier, updates only the item on the screen that has been modified (different from the setState that reassembles the entire screen);
  • PRODUCTIVITY: easy and pleasant syntax;
  • ORGANIZATION: total view decoupling, presentation logic, business logic, dependency injection, and navigation.