From cf4c259c319093e3fb667f74448c406997046e68 Mon Sep 17 00:00:00 2001 From: Ellet <hello@freshplatform.net> Date: Thu, 16 Nov 2023 21:43:55 +0300 Subject: [PATCH] Add pub_get.sh script --- scripts/pub_get.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/pub_get.sh diff --git a/scripts/pub_get.sh b/scripts/pub_get.sh new file mode 100644 index 00000000..6bd082c8 --- /dev/null +++ b/scripts/pub_get.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +flutter pub get +(cd flutter_quill_extensions && flutter pub get) +(cd flutter_quill_test && flutter pub get) +(cd packages/quill_html_converter && flutter pub get)