Skip to content

Instantly share code, notes, and snippets.

@boustrophedon
Created August 18, 2017 23:39
Show Gist options
  • Save boustrophedon/47acd18f02b4395f7cc7977fc0773cf0 to your computer and use it in GitHub Desktop.
Save boustrophedon/47acd18f02b4395f7cc7977fc0773cf0 to your computer and use it in GitHub Desktop.
Warnings and errors from flutter analyze
Analyzing 1157 files...
[warning] The method 'encodePng' isn't defined for the class 'Upload'. (/home/hcs/code/flutter/dev/devicelab/lib/tasks/save_catalog_screenshots.dart, line 83, col 20)
[warning] The method 'decodePng' isn't defined for the class 'Upload'. (/home/hcs/code/flutter/dev/devicelab/lib/tasks/save_catalog_screenshots.dart, line 83, col 41)
[warning] The method 'copyResize' isn't defined for the class 'Upload'. (/home/hcs/code/flutter/dev/devicelab/lib/tasks/save_catalog_screenshots.dart, line 83, col 30)
[error] Target of URI doesn't exist: 'package:image/image.dart'. (/home/hcs/code/flutter/dev/devicelab/lib/tasks/save_catalog_screenshots.dart, line 10, col 8)
[lint] 1 public member lacks documentation (ran in 29.5s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment