-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
Description
Looks like there are an ongoing issue of generating documentation today. Here are the error from riverpod package:
2025-01-07 20:18:13.369414 WARNING: dartdoc 8.3.1 (/tmp/analyzerCLEPGZ/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.6.0.snapshot) failed: LateInitializationError: Field 'objectClass' has not been initialized.
https://pub.dev/packages/riverpod/versions/2.6.1/score/log.txt
This error seems to have got fixed in dartdoc 8.3.2 (https://pub.dev/packages/dartdoc/changelog) with this issue: dart-lang/dartdoc#3947
So suggested fix here would be to make pub.dev to use the newer version of dartdoc without this bug.
CC: @RandalSchwartz
RandalSchwartz and JaffaKetchup