From 0e278e331b7a6c130575ae496321940b33bb059a Mon Sep 17 00:00:00 2001 From: Ellet Date: Fri, 8 Dec 2023 11:48:18 +0300 Subject: [PATCH] Update pubspec.yaml --- .github/workflows/build.yml | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e47e45bb..115750a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,6 +80,7 @@ jobs: - name: Flutter build macOS run: flutter build macos --release --verbose --dart-define=CI=true working-directory: ./example + - name: Flutter build iOS run: flutter build ios --release --verbose --dart-define=CI=true working-directory: ./example \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 6857b502..9da1c40c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -52,7 +52,7 @@ dependencies: equatable: ^2.0.5 meta: ^1.9.1 - # For Quill HTML + # For converting HTML to Quill delta markdown: ^7.1.1 html2md: ^1.3.1