initial commit
This commit is contained in:
commit
15f6698a94
9 changed files with 451 additions and 0 deletions
15
pubspec.yaml
Normal file
15
pubspec.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: tdd_katas
|
||||
description: A sample command-line application.
|
||||
version: 1.0.0
|
||||
# repository: https://github.com/my_org/my_repo
|
||||
|
||||
environment:
|
||||
sdk: ^3.10.8
|
||||
|
||||
# Add regular dependencies here.
|
||||
dependencies:
|
||||
path: ^1.9.0
|
||||
|
||||
dev_dependencies:
|
||||
lints: ^6.0.0
|
||||
test: ^1.25.6
|
||||
Loading…
Add table
Add a link
Reference in a new issue