Update a TODO in dartdoc.dart (#121620)

Update a TODO in dartdoc.dart
This commit is contained in:
Michael Goderbauer 2023-03-01 10:39:12 -08:00 committed by GitHub
parent 71c70ebf36
commit cb123947df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,11 +143,12 @@ Future<void> main(List<String> arguments) async {
// Dartdoc warnings and errors in these packages are considered fatal.
// All packages owned by flutter should be in the list.
// TODO(goderbauer): Figure out how to add 'dart:ui'.
final List<String> flutterPackages = <String>[
kDummyPackageName,
kPlatformIntegrationPackageName,
...findPackageNames(),
// TODO(goderbauer): Figure out how to only include `dart:ui` of `sky_engine` below, https://github.com/dart-lang/dartdoc/issues/2278.
// 'sky_engine',
];
// Generate the documentation.