leancodepl / contractsgenerator-dart

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

Remove IRemote types from contracts #40

Closed shilangyu closed 2 years ago

shilangyu commented 2 years ago

Today I have learned this is a legacy concept and can be safely dropped. Instead generated contracts will use Command and Query from package:cqrs. These types are structurally identical to their IRemote counterparts (after all the IRemote types were just markers).