DEV Community

Discussion on: Host your Flutter Project as a REST API

Collapse
 
rodydavis profile image
Rody Davis

That is a great question! But this is more for the use case where you have the flutter sdk installed locally and the project depends on flutter and you want to share the same classes or models with the api. Otherwise you would need to created a shared package and have them both depend on it, but this is an alternative.