Open
Description
Original report: dart-lang/pub-dev#5122
Package: https://pub.dev/packages/opengl version 0.5.0
It looks like https://gitlab.com/ext/dart-opengl/-/blob/master/lib/src/opengl_header.dart is a rather large file, and generating a separate documentation file for all of its fields hits pub.dev's 2GB limit. Maybe dartdoc
could decide to only generate an overview file if the library has more than X fields/methods/classes (X > 10k)?