leancodepl / contractsgenerator-dart

Dart contracts client generator for a CQRS API
3 stars 1 forks source link

Remove dependency on build_test #38

Closed shilangyu closed 2 years ago

shilangyu commented 2 years ago

package:build_test was being used only for its small, simple InMemoryAssetWriter implementation. I moved the implementation to package:contracts_generator and removed dependency on package:build_test which was introducing quite a deep dependency tree and blocking upgrades of other packages.