I want to develop a Dart project for both server and client programming; obviously, I need to share code between the two.
I got dart package layout basics. My question: is there one advised configuration? Do I have more than one option? Like one project with both client server parts in it. Or, more than one project with the various parts split between them...
I found other questions on SO, but:
- they are 'work in progress' and really old
- contains outdated links
The most interesting questions are:
- recommended-dart-project-layout-for-public-private-app-server
- how-to-organize-mixed-http-server-web-client-dart-project
Thanks