You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Dartdoc warnings and errors in these packages are considered fatal.
145
145
// All packages owned by flutter should be in the list.
146
-
// TODO(goderbauer): Figure out how to add 'dart:ui'.
147
146
finalList<String> flutterPackages =<String>[
148
147
kDummyPackageName,
149
148
kPlatformIntegrationPackageName,
150
149
...findPackageNames(),
150
+
// TODO(goderbauer): Figure out how to only include `dart:ui` of `sky_engine` below, https://github.com/dart-lang/dartdoc/issues/2278.
0 commit comments