getx_safe_arch 1.0.1 copy "getx_safe_arch: ^1.0.1" to clipboard
getx_safe_arch: ^1.0.1 copied to clipboard

A production-grade extension layer for GetX that solves common navigation, controller lifecycle, reactive state, and async safety issues in large-scale Flutter applications. Works as a non-invasive wr [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add getx_safe_arch

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  getx_safe_arch: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:getx_safe_arch/getx_safe_arch.dart';
0
likes
150
points
22
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-grade extension layer for GetX that solves common navigation, controller lifecycle, reactive state, and async safety issues in large-scale Flutter applications. Works as a non-invasive wrapper — never modifies GetX internals.

Repository (GitHub)
View/report issues

Topics

#getx #state-management #navigation #architecture #lifecycle

License

MIT (license)

Dependencies

flutter, get

More

Packages that depend on getx_safe_arch