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

outdated

Wire is a pub/sub library, event bus with data container, utilize only String key

example/README.md

Examples #

  1. Counter (web): Simple "Increase/Decrease/Output" example of Wire use
  • Open IDEA
  • Select build target - Dart Web, point to example/counter/index.html
  • Run Debug
  1. API calls variations (console): Possible variation of Wire API use
  • Open IDEA
  • Select build target - Dart Command Line App, point to example/api/wire_api_example.dart
  • Run Debug
  1. Todo MVC (web): Complex Todo application based on TodoMVC CSS
  • Open IDEA
  • Select build target - Dart Web, point to example/todo/index.html
  • Run Debug
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Wire is a pub/sub library, event bus with data container, utilize only String key

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on wire