lucashilles / flutter-dev-container

Flutter dev container for VS Code Remote Development
MIT License
79 stars 33 forks source link

Update Flutter Packages #5

Closed edufolly closed 4 years ago

edufolly commented 4 years ago

Error:

GET /dwds/src/injected/client.js
Error thrown by handler.
NoSuchMethodError: The method 'toFilePath' was called on null.
Receiver: null
Tried calling: toFilePath()

Add in dockerfile: flutter update-packages

lucashilles commented 4 years ago

Fixed with this commit.