tdd-workshop/shopping_cart/pubspec.yaml
fiatcode c3355063f2 Initial commit: Complete TDD workshop materials
- Workshop documentation (WORKSHOP_PLAN, FACILITATOR_GUIDE, etc.)
- FizzBuzz kata with demo script (git history to be recreated)
- Password Validator kata with demo script and solution
- Shopping Cart kata with demo script and solution
- Setup guide and TDD reference card for participants
2026-03-10 15:32:21 +07:00

8 lines
121 B
YAML

name: shopping_cart
description: TDD Workshop - Feature B
environment:
sdk: ^3.0.0
dev_dependencies:
test: ^1.25.0