singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

ci: remove quill_native_bridge from automated publishing workflow #2263

Closed EchoEllet closed 2 months ago

EchoEllet commented 2 months ago

Description

Remove quill_native_bridge from the automated publishing workflow.

quill_native_bridge will no longer have the same version as flutter_quill and will be separated (while remaining in the same repo).

When publishing a new version, quill_native_bridge doesn't get a new version publishing automatically.

See #2230 and #2262 for more details about why this decision was made.

quill_native_integration will replace quill_native_bridge soon. This is not a breaking change as this package is for internal use only.

Related Issues

Type of Change

Suggestions