Flutter_getx_template

screenshot of Flutter_getx_template

A basic boilerplate template for starting a Flutter GetX project. GetX, Dio, MVVM, get CLI, Localization, Pagination etc are implemented.

Overview

The Flutter GetX Template is a Flutter template that utilizes the GetX package for state management, routing, and dependency injection. It follows the MVVM (Model View ViewModel) architectural pattern and uses the Dio package for network calls. The template adheres to the recommended folder structure of GetX and utilizes Get CLI command line tool for creating the folder structure.

Features

  • Uses GetX for state management, routing, and dependency injection.
  • Follows the MVVM architectural pattern for separating user interface from business and data logic.
  • Utilizes the Dio package for network calls.
  • Adheres to the recommended folder structure of GetX.
  • Provides CLI commands for creating the folder structure and main views.

Summary

The Flutter GetX Template is a useful Flutter template that incorporates the GetX package for state management, routing, and dependency injection. It follows the MVVM architectural pattern and utilizes the Dio package for network calls. The template provides a recommended folder structure and CLI commands for easy setup and development of Flutter applications.