Skip to content

Commit

Permalink
chore: merge master branch and fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Sep 27, 2024
2 parents 8d0cdb1 + f14eb58 commit 64ae54f
Show file tree
Hide file tree
Showing 26 changed files with 67 additions and 4,163 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:

- name: 📥 Install Flutter dependencies
run: flutter pub get

- name: 📦 Install dart_quill_delta dependencies
run: flutter pub get -C dart_quill_delta

- name: 📦 Install flutter_quill_extensions dependencies
run: flutter pub get -C flutter_quill_extensions
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ jobs:

- name: 📤 Publish flutter_quill
run: flutter pub publish --force

- name: 📤 Publish dart_quill_delta
run: flutter pub publish --force
working-directory: ./dart_quill_delta/

- name: 📤 Publish flutter_quill_extensions
run: flutter pub publish --force
Expand Down
13 changes: 0 additions & 13 deletions .pubignore

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ The `flutter_quill` package uses the following plugins:
1. [`url_launcher`](https://pub.dev/packages/url_launcher): to open links.
2. [`quill_native_bridge`](https://pub.dev/packages/quill_native_bridge): to access platform-specific APIs for the
editor.
3. [`flutter_keyboard_visibility`](https://pub.dev/packages/flutter_keyboard_visibility): to listen for keyboard
visibility
changes.
3. [`flutter_keyboard_visibility_temp_fork`](https://pub.dev/packages/flutter_keyboard_visibility_temp_fork) to listen for keyboard
visibility changes.

### Android Configuration for `quill_native_bridge`

Expand Down
7 changes: 0 additions & 7 deletions dart_quill_delta/.gitignore

This file was deleted.

Loading

0 comments on commit 64ae54f

Please sign in to comment.