Answers for "Invalid depfil"

1

Invalid depfil

flutter channel stable
// run flutter upgrade after this.

Please check detailed error by this command

flutter run --debug

Also,

dart:html library is for web apps only (it wraps the DOM APIs) and it is not supposed run in Flutter. Please check this git issue

So if its not a web project then Find and remove dart:html.
Posted by: Guest on June-21-2020

Code answers related to "Invalid depfil"

Browse Popular Code Answers by Language