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

outdated

Communication and data container layers library aimed to decouple UI from business logic

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

2. Todo MVC (web): Complex Todo application based on TodoMVC CSS #

Todo with Wire

  • Open IDEA
  • Select build target - Dart Web, point to example/todo/index.html
  • Run Debug

3. 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

4. Todo with AngularDart web #

Todo with Wire

  • Open folder from IDEA
  • Create symlink (or anchor on Windows) from "_shared" folder in "example" folder and put the link in to "todo_angular/lib/src/" folder.
  • Run DartWeb configuration with index.html

Setup in IDEA: #

To run these examples import them as a module from File -> Project Structure in IDEA and enable Dart SDK for each from Preferences -> Languages & Frameworks -> Dart

Import as module Import as module

3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Communication and data container layers library aimed to decouple UI from business logic

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on wire