dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
451 B
20 lines
451 B
1 year ago
|
#!/bin/bash
|
||
|
|
||
|
echo ""
|
||
|
|
||
|
echo "Disable local development for flutter_quill:"
|
||
|
rm pubspec_overrides.yaml
|
||
|
|
||
|
echo ""
|
||
|
|
||
|
echo "Enable local development for flutter_quill_extensions:"
|
||
|
rm flutter_quill_extensions/pubspec_overrides.yaml
|
||
|
|
||
|
echo ""
|
||
|
|
||
|
echo "Enable local development for flutter_quill_test:"
|
||
|
rm flutter_quill_test/pubspec_overrides.yaml
|
||
|
|
||
|
echo ""
|
||
|
|
||
|
echo "Local development for all libraries has been disabled, please 'flutter pub get' for each one of them"
|