heroku-buildpack-dart icon indicating copy to clipboard operation
heroku-buildpack-dart copied to clipboard

Heroku buildpack for Dart

Results 11 heroku-buildpack-dart issues
Sort by recently updated
recently updated
newest added

Hi: I got the following error when i push to Heroku: remote: Downloading webdev 2.7.8... remote: Downloading sse 4.1.0... remote: Downloading dds 2.2.0... remote: Downloading dds_service_extensions 1.3.0... remote: Downloading shelf_proxy...

``` remote: -----> Copy Dart binaries to app root remote: -----> Dart cmd found at -rwx------ 1 u54379 dyno 40473040 May 24 09:46 /app/dart-sdk/bin/dart remote: -----> Dart reports version: Dart...

*** Running webdev build Building with "webdev build" webdev could not run for this project. The `build_web_compilers` version – 2.11.0 – is not within the allowed constraint – >=2.12.0

It is not clear if flutter web app is supported by the buildpack. If it it is supported, can you please provide steps in README? If it is not, can...

Set DART_GLOBAL_PACKAGES environment variable to a space-delimited list of `package_name@version`. This will `pub global activate` each package at that version during the build step.

Hello, I would like to use heroku for my dart project. I need to split my project into multiple dart packages. The dart packages are private. What is the recommended...

I needed to set the buildpack command to have my application work so this PR simply updates the readme with the appropriate command

On heroku log, example: 2016-08-11T14:21:45.030011+00:00 app[web.1]: [2016-08-11 14:21:45] ERROR `/packages/angular_ui/css/angular.css' not found. Any idea?