wire 0.2.1 copy "wire: ^0.2.1" to clipboard
wire: ^0.2.1 copied to clipboard

outdated

Wire is a pub/sub library with data container (like Redis) - it's static layer where responses associated with "keys" called - signals. Simplest possible API - add, remove and send.

0.2.1 #

  • Implementation of SCOPE for signals, data viewers subscribers. Counter example changed to use Specter CSS instead of Coral components.
  • WireData.remove implementation. Todo MVC with Wire: only basic operations create and delete.

0.2.0 #

  • Data "layer" implemented. It's a container, universal container (Map) with key-value, where value is a wrapper - WireData - hold dynamic value and can be listened for updates.
  • Counter example was added based on web (Using idea - create build target Dart Web with HTML file - example/counter/index.html, then debug)

0.1.7 #

  • Minor changes in internal naming

0.1.5 #

  • Initial version, with base API: add / send / remove
2
likes
0
points
71
downloads

Publisher

unverified uploader

Weekly Downloads

Wire is a pub/sub library with data container (like Redis) - it's static layer where responses associated with "keys" called - signals. Simplest possible API - add, remove and send.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

uuid

More

Packages that depend on wire