get_rx 3.12.0 copy "get_rx: ^3.12.0" to clipboard
get_rx: ^3.12.0 copied to clipboard

outdated

A set of powerful tools to provide reactive programming for the GetX™ framework.

example/main.dart

import 'package:get_rx/get_rx.dart';

void main() {
  var count = 0.obs;
  ever(count, print);
  count++;
  count++;
  count++;
  count++;
  count++;
  count++;
}
3
likes
30
pub points
17%
popularity

Publisher

unverified uploader

A set of powerful tools to provide reactive programming for the GetX™ framework.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

get_core, get_instance, meta

More

Packages that depend on get_rx