What would be the best way to actually deploy dart code that has pubspec.yaml dependencies? A common thing I\'ve done in the past was to create demos and deploy to github pa
You can deploy your Dart application on Heroku cloud hosting. There is a step-by-step tutorial here.
It works nice.