# jonataslaw/getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.

Repository: https://github.com/jonataslaw/getx
Canonical: https://ross.abutalabs.com/products/getx
Language: Dart
License: MIT
License Family: permissive
Topics: getx, dependency-injection, flutter, state-management, routes, internationalization, framework, mobile, web, dart, http, get
Last push: 2026-06-12T14:17:03+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 87, release rhythm 8, longevity 100
- inputs: {"age_days": 2485, "days_push": 82, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 11198, forks 1848 (observed 2026-08-28T04:10:46.390542+00:00)

## What it is
GetX is a lightweight Flutter microframework that combines state management, dependency injection, and context-free navigation (routes, snackbars, dialogs, bottom sheets). It also bundles route management, internationalization, and simple HTTP utilities in a single package.

## Use cases
- manage state in a flutter app without boilerplate
- navigate to screens without needing build context
- show snackbars and dialogs from anywhere in the app
- inject and retrieve dependencies easily
- add internationalization to a flutter app
- handle routing in flutter with named routes and middleware

## When to choose
- you want an all-in-one solution for state, routing, and DI in Flutter
- you need to open screens or dialogs without context
- you prefer minimal boilerplate and fast development
- you are building small to medium Flutter apps that benefit from an integrated microframework

## When to avoid
- you prefer Flutter's official Provider, Riverpod, or Bloc patterns
- your team values explicit architecture over convenience and magic
- you need fine-grained control over rebuilds and dependency lifecycles
- you are concerned about coupling your app tightly to a single third-party framework

## Facets
- artifact type: framework
- maturity: active
- function: state-management, routing, middleware, http-client, internationalization
- domain: mobile-development, web-development, frontend, cross-platform
- platform: cross-platform
- tags: flutter, getx, snackbar, dialog, navigation, microframework, dependency-injection, mobile, web

## Member repositories
- jonataslaw/getx (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:46.390542+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:16:28.099739+00:00, confidence not recorded.
  - readme: https://github.com/jonataslaw/getx (fetched 2026-08-28T04:10:46.390542+00:00, sha 7e7f74a6482a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
