We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefbe85 commit 48cfe2eCopy full SHA for 48cfe2e
dev/bots/docs.sh
@@ -59,7 +59,7 @@ function create_docset() {
59
dashing_pid=$!
60
wait $dashing_pid && \
61
cp ./doc/flutter/static-assets/favicon.png ./flutter.docset/icon.png && \
62
- "$DART" --disable-dart-dev --enable-asserts ./dashing_postprocess.dart && \
+ "$DART" --no-sound-null-safety --disable-dart-dev --enable-asserts ./dashing_postprocess.dart && \
63
tar cf flutter.docset.tar.gz --use-compress-program="gzip --best" flutter.docset
64
if [[ $? -ne 0 ]]; then
65
>&2 echo "Dashing docset generation failed"
0 commit comments