statyx 0.0.1 copy "statyx: ^0.0.1" to clipboard
statyx: ^0.0.1 copied to clipboard

GetX, but only state management.

State management for Flutter, drawn out from GetX.

Features #

  • All Rx types from GetX(RxInt, RxList..)
  • Obx from GetX

Getting started #

GetX State Management

Usage #

final name = RxString('StateX');
Obx(() => Text(name.value));
1
likes
0
pub points
54%
popularity

Publisher

unverified uploader

GetX, but only state management.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on statyx