diezep / heroku-buildpack-flutter

Buildpack to compile and deploy your Flutter project on Heroku.
MIT License
39 stars 65 forks source link

Customizing flutter run --no-sound-null-safety #10

Closed mofa closed 3 years ago

mofa commented 3 years ago

Is it possible to turn off null safety in Heroku as some libraries require that?

diezep commented 3 years ago

Did you solve the problem?

mofa commented 3 years ago

Hi, yes thanks for following up! I passed the value in the flutter build parameter, and it bypassed the error.