Популярное

#19 || Flutter GetX Tutorial || Fetch & Display API Data in Flutter using GetX

669 Просмотры
Издатель
Support : https://paypal.me/ripplescode

API link
=========
https://makeup-api.herokuapp.com/api/v1/products.json?brand=marienatie

Generate Model
=================
https://app.quicktype.io/

Follow us on
Facebook : https://www.facebook.com/ripples.code.3
Twitter : https://twitter.com/CodeRipples
Instagram : https://www.instagram.com/ripplescode/

GetX is fast, stable, extra-light and powerful Flutter framework for
1. State Management
2. Dependency Injection
3. Route Management
Three basic Principle of GetX
=========================
1. Performance : GetX is focused on performance and minimum consumption of resources. When compared to other state management library , GetX wins the race.

2. Productivity : GetX has a very easy syntax and saves lot of development time and hence increases productivity.

3. Organization : GetX organizes the code by decoupling of the View, presentation logic, business logic, dependency injection, and navigation

Pillars of GetX
===============
1. State Management : GetX has two different state managers
Simple State Manager(GetBuilder)
Reactive State Manager(GetX)

2. Route Management : If we are using routes/snackbars/dialogs/bottomsheets  then GetX is excellent because the mentioned features can be used without using context.

3. Dependency Management : GetX has powerful dependency manager that allows us to retrieve the controller by 1 line of code without using Provider Context or InheritedWidget

#GetX #RestAPIGetX #FlutterGetX
Категория
Язык программирования Dart
Комментариев нет.