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

outdated

Architecture that bridges the gap between Business Analysts and Developers.

Block Architecture #

Architecture that bridges the gap between Business Analysts and Developers.

Version Build Stars License

What's inside the package #

Check out all the components in detail here

How to use #

class OddNumberRule extends CustomRule<int, int> {
  final int fact;
  int get value => fact;

  const OddNumberRule(this.fact);

  bool isSatisfied(int fact) {
    return fact % 2 != 0;
  }
}

To learn more, move on to the example section or check out this dedicated example in github.

Contributors #

1
likes
0
pub points
0%
popularity

Publisher

verified publisherzamstation.com

Architecture that bridges the gap between Business Analysts and Developers.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

zam_command_pattern, zam_core

More

Packages that depend on zam_block_architecture