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

Code generator for rxget GetxState classes. Eliminates boilerplate for reactive state management.

rxget_generator #

Code generator for the rxget state management package. Automatically produces safe, reactive GetxState classes from simple schema definitions.

Setup #

Add the following to your pubspec.yaml:

dependencies:
  rxget: ^0.1.3
  rxget_annotation: ^0.0.1

dev_dependencies:
  build_runner: ^2.4.0
  rxget_generator: ^0.0.1

Usage #

Simply define your schema with the @getxState annotation and run the builder:

dart run build_runner build -d

(or flutter pub run build_runner build -d for Flutter projects)

1
likes
160
points
63
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Code generator for rxget GetxState classes. Eliminates boilerplate for reactive state management.

Repository (GitHub)
View/report issues

Topics

#state-management #rxget #code-generation #build-runner

License

MIT (license)

Dependencies

analyzer, build, rxget_annotation, source_gen

More

Packages that depend on rxget_generator