getx_safe_arch 1.0.1
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_archThis 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.1Alternatively, 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';