Skip to content

Commit

Permalink
Update pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 8, 2023
1 parent 063390b commit 0e278e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0e278e3

Please sign in to comment.