Stop wrongly displaying the default boolean value, they are usually toggles.

This commit is contained in:
zontreck 2024-07-02 23:31:00 -07:00
parent f17cc6a211
commit ffff529772
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
rm -rf doc
dart doc
mkdir out
rm -rf out/*
flutter pub publish -f --skip-validation