Skip to content

Commit

Permalink
chore: move quill_native_bridge to https://github.com/FlutterQuill/qu…
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Oct 14, 2024
1 parent 2f1851f commit ae908ca
Show file tree
Hide file tree
Showing 233 changed files with 2 additions and 9,882 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,33 +33,6 @@ jobs:
- name: 📦 Install flutter_quill_test dependencies
run: flutter pub get -C flutter_quill_test

# TODO: Remove quill_native_bridge packages from here once moved to it's own repo
# https://github.com/singerdmx/flutter-quill/pull/2230

- name: 📦 Install quill_native_bridge dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge

- name: 📦 Install quill_native_bridge_platform_interface dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_platform_interface

- name: 📦 Install quill_native_bridge_android dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_android

- name: 📦 Install quill_native_bridge_ios dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_ios

- name: 📦 Install quill_native_bridge_macos dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_macos

- name: 📦 Install quill_native_bridge_windows dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_windows

- name: 📦 Install quill_native_bridge_web dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_web

- name: 📦 Install quill_native_bridge_linux dependencies
run: flutter pub get -C quill_native_bridge/quill_native_bridge_linux

- name: 🔍 Run Flutter analysis
run: flutter analyze

Expand Down
2 changes: 1 addition & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
android:exported="true"
android:grantUriPermissions="true" />

<!-- For `quill_native_bridge` plugin https://github.com/singerdmx/flutter-quill#-platform-specific-configurations -->
<!-- For `quill_native_bridge` plugin https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge#-platform-configuration -->
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
Expand Down
13 changes: 0 additions & 13 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,6 @@ dependency_overrides:
path: ../flutter_quill_extensions
flutter_quill_test:
path: ../flutter_quill_test
quill_native_bridge:
path: ../quill_native_bridge/quill_native_bridge
quill_native_bridge_platform_interface:
path: ../quill_native_bridge/quill_native_bridge_platform_interface
quill_native_bridge_linux:
path: ../quill_native_bridge/quill_native_bridge_linux
quill_native_bridge_android:
path: ../quill_native_bridge/quill_native_bridge_android
quill_native_bridge_ios:
path: ../quill_native_bridge/quill_native_bridge_ios
quill_native_bridge_macos:
path: ../quill_native_bridge/quill_native_bridge_macos


dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies:
# Plugins
url_launcher: ^6.2.4
flutter_keyboard_visibility_temp_fork: ^0.1.1
quill_native_bridge: ^10.7.7
quill_native_bridge: ^10.7.8

dev_dependencies:
flutter_lints: ^5.0.0
Expand Down
6 changes: 0 additions & 6 deletions pubspec_overrides.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions quill_native_bridge/quill_native_bridge/.gitignore

This file was deleted.

39 changes: 0 additions & 39 deletions quill_native_bridge/quill_native_bridge/.metadata

This file was deleted.

26 changes: 0 additions & 26 deletions quill_native_bridge/quill_native_bridge/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions quill_native_bridge/quill_native_bridge/LICENSE

This file was deleted.

62 changes: 0 additions & 62 deletions quill_native_bridge/quill_native_bridge/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions quill_native_bridge/quill_native_bridge/analysis_options.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions quill_native_bridge/quill_native_bridge/example/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions quill_native_bridge/quill_native_bridge/example/.metadata

This file was deleted.

3 changes: 0 additions & 3 deletions quill_native_bridge/quill_native_bridge/example/README.md

This file was deleted.

Loading

0 comments on commit ae908ca

Please sign in to comment.