Closed
Description
Output of flutter doctor
:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.12.13+hotfix.7, on Mac OS X 10.15.3 19D76, locale en)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[!] Android Studio (not installed)
[✓] IntelliJ IDEA Community Edition (version 2019.3.1)
[✓] VS Code (version 1.41.1)
[!] Connected device
! No devices available
! Doctor found issues in 2 categories.
Part of output:
$ flutter pub global run dartdoc
...
error: unresolved export uri: "dart:html_common", from dart-html: (file:///Users/mhmdanas/flutter/bin/cache/pkg/sky_engine/lib/html/html_dart2js.dart:17:9)
...
found 245 warnings and 1 error
Documented 15 public libraries in 165.6 seconds
dartdoc failed: dartdoc encountered 1 errors while processing..
pub finished with exit code 1
Note: The doc
directory is still created successfully.