queryx_getx 0.1.1
queryx_getx: ^0.1.1 copied to clipboard
GetX bindings for QueryX — reactive Query, Mutation & InfiniteQuery controllers with .obs state, automatic Obx/GetX rebuilds, and zero manual listener wiring.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add queryx_getxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
queryx_getx: ^0.1.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:queryx_getx/queryx_getx.dart';