diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e47e45bbd..115750a9b 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 6857b502c..9da1c40c6 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