File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function create_docset() {
59
59
dashing_pid=$!
60
60
wait $dashing_pid && \
61
61
cp ./doc/flutter/static-assets/favicon.png ./flutter.docset/icon.png && \
62
- " $DART " --no-sound-null-safety -- disable-dart-dev --enable-asserts ./dashing_postprocess.dart && \
62
+ " $DART " --disable-dart-dev --enable-asserts ./dashing_postprocess.dart && \
63
63
tar cf flutter.docset.tar.gz --use-compress-program=" gzip --best" flutter.docset
64
64
if [[ $? -ne 0 ]]; then
65
65
>&2 echo " Dashing docset generation failed"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Future<void> main(List<String> arguments) async {
59
59
buf.writeln ('homepage: https://flutter.dev' );
60
60
buf.writeln ('version: 0.0.0' );
61
61
buf.writeln ('environment:' );
62
- buf.writeln (" sdk: '>=2.10 .0 <4.0.0'" );
62
+ buf.writeln (" sdk: '>=2.12 .0 <4.0.0'" );
63
63
buf.writeln ('dependencies:' );
64
64
for (final String package in findPackageNames ()) {
65
65
buf.writeln (' $package :' );
You can’t perform that action at this time.
0 commit comments